Earn
Supply assets to Morpho and Aave v3 vaults through Ozmium - where the yield actually comes from, how to read APY honestly, and the risks worth naming.
Earning means supplying an asset to a lending market and collecting the interest borrowers pay. The yield is not manufactured by Ozmium; it comes from real borrowers paying real rates.
Where the Yield Comes From
Someone is borrowing your asset and posting collateral worth more than they borrowed. They pay interest. That interest, minus the protocol's share, is your yield.
This matters because it sets the ceiling. If a vault advertises a rate far above what borrowers plausibly pay, the extra is coming from somewhere else - token emissions, a subsidy, or a risk you have not priced. Ask which.
Supported Venues
| Venue | Model | What Ozmium Shows |
|---|---|---|
| Morpho | ERC-4626 Vaults, Curated | Every listed vault with live APY, not just ones you hold |
| Aave v3 | Pooled Supply Markets | Supply APY, utilization, and available liquidity |
Ozmium lists the full set so you can compare before committing, rather than only surfacing positions you already have.


Supplying
- Choose a vault and review its live APY, its underlying asset, and its size.
- Enter an amount.
- Approve the token if this is the first supply from this wallet. Smart wallets batch this.
- Sign. You receive vault shares (ERC-4626) or aTokens (Aave) representing your position.
- Yield accrues to the position continuously. There is nothing to claim on a per-block basis.
Withdrawing
Withdrawal redeems your shares back to the underlying asset. Two things can delay it:
- Utilization. If nearly all supplied assets are currently borrowed, available liquidity for withdrawal is low until borrowers repay or new supply arrives. Lending markets are supposed to do this, and it resolves as borrowers repay.
- Market conditions. During volatility, utilization spikes. Plan around it rather than assuming instant exit.
Reading APY Honestly
- APY is a snapshot of this moment. It floats with utilization and can change block to block.
- The displayed figure is an estimate. Ozmium shows what the protocol reports at read time.
- Higher yield is higher risk, always. There is no exception to this in lending. A vault paying more is either taking more collateral risk, holding a thinner asset, or subsidising the rate.
- Compare net of everything. Gas to enter and exit matters on small positions.
Risks Worth Naming
Supplying is lower risk than leverage, not zero risk:
- Smart-contract risk. Every vault is code. Morpho and Aave publish independent third-party audits, which reduces this risk without eliminating it.
- Curator risk. A Morpho vault is configured by a curator who chooses which markets it lends into. A misconfigured or aggressive curator changes the risk profile of your deposit.
- Bad debt. If collateral falls faster than liquidators can act, a market can be left with debt it cannot recover. Suppliers absorb that.
- Oracle risk. Bad price data can cause mispriced liquidations in either direction.
- No insurance. This is not a bank deposit. It is not covered by the FDIC, SIPC, or any government program.
FAQ
Where does the yield in a lending vault come from?
Borrowers post collateral worth more than they borrow and pay interest on the loan. That interest, minus the protocol's share, is your yield. There is no other source, which is why a rate far above what borrowers plausibly pay is a signal to ask what else is going on.
Can I withdraw from a vault at any time?
Usually, but not always instantly. If nearly all supplied assets are currently borrowed, available withdrawal liquidity is low until borrowers repay or new supply arrives. This is normal lending market behavior rather than a failure.
Is supplying to a vault safe?
Supplying carries less risk than leverage, and still carries plenty. Smart-contract failure, curator misconfiguration, bad debt, and oracle error all apply. It is not a bank deposit and is not insured by the FDIC, SIPC, or any government program.
What is the difference between Morpho and Aave on Ozmium?
Morpho vaults are ERC-4626 contracts configured by a curator who chooses which isolated markets the vault lends into. Aave v3 is a pooled supply market with protocol-level risk parameters. Ozmium lists both with live APY so you can compare them side by side.
Does Ozmium take a cut of my yield?
No. Ozmium is an interface. The yield you see is the protocol's own reported rate, and Ozmium takes no fee on deposits, withdrawals, or accrued interest.
For Agents
GET /v1/earn/vaults- the Morpho and Aave vault list with live APY.POST /v1/tx/earn/depositand/v1/tx/earn/withdraw- ERC-4626 supply and redeem calldata.POST /v1/tx/earn/aave/supplyand/v1/tx/earn/aave/withdraw- Aave supply and withdraw calldata.
See Endpoint Catalog.
Related
- Loan - the other side of the same market
- Liquidity - fee income instead of interest income
- Security And Trust - contract addresses and audit status