DeFi Yield Farming: A 1,000% APY Is a Question, Not a Promise
A practical explanation of DeFi APY, reward sources, smart-contract risk, impermanent loss, liquidation, bridge, and exit risk.
0xNN · · 9 min read
DeFi Yield Farming: A 1,000% APY Is a Question, Not a Promise
A 1,000% APY looks like a “deposit and win” button. It should usually trigger questions instead: where does the number come from, which token pays it, and what risk is being priced?
APY is not free money
APY expresses an annualised return under a compounding assumption. A dashboard number may combine token emissions, trading fees, borrower interest, temporary incentives, or all of them. If rewards are paid in a token that loses value, nominal APY is not the same as a net return in your currency.
Check the APR/APY definition, observation period, data source, and whether rewards can change every block. “1,000% APY” without assumptions is not a forecast.
Risks behind the large number
• Smart-contract risk: bugs, upgrade keys, faulty oracles, and admin functions.
• Token risk: inflation, shallow liquidity, or a reward token losing value.
• Impermanent loss: liquidity can underperform simply holding the assets.
• Liquidation risk: lending positions can be liquidated when prices or parameters move.
• Bridge and chain risk: the position depends on networks, bridges, sequencers, or RPC services.
• Exit risk: thin pools, pauses, and gas costs can make withdrawal expensive.
A pre-deposit checklist
Read the protocol documentation and contract addresses from an official source. Check audits and their scope, upgrade authority, oracle design, pause controls, actual liquidity, reward emissions, and the emergency exit path.
Model bad scenarios: the reward token falls 90%, the pair price moves sharply, incentives stop, the oracle fails, and gas spikes. If that outcome threatens your emergency fund, the position is too large.
An audit covers a class of issues in a particular code version. It does not guarantee token economics, team behaviour, bridge safety, or market liquidity. An immutable contract can still contain a bug.
This article is educational, not investment advice. Never deposit money you cannot afford to lose, and verify the protocol yourself before signing a transaction.
References
• Ethereum.org: Decentralised Finance
• Uniswap Developers: Liquidity Overview
• Uniswap Developers: Impermanent Loss glossary
• Aave Risk Framework