Yearn is a DeFi Vault Protocol for Automated Yield
Yearn is a decentralized finance protocol whose vaults - shared pools of crypto assets - run yield strategies, meaning programmed methods for earning returns. Depositors receive redeemable share tokens while managers and automated allocators route assets among lending markets, liquidity positions and other DeFi strategies. The design reduces manual harvesting and reallocation, yet each vault keeps its own asset, chain, fee settings and risk profile. YFI anchors the governance and staking system and isn't required for an ordinary vault deposit.
Key takeaway: A fresh ERC-20 deposit normally requires two wallet confirmations before the vault share appears.
One Asset and One Chain Must Match the Vault
One mismatched asset or chain is enough to derail a Yearn deposit, because every vault accepts a specified ERC-20 token on a specified network.
Start with the asset already in your wallet, then filter for its exact network and contract. USDC uses 6 decimal places, while WETH and YFI use 18; the interface handles those units, but the token identity still matters. An Ethereum address contains 20 bytes and is displayed as 40 hexadecimal characters after the 0x prefix. Match the vault's underlying address, not just the symbol, before approving anything. Moving USDC from Base to an Ethereum vault requires a bridge or exchange withdrawal to Ethereum first. The same rule applies across Arbitrum One, Optimism and Polygon.
Five Risk Levels Expose Strategy Dependencies
Five levels organize Yearn's vault risk score, with 1 representing the strongest security profile and 5 representing the weakest profile in the interface.
That scale is a screening tool, not a guarantee. Review the strategy list beneath the allocator vault, because a deposit inherits the contracts, markets and assets each strategy uses. A USDC strategy routed through Morpho has different dependencies from a Curve liquidity position compounded through Convex. Stablecoin peg behavior, collateral quality, liquidation mechanics and exit liquidity all feed the economic risk even when the vault share itself follows ERC-4626.
A lower number doesn't remove network risk, oracle risk or loss from an integrated protocol. It shows the assessment's relative position on a five-point scale. Use the score alongside the named route, such as Morpho or Convex.
Ten Positions Bound Each Withdrawal Queue
Ten strategy positions form the hard ceiling for a Yearn V3 withdrawal queue, limiting how many routes one redemption call asks the vault to unwind.
The Yearn V3 vault contract fixes the maximum withdrawal queue length at 10 strategies. An allocator vault keeps some assets idle and assigns debt to strategy vaults. On redemption, idle assets are used first; the queue then determines which strategies return the remainder. If a route realizes a loss, that loss flows into the asset value backing shares. Managers can update debt, queue order, minimum idle balance and withdrawal hooks through separate permissions. Queue order matters whenever one strategy has less immediately available liquidity than another. A caller may supply a custom queue, but the same 10-position cap applies.
V3 separates these controls across 14 bit-mapped roles, clarifying who may add strategies, change debt, set limits, report results or pause operations. The contract encodes that separation in 14 roles.
Two Vault Formats Cover the Main Yield Uses
Two asset formats organize Yearn's main vault uses: single-asset deposits for simpler exposure and LP-token deposits for automated compounding of liquidity positions.
A single-asset allocator accepts one underlying token, then distributes it among compatible ERC-4626 strategies. USDC, WETH and crvUSD are established examples shown in Yearn vault listings. The share token tracks a depositor's proportional claim while strategy reports move its asset value. This pattern suits someone who wants the same asset back without selecting lending markets individually.
LP-token vaults start with an existing liquidity position from a venue such as Curve or Velodrome. Their returns combine trading fees, incentive tokens and asset-price behavior. That makes the deposit economically different from holding one stablecoin, even when compounding is automated through a Curve LP position.
Sixteen ERC-4626 Methods Standardize Vault Accounting
Sixteen specified methods make up the ERC-4626 vault interface Yearn V3 follows, giving wallets and protocols a common language for assets, shares and limits.
Four methods change a user position: deposit, mint, withdraw and redeem. Four preview methods estimate the corresponding outcome, while four maximum methods expose account or vault limits. Two conversion methods translate between assets and shares, and two reads identify the underlying asset and total managed assets. These views describe contract state when called, not a future exchange rate. A deposit transfers assets into the vault and mints ERC-20 shares; redemption burns those shares and returns the calculated asset amount. That standardized accounting makes one share token legible to compatible DeFi tools.
Two Confirmations Open the Standard Deposit Path
Two wallet confirmations are standard for a first Yearn deposit with a fresh ERC-20 allowance: one approval and one vault deposit transaction.
The approval authorizes the selected contract to move a stated amount; it doesn't place assets in the vault. A later deposit can use an existing allowance and need only 1 new transaction, while a standard redemption also uses 1 transaction. Gas is paid in the network's native asset, such as ETH on Ethereum, Arbitrum One, Base and Optimism. MetaMask and Rabby both display the target contract, network fee and requested action before signing.
Fifty Percent Caps Base-Strategy Performance Fees
Fifty percent is the maximum performance fee Yearn's Tokenized Strategy base permits, although each displayed vault sets its configuration at or below that ceiling.
Yearn's V3 factory caps the protocol share at 50% of fees a vault or strategy charges, rather than 50% of deposited assets. The contracts express percentages in basis points, where 10,000 basis points equal 100%. An accountant assesses applicable charges when a strategy reports profit, and the vault issues shares to the configured recipients. The vault page separates management and performance fees because they use different bases.
Worked example: every changing input is hypothetical - 1,000 USDC principal, 80 USDC gross yield, a 10% performance fee and 4 USDC total network cost. The performance fee is 8 USDC, leaving 72 USDC of yield inside the redeemed assets. Adding that to principal gives 1,072 USDC; subtracting the 4 USDC network cost leaves 1,068 USDC. The completed case produces a 68 USDC gain, equal to 6.8% of the starting principal. That return combines strategy output, vault fee and transaction cost instead of treating APY as cash already received.
Compare the displayed fee settings with the strategy source of return and the planned holding period. The worked arithmetic ends at 1,068 USDC, not the gross-yield figure.
Three Alternatives Clarify the Automation Trade-Off
Three alternative on-chain routes frame Yearn's fit: direct protocol deposits, another auto-compounder and a programmable asset-management platform with different control and complexity.
Direct deposits into Aave, Compound or Morpho expose one lending position and leave market selection to the user. Beefy also auto-compounds vault strategies, with a broad multichain orientation and product-specific fees. Enzyme provides configurable on-chain portfolios with manager-defined policies rather than a simple deposit-and-redeem yield vault. Yearn fits when an ERC-20 share, automated harvesting and strategy allocation are worth the extra contract layers. Choose the asset and chain first, inspect the named strategies and compare the exit route with Aave, Beefy or Enzyme.
Automation matters most when repeated harvests and allocation changes would otherwise consume time and gas. It matters less when someone wants one transparent market, a custom portfolio policy or a position simple enough to manage directly. The final choice concerns acceptable contract depth and desired control: a Yearn allocator, Aave market, Beefy vault or Enzyme fund.
Quick answers about Yearn
Can Yearn vault shares be used as collateral or liquidity elsewhere?
Yearn vault shares are ERC-20-compatible tokens, so another DeFi protocol can integrate them as collateral, liquidity or a deposit asset. Integration isn't automatic: the receiving protocol must support the exact share contract on the same chain, and a transfer hook or vault-specific restriction may affect movement. Treat the external position as an added dependency beyond the original vault strategy.
Can a Yearn vault stop accepting new deposits?
A Yearn V3 vault can stop new deposits when its configured deposit limit is reached, a deposit hook returns no capacity, management pauses the vault or the vault enters shutdown, while existing shares remain governed by the contract's redemption rules and available strategy liquidity rather than being converted automatically into the underlying asset.
Is YFI required for depositing or withdrawing from Yearn?
YFI isn't required to deposit into or redeem from an ordinary Yearn vault. Users need the vault's underlying asset and the chain's native token for gas. YFI belongs to governance and staking rather than routine vault access. Its issued supply reached 36,666 after an initial 30,000 distribution and a later 6,666 mint approved through governance.
When does Yearn's estimated APY change?
Yearn's estimated APY changes when strategy earnings, token incentives, borrowing demand, trading fees, losses or vault allocations change. Reporting and profit unlocking also affect the displayed calculation over time. The estimate isn't a promised rate, and two vaults holding the same underlying token can show different figures because their strategies, fee settings and observation windows differ.
Does Yearn ever hold my wallet's private keys?
Yearn doesn't receive or store a user's private keys. A self-custody wallet signs approval, deposit and redemption transactions, while the vault contracts hold pooled assets and issue shares to the wallet address. The wallet remains responsible for transaction authorization and gas. A hardware wallet such as Ledger or Trezor can sign the same contract interactions through a compatible interface.