What Is a Yield Aggregator: Complete DeFi Guide (2026)

— By Tony Rabbit in Tutorials

What Is a Yield Aggregator: Complete DeFi Guide (2026)

What is a yield aggregator? Complete 2026 DeFi guide: taxonomy, auto-compound math, top 10 (Yearn, Beefy, Convex, Pendle), Curve Wars and exploit history.

If you have ever stared at a DeFi dashboard wondering why your stablecoins earn 4% on one protocol and 18% on another, the answer is usually a yield aggregator. These protocols sit on top of the rest of decentralized finance, hunting for the best rates, auto-compounding rewards, and turning what would be a tedious manual job into a one-click experience. They are the engine behind much of the passive income generated in DeFi today.

A yield aggregator is a smart contract platform that pools user deposits and automatically routes them through yield-generating strategies across multiple DeFi protocols. Instead of you manually farming on Curve, claiming CRV, swapping half for ETH, providing liquidity, staking the LP token, and repeating every week, the aggregator does it all for you, often dozens of times per day, and charges a small performance fee for the service.

In this complete guide we will break down the five distinct types of yield aggregators, walk through the math that makes auto-compounding so powerful, rank the top ten protocols by TVL in 2026, explain how Convex weaponized the Curve Wars, dissect Pendle's PT and YT tokenization model, look at the new LRT aggregators like ether.fi, and revisit the historic exploits that show why this category, despite its convenience, is never risk-free.

Yearn Finance vault dashboard showing yield aggregator strategies for stablecoins and ETH
Yearn Finance - the original DeFi yield aggregator and still one of the largest.

What Is a Yield Aggregator?

A yield aggregator is a DeFi protocol that automates the process of finding, capturing, and compounding the highest available yields across other DeFi protocols. It packages this complexity into a single deposit called a vault. You deposit one asset, the vault deploys it into a strategy, and you receive a receipt token that represents your share of the vault's growing balance. When you want to exit, you burn the receipt token and withdraw your original asset plus the yield it earned.

The concept was born during DeFi summer 2020, when Andre Cronje launched what would become Yearn Finance. At the time, lending rates on Compound, Aave, and dYdX were constantly shifting, sometimes by several percentage points within a single day. Manually moving stablecoins to whichever lender had the highest rate was profitable but exhausting. Cronje wrote a smart contract that did the rebalancing automatically, and Yearn was born. The YFI token launched in July 2020 with a "fair launch" (no founder allocation, no presale) and briefly traded higher than Bitcoin per coin. The era of yield aggregators had begun.

What distinguishes a yield aggregator from a basic lending protocol is the harvest function at its core. Every aggregator has a public or permissioned function that anyone (or a bot) can call to claim accumulated rewards, swap them back into the deposit asset, and redeploy the larger sum into the strategy. This is auto-compounding, and it is the single most important innovation aggregators brought to DeFi. The difference between weekly and daily compounding on a 20% yield is small. The difference between monthly and continuous compounding versus zero compounding can mean the difference between profit and loss after fees and gas.

The 5 Types of Yield Aggregators

Not all yield aggregators are doing the same thing. Over six years the category has fractured into at least five distinct sub-types, each optimized for a different underlying yield source. Understanding which type you are using is the first step to understanding the risks and the realistic returns.

TYPE 1
Single-Asset Aggregator

Deposit one token (USDC, DAI, ETH), strategy lends or stakes it across protocols. Example: Yearn USDC vault routes between Aave, Compound and Curve pools.

TYPE 2
LP-Aggregator

Deposit an LP token (e.g. USDC/USDT Curve LP), the vault stakes it in the gauge, harvests CRV, sells half for the other side, re-LPs and re-stakes.

TYPE 3
Vote Aggregator

Concentrates voting power on Curve or Balancer. Convex (cvxCRV) and Aura aggregate veCRV / veBAL to boost rewards.

TYPE 4
LRT Aggregator

Pools ETH and re-stakes it on EigenLayer across many AVS operators. ether.fi (eETH), Renzo, KelpDAO. Stacks staking + restaking yields.

TYPE 5
Yield Tokenization

Splits any yield-bearing asset into Principal Token (PT) and Yield Token (YT). Pendle lets you trade fixed yield vs variable yield.

The lines between these categories can blur. Yearn for example operates single-asset vaults, LP vaults, and uses Convex under the hood to maximize Curve rewards, effectively layering type 3 on top of type 2. Pendle accepts deposits from ether.fi's eETH, layering type 5 on top of type 4. Modern DeFi yield is rarely sourced from a single place, and the best aggregators are themselves customers of other aggregators.

How Auto-Compounding Works (The Math)

Auto-compounding is the magic ingredient. To see why, let us walk through the actual math of compounding. If a strategy earns 20% per year and the yield is paid out as a one-time lump sum at the end, the APR equals the APY. You started with $10,000 and ended with $12,000. But if the same 20% APR is harvested and re-staked, the effective annual yield grows.

Compounding Frequency on a 20% APR Strategy
Never
20.00%
APY = APR
Monthly
21.94%
+1.94%
Weekly
22.02%
+2.02%
Daily
22.13%
+2.13%
Hourly
22.14%
+2.14%
Continuous
22.14%
e0.20 - 1
Starting with $10,000 at 20% APR compounded daily yields $12,213 after one year vs $12,000 with no compounding.

The formula is simple: APY = (1 + APR/n)^n - 1, where n is the number of compounding periods per year. As n approaches infinity, APY approaches e^APR - 1. For a 20% APR, that ceiling is 22.14%. For higher APRs the compounding bonus grows dramatically. At 100% APR, daily compounding yields 171.5% APY. At 500% APR, daily compounding yields 14,378% APY. This is why farm token yields look insane on aggregator dashboards. They are honestly showing the compounded result, even if the underlying APR has already collapsed by the next block.

Three caveats apply. First, harvests cost gas. If a vault has $1 million TVL and harvests every hour on Ethereum mainnet at $30 per call, that is $720 per day or $263k per year, which eats roughly 26% of returns from the depositors. Aggregators carefully tune their harvest frequency to maximize compounded returns minus gas costs. Second, every harvest is a taxable event in most jurisdictions, which we will return to later. Third, slippage on the reward token sale (e.g. selling CRV for the underlying asset) eats a few basis points each harvest, especially for thin reward tokens. For more on the difference between simple and compound returns, see our APY vs APR crypto yield guide.

Single-Asset Aggregators: Yearn USDC, DAI and ETH Vaults

The classic Yearn vault is a single-asset aggregator. You deposit USDC, you get back yvUSDC as your receipt token, and behind the scenes a "strategist" routes the USDC through whatever is yielding the most that day. In 2026 the typical Yearn USDC strategy mixes Aave V3 lending, the Curve crvUSD/USDC stable pool boosted through Convex, and sometimes a slice in newer venues like Morpho or Fluid. The vault constantly rebalances based on each venue's available yield, and a keeper bot calls harvest() on each strategy when the harvest profit exceeds the gas cost.

The advantage of single-asset vaults is simplicity and the avoidance of impermanent loss. You deposit dollars, you withdraw more dollars. There is no risk of one half of an LP pair underperforming the other. The disadvantage is that yields are usually lower than what you could earn with active management, because the strategy must be conservative enough that withdrawals can always be satisfied without significant slippage. Yearn vaults typically aim for 60-80% of theoretical max yield with significantly less operational overhead. For depositors, that is usually a fair trade.

Yearn ETH vaults work the same way but route through liquid staking and now LRT protocols. The yvETH vault has at various times deposited into Lido (stETH), Rocket Pool, and now ether.fi's eETH. This is where the layering of aggregators becomes obvious: ether.fi itself is an LRT aggregator, and Yearn is acting as an aggregator-of-aggregators, picking the best LRT or LST mix at any given time.

LP Aggregators: Beefy, Reaper and Autofarm

LP aggregators take an entirely different input. Instead of accepting a plain asset like USDC, they accept LP tokens, the receipt you get when you provide liquidity to a Uniswap, Curve, Balancer, or PancakeSwap pool. The vault then stakes that LP token in whatever farming program is offering rewards, harvests those reward tokens (CRV, BAL, CAKE, JOE, whatever), sells half for the other side of the pair, re-LPs, and re-stakes. The receipt token, often called mooXxx on Beefy, accumulates value over time.

Beefy Finance multichain yield aggregator vaults across BNB Chain Polygon and Arbitrum
Beefy Finance - the largest multichain LP auto-compounding aggregator.

Beefy Finance is the dominant player here, operating across more than 25 chains and tracking over 1,200 vaults at the time of writing. Its niche is supporting smaller chains and newer DEXs that Yearn does not bother with. Reaper Farm targets Fantom (now Sonic), Optimism, and Arbitrum with a similar model. Autofarm was an early BNB Chain pioneer and still operates. The big risk with LP aggregators is impermanent loss, which the aggregator does not protect against. If you deposit a CAKE/BNB LP and BNB doubles versus CAKE, you will withdraw fewer total dollars than if you had just held the two tokens separately, even after harvest rewards. Learn how this dynamic works in our impermanent loss DeFi guide.

LP aggregators are also exposed to "reward token risk." Most farm rewards are emissions of an inflationary governance token. If that token dumps 90% during the week between harvests, the realized yield will be much lower than the advertised APY. The most stable LP-aggregator strategies tend to be stable-pair LPs where impermanent loss is minimal and rewards are denominated in reasonably liquid tokens. For a deeper dive into how farming rewards drive these strategies, see our companion yield farming complete DeFi guide and our piece on liquidity mining DeFi rewards.

Vote Aggregators: Convex and Aura

The vote-aggregator model is one of the cleverest financial innovations in DeFi history. To understand it, you first need to know that Curve Finance distributes its CRV emissions to liquidity pools based on the outcome of an on-chain vote. Whoever locks CRV for up to four years gets veCRV (vote-escrowed CRV), and veCRV holders vote weekly on which pools should receive the most CRV emissions next week. They also get a boost on their own farming yields, up to 2.5x.

Convex was launched in 2021 with a simple proposition: instead of you locking your CRV for four years and individually voting and boosting, deposit your CRV into Convex. Convex will lock it forever, give you cvxCRV (a liquid representation), and use the pooled voting power to boost everyone's Curve farming yields to the maximum 2.5x. You give up the ability to vote individually, but you get a liquid token, the max boost, plus a share of bribes paid by other protocols who want votes directed to their pools.

The Convex Curve Wars Loop
STEP 1
User deposits CRV
into Convex
STEP 2
Convex locks veCRV
forever (max boost)
STEP 3
User gets cvxCRV
liquid + tradeable
STEP 4
CVX holders vote
direct emissions
STEP 5
Bribes flow
to vlCVX holders
The result: CRV emissions get directed by whoever bribes the most CVX holders. Protocols compete to bribe.

The clever part is the second token: CVX. CVX holders can vote-lock their CVX (becoming vlCVX) and inherit Convex's voting power on Curve. Other protocols that want CRV emissions directed to their pool (Frax, Lido, Synthetix, and many others) bribe vlCVX holders directly. Platforms like Votium, Hidden Hand, and Llama Airforce coordinate these bribe markets. At various points vlCVX holders have earned annualized yields of 30-80% just from bribes.

Aura Finance is the exact same model applied to Balancer instead of Curve. Deposit BAL, get auraBAL, lock AURA for vlAURA, collect bribes. Aura is much smaller than Convex but follows the identical economic playbook around veBAL.

Curve Wars Explained

The phrase "Curve Wars" refers to the multi-year competition between stablecoin issuers and protocols to control CRV emissions. Stablecoins live or die based on liquidity, and the deepest stablecoin liquidity in DeFi is on Curve. If your stablecoin's Curve pool gets a lot of CRV emissions, LPs are incentivized to deposit, depth grows, and your peg stays tight. If your pool gets nothing, LPs leave and your peg gets fragile.

So Frax, MakerDAO (with crvUSD competitor DAI), Synthetix (with sUSD), Yearn (with crvUSD), and many others have spent collectively hundreds of millions on accumulating CVX and bribing vlCVX holders. At the peak of the Curve Wars in late 2022, Convex controlled over 50% of all veCRV, making it effectively the kingmaker of the Curve ecosystem. The drama produced things like the "Mochi" episode where a small protocol manipulated emissions to its own pool and then dumped, triggering an emergency governance vote that became a famous DeFi case study.

The Curve Wars matter to yield aggregator users because they explain why Curve and Convex APYs are sustainable. Unlike many farming yields that are pure inflation, much of Curve farming yield is actually paid in bribe revenue from real protocols paying for liquidity. That makes the yield more "real" than pure emissions, though it depends on the bribe economy continuing.

Yield Tokenization Aggregators: Pendle's PT and YT

Pendle is the strangest and most powerful aggregator in modern DeFi. It does not auto-compound. It does something much more interesting: it tokenizes yield itself. Take any yield-bearing asset, like stETH, eETH, sUSDe, or even an Aave aToken. Deposit it into Pendle. The protocol splits it into two new tokens with an expiry date:

The PT (Principal Token) represents the right to redeem 1 unit of the underlying asset at maturity. Because PT is locked until maturity, it trades at a discount to the underlying. Buying PT and holding to expiry gives you a known, fixed yield, like a zero-coupon bond. If a 6-month PT-eETH trades at 0.96 ETH, that is roughly an 8% annualized fixed yield.

The YT (Yield Token) represents the right to claim all the yield from 1 unit of the asset between now and maturity. YT is pure leveraged exposure to the variable yield rate. If you expect Ethena's sUSDe yield to spike during a bull market, buying YT is a multi-x bet on that. If yield craters, YT decays to zero.

Pendle is an aggregator in the sense that it sits on top of yield-bearing assets from many other protocols (Lido, ether.fi, Ethena, Aave, Curve LPs, Renzo, Pendle has supported over 50 yield sources at various times). It is also where farmers go to "lock in" yields when they think rates will fall, or to leverage exposure to yields they think will rise. During the points-farming era of 2024 and 2025 Pendle YT became the standard vehicle for cheap exposure to airdrop points.

LRT Aggregators: ether.fi, Renzo and KelpDAO

Liquid restaking tokens (LRTs) are the newest type of yield aggregator. They emerged after EigenLayer launched restaking on Ethereum in 2024. EigenLayer lets ETH stakers "re-stake" their staked ETH to secure additional services (Actively Validated Services or AVSs) and earn additional rewards on top of the base staking yield. The problem is that EigenLayer is operationally complex: you pick AVSs, manage delegations, watch for slashing risks across many services.

LRT aggregators solve this by pooling user ETH, depositing it into liquid staking (often Lido or directly via validators), then re-staking the resulting stETH into EigenLayer across a diversified set of AVS operators. The user gets back a single liquid token: eETH from ether.fi, ezETH from Renzo, rsETH from KelpDAO. The token accrues the combined staking yield, restaking yield, and EigenLayer points (which historically converted into airdrops).

ether.fi grew from zero to over $9 billion TVL in under 18 months, making it one of the fastest growing DeFi protocols ever. It launched its ETHFI token in 2024, and unlike other LSTs which are non-rebasing wrappers, eETH uses a rebasing model similar to Lido's stETH. ether.fi also pioneered the "Liquid" vaults concept where users delegate to specific yield strategies pre-built on top of eETH, which is itself a meta-aggregator. The risks of LRT aggregators include EigenLayer slashing (still being implemented per-AVS in 2026), operator concentration, and the very large amount of dependency stacked into a single token.

Top 10 Yield Aggregators in 2026 (Ranked by TVL)

Below is the current ranking of yield aggregators by TVL as of early 2026, with notes on what each one specializes in. TVL numbers fluctuate with market conditions, but the relative ordering has been stable for several quarters.

#1
LRT
ether.fi
eETH liquid restaking, ~$9B TVL. Largest LRT.
#2
VOTE
Convex Finance
veCRV/veFXS aggregator. Curve Wars king.
#3
TOKEN
Pendle
PT/YT yield tokenization. Fixed and leveraged yield.
#4
SINGLE
Yearn Finance
The OG. yvUSDC, yvDAI, yvETH and V3 vaults.
#5
LRT
Renzo
ezETH liquid restaking. Multi-AVS allocation.
#6
VOTE
Aura Finance
veBAL aggregator. The "Convex of Balancer".
#7
LP
Beefy Finance
Multichain LP auto-compounder. 25+ chains.
#8
LRT
KelpDAO
rsETH liquid restaking. Multi-chain expansion.
#9
VAULT
Mellow Protocol
Permissionless LRT vaults built atop Symbiotic.
#10
VOTE
Stake DAO
veCRV/veFXS/veBAL meta-aggregator. sdToken model.

Notable mentions that did not make the top 10 but are still active: Reaper Farm (LP aggregator on Sonic/Optimism), Autofarm (BNB Chain LP veteran), Pickle Finance (still operating post-2020 exploit, much smaller), Idle Finance (single-asset focus on stablecoins with senior/junior tranches), and Harvest Finance (low-fee LP auto-compounder, also exploited in 2020).

Performance Fees Explained

Yield aggregators charge fees, and being honest about this is something most marketing pages skip over. The two most common fee types are the management fee and the performance fee. A management fee is charged on the AUM regardless of returns (usually 0-2% annually). A performance fee is charged on the yield generated (typically 10-20%). Some aggregators also charge a small withdrawal fee designed to discourage rapid in-and-out behavior that disrupts strategy economics.

Yearn V3 vaults typically charge a 10% performance fee. Beefy charges either 4.5% or 9.5% of yield depending on the vault. Convex takes 17% of CRV yield (1% goes to whoever calls harvest, 16% to vlCVX holders and treasury). Pendle does not take a performance fee on PT/YT trading but earns from AMM swap fees on its pools. ether.fi takes 10% of restaking rewards. Across the industry, the 10-20% range is standard, and effective net yield to depositors is usually around 80-90% of theoretical gross strategy yield.

The hidden fee that nobody quotes is gas. On Ethereum L1, harvest gas is paid out of pool yield before it is distributed. If a strategy generates $50,000 of yield in a week but the harvest cycles consumed $10,000 of gas, the realized APY is only 80% of what the gross strategy produced. This is why most aggregators are aggressively migrating to L2s where gas is two to three orders of magnitude cheaper, and why so many of the highest-APY vaults are now on Arbitrum, Base, and Optimism.

Vault Strategies and Risk Tiers

Larger aggregators classify their vaults into risk tiers, which is critical context that newcomers often miss. Yearn for example has historically used categories like "stable" (audited, battle-tested strategies in major protocols), "standard" (newer strategies with shorter track records), and "experimental" (high-yield strategies that may use newer protocols or aggressive leverage). Yields scale with the tier, and so does the realistic probability of an exploit or strategy failure.

Convex Finance veCRV staking dashboard showing Curve gauge boost and cvxCRV rewards
Convex Finance - aggregator that runs the Curve Wars through cvxCRV and vlCVX.

Beefy uses a "safety score" from 0 to 10 that combines factors like contract age, audit count, asset volatility, complexity, and centralization risks of the underlying protocols. A vault scoring 9-10 is considered very safe (Curve stable pools, mature LSTs). A vault scoring 5-6 is mid-risk (newer DEXs, less audited strategies). Below 5 is considered speculative. Power-users should read the strategy descriptions and audit reports rather than relying on a single number.

Practical rule of thumb: stick to "safe" tier vaults using strategies built on top of Aave, MakerDAO, Curve, Compound, and Lido for the bulk of your size. Use experimental tiers only with capital you are explicitly willing to lose. If a vault's APY looks two to three times higher than the safe tier average, that gap is the market's implied probability of trouble, not free money.

Historic Exploits: When Aggregators Fail

Yield aggregators are smart contract concentrators. A successful exploit can wipe out the entire pool in a single transaction. The history of the category includes some of the largest losses in DeFi.

Major Yield Aggregator Exploits
Pickle Finance
Nov 2020 • $19.7M
Attacker exploited a fake jar (vault) to drain DAI from cDAI strategy. One of the first major aggregator exploits.
Harvest Finance
Oct 2020 • $24M
Flash-loan oracle manipulation on Curve Y pool drained the fUSDC and fUSDT vaults in seven minutes.
Yearn V2 yDAI
Feb 2021 • $11M
Flash-loan attack exploited a 3pool slippage discrepancy in the yDAI v2 strategy. Yearn covered partial losses via treasury.
Cream / Iron Bank
Oct 2021 • $130M
Hit Cream's flash-loanable pool which many aggregator strategies depended on. Caused cascading vault pauses across Yearn and others.
Beefy Stargate vault
Aug 2022 • $84k
Misconfigured Stargate vault on BNB Chain allowed donation-based share dilution. Smaller, but a reminder that LP aggregator complexity creates surface area.

The lesson from these incidents is that aggregator risk is the sum of all underlying protocol risks plus the aggregator's own contract risk. A Yearn vault depositing into Curve via Convex with strategies on Aave is exposed to a bug in Yearn's strategy code, Convex's booster contract, Curve's pool, Aave's lending logic, the underlying tokens, the bridge or wrapped representations, and the price oracles each layer uses. Each layer is usually audited and battle-tested, but the composite probability of failure is the sum, not the minimum.

How to Use a Yield Aggregator Step by Step

Let us walk through depositing into a Yearn USDC vault, which is the most common starting point. The process is essentially the same on Beefy, Convex, or any other aggregator with minor interface differences.

Step 1: Connect your wallet. Go to yearn.fi and connect MetaMask, Rabby, or your wallet of choice. Yearn supports Ethereum mainnet plus several L2s and L1s. Make sure you select the network where you want to deposit (cheaper gas on Arbitrum or Base).

Step 2: Choose a vault. Browse the vault list, filter by "stable" or your preferred risk tier, and pick something like the V3 USDC vault. Check the strategies it currently uses (visible on the vault detail page), the current net APY (after fees), the TVL (don't be the only depositor in a tiny vault), and the historical performance chart.

Step 3: Approve and deposit. Click deposit, enter the amount, and first approve USDC spending by the vault contract. This first approval transaction costs gas. Then submit the actual deposit transaction. You will receive yvUSDC tokens in your wallet representing your share of the vault.

Step 4: Hold and wait. The vault auto-compounds in the background. Your yvUSDC balance does not change, but its underlying USDC value grows over time. You can check the current share price (USDC per yvUSDC) on the vault page or Etherscan.

Step 5: Withdraw. When you want to exit, go back to the vault page, click withdraw, choose the amount or "max", and submit the transaction. You will receive USDC equal to your yvUSDC balance times the current share price, minus any withdrawal fee (zero on most modern Yearn vaults). The vault burns your share tokens, and you are out.

Tax Implications of Auto-Compounding

This section is genuinely important and most articles skip it. The tax treatment of yield aggregator returns varies sharply by jurisdiction, but a common framework helps you ask the right questions.

In the United States, the IRS has not issued specific guidance on yield aggregator vaults. The two competing interpretations are: (a) auto-compounding is a continuous accrual of interest income and is taxable as it accrues, even before you withdraw, or (b) since you receive a single receipt token that grows in value, there is no taxable event until you sell the receipt token, at which point it is treated as a capital gain. Interpretation (a) is more conservative and more likely correct, especially for stablecoin vaults where the "growth" is clearly interest-like. Interpretation (b) is what many DeFi users actually do but is harder to defend in an audit.

In the UK, HMRC has tended to treat staking and lending rewards as miscellaneous income at the time of receipt. The auto-compound is not a "receipt" in the usual sense (your wallet balance doesn't change), but the position's growth in value is still likely income. In Germany, the one-year hold rule may apply to LP positions, but stable vault yield is generally taxable as income annually. In Portugal and Switzerland, the rules are more crypto-friendly but still have a yield-vs-capital distinction. The consistent advice across jurisdictions: get a crypto tax tool that can parse vault transactions (Koinly, CoinTracker, and CryptoTaxCalculator all do this), and consult a tax professional once your position is meaningful. The complexity is real.

Risks of Yield Aggregators

Beyond the historic exploit risk discussed earlier, modern aggregator users should monitor four distinct risk categories. Understanding each one will save you from surprise losses.

Smart contract risk. The aggregator's own contracts can have bugs. Every harvest call, every strategy migration, every governance upgrade is a chance for something to break. Stick to aggregators with multiple audits from reputable firms, long operational track records, formal verification where available, and active bug bounty programs. Avoid brand-new forks of established aggregators on smaller chains, which often have copied code but skipped audits.

Oracle risk. Many strategies depend on price oracles to value collateral, decide rebalances, or calculate harvest amounts. A manipulated oracle, especially one using a low-liquidity spot price, can let attackers extract funds. Both the Harvest Finance and Yearn yDAI exploits were oracle issues. Look for strategies that use Chainlink or other decentralized oracle networks rather than internal AMM prices.

Strategy underlying risk. If a strategy deposits into Aave, an Aave bug or governance attack could affect you. If it deposits into Cream, well, Cream got drained for $130M and many aggregator strategies went with it. Read which protocols each strategy actually uses. Avoid strategies that route through obscure, low-TVL forks of established protocols just to capture extra yield, which is the most common source of unexpected losses.

Dependency cascade. Modern aggregators are stacked on top of each other. Yearn on Convex on Curve on Lido. ether.fi on EigenLayer on validators. Pendle on ether.fi on EigenLayer on Lido. A failure deep in the stack will cascade upward through every dependent vault. Diversifying across aggregators that use independent underlying primitives (Aave-based vs Compound-based vs Curve-based) reduces this risk more than diversifying across vaults that all ultimately route to the same place.

Frequently Asked Questions

What is a yield aggregator in simple terms?

A yield aggregator is a smart contract that takes your crypto deposit, automatically deploys it across other DeFi protocols to earn the best available yield, and continuously reinvests (auto-compounds) the rewards. You get a single receipt token that grows in value, and the aggregator charges a small performance fee, typically 10-20% of the yield generated.

Is Yearn Finance still the best yield aggregator in 2026?

Yearn remains one of the most trusted and battle-tested aggregators, especially for single-asset stablecoin and ETH vaults, but it is no longer the largest by TVL. ether.fi (LRT), Convex (Curve vote aggregator), and Pendle (yield tokenization) all surpass Yearn in 2026 TVL. The best aggregator depends on what you are trying to do: Yearn for set-and-forget stablecoin yield, ether.fi for ETH restaking, Convex for boosted Curve farming, Pendle for fixed-rate or leveraged-yield trading.

What is the difference between APR and APY in a yield aggregator?

APR is the simple, uncompounded annualized yield. APY includes the effect of compounding. A 20% APR auto-compounded daily becomes a 22.13% APY. Aggregators usually advertise APY because it reflects what you actually earn, but they should also disclose the underlying APR. The gap between them tells you how aggressively the vault auto-compounds.

How does Convex make money from CRV?

Convex pools user CRV, locks it as veCRV permanently, and uses the resulting voting power and 2.5x boost to maximize Curve gauge rewards for everyone in the pool. Convex takes about 17% of the harvested CRV: 1% to whoever calls the harvest function and 16% to vlCVX holders and the Convex treasury. vlCVX holders also earn bribes from other protocols paying for emissions to be directed to their pools.

Can I lose money in a yield aggregator?

Yes. Yield aggregators have lost user funds many times: Pickle ($20M, 2020), Harvest ($24M, 2020), Yearn V2 ($11M, 2021), Cream cascade affecting many ($130M, 2021), and others. Losses can come from smart contract bugs in the aggregator itself, oracle manipulation, exploits in underlying protocols the strategy uses, or impermanent loss in LP-based vaults. Stick to audited, established aggregators using "safe" tier strategies and never deposit more than you are willing to lose.

What is Pendle and is it actually a yield aggregator?

Pendle is a yield tokenization protocol that splits any yield-bearing asset into Principal Tokens (PT, which redeem 1:1 at maturity and trade at a discount giving fixed yield) and Yield Tokens (YT, which capture the variable yield until maturity). It functions as an aggregator because it accepts yield-bearing tokens from dozens of underlying protocols (Lido, ether.fi, Ethena, Aave and more) and lets users trade exposure to those yields. Whether it is "an aggregator" depends on definition, but it sits in the same product category and competes for the same TVL.

What is an LRT and why are LRT aggregators so big?

An LRT (Liquid Restaking Token) is a token that represents ETH that has been staked on Ethereum and then "re-staked" through EigenLayer or similar restaking protocols to secure additional services and earn additional rewards. LRT aggregators like ether.fi, Renzo, and KelpDAO pool user ETH, handle the restaking complexity, and give back a single liquid token. They grew explosively because they stacked staking yield, restaking rewards, and EigenLayer points (later converted to airdrops) into one easy-to-hold token.

Conclusion

Yield aggregators were the breakthrough product of DeFi summer 2020, and six years later they remain a core primitive. They turned the messy, gas-heavy work of moving capital between dozens of protocols into a single deposit, automated the boring but mathematically powerful work of auto-compounding, and unlocked entirely new categories of yield through innovations like Convex's vote-aggregation, Pendle's yield tokenization, and ether.fi's liquid restaking.

The category has evolved well beyond Andre Cronje's original Yearn vaults. The top ten aggregators by TVL in 2026 span five clearly distinct sub-types, each optimized for a different yield source, and the leaders are no longer the original players. ether.fi leads on TVL. Convex still runs the Curve Wars. Pendle dominates yield tokenization. Yearn remains the standard for trustworthy single-asset stablecoin and ETH yield. Beefy is the multichain LP king. Aura mirrors Convex on Balancer. Renzo and KelpDAO chase ether.fi in LRTs. Mellow and Stake DAO build meta-aggregator vaults on top of everything else.

What has not changed is the basic risk equation: aggregators stack contract risk, strategy risk, oracle risk, and dependency risk on top of whatever the underlying protocols offer. The history of major exploits (Pickle, Harvest, Cream, Yearn V2) is a permanent reminder that high APYs come from somewhere, and convenience often correlates with concentrated risk. Use aggregators, but use them with eyes open: read the strategy descriptions, prefer safe-tier vaults for size, diversify across independent primitives, factor in the 10-20% performance fee honestly, and remember that the same auto-compounding that makes 20% APR into 22.14% APY in your favor also magnifies losses if the underlying protocol breaks. Understood and used carefully, yield aggregators are the closest thing DeFi has to a true passive-income product.

Related Guides