Skip to main content

Documentation Index

Fetch the complete documentation index at: https://yieldxyz.mintlify.app/llms.txt

Use this file to discover all available pages before exploring further.

Morpho Vaults are ERC-4626 vaults that allocate deposits across multiple Morpho Markets, with curators managing risk and market selection. Yield.xyz integrates both Morpho Vaults V1 and V2.

What this yield is

  • Protocol: Morpho Vaults (V1 & V2)
  • Mechanism: Deposit assets, receive vault shares
  • Rewards: Yield via share-price appreciation + potential additional incentives (MORPHO, etc.)
  • Withdrawals: Instant (subject to vault liquidity)
  • Networks: Ethereum, Base, Arbitrum, Polygon, Unichain, Optimism

Vault versions

ERC-4626 vaults that allocate deposits across multiple Morpho Markets V1 for the same loan asset. Curators manage risk and market selection so users earn passive yield without direct market exposure.

Required inputs

ArgumentRequiredDescription
amountYesAmount to deposit (in token decimals)

Actions & lifecycle

  • Approval transaction (if needed)
  • Deposit transaction
  • Receive vault shares immediately
  • Yield accrues via share price

Pending actions

ActionDescription
CLAIM_REWARDSClaim MORPHO and other incentive tokens

Example flow

curl --request GET \
  --url https://api.yield.xyz/v1/yields/base-usdc-re7usdc-0x12afdefb2237a5963e7bab3e2d46ad0eee70406e-4626-vault \
  --header 'accept: application/json' \
  --header 'x-api-key: <API_KEY>'

Operational notes

Morpho Vaults are managed by curators who allocate deposits across markets. Different vaults have different risk profiles and strategies.
Rewards accrue via share-price appreciation exposed as pricePerShare. Shares are redeemable for underlying at any time.
Many vaults distribute MORPHO tokens and other incentives on top of native yield. Check yield metadata for reward details.

Yield IDs for this protocol

Morpho vault yield IDs follow the pattern: {network}-{token}-{vault-name}-{vault-address}-4626-vaultExamples:
  • base-usdc-re7usdc-0x12afdefb2237a5963e7bab3e2d46ad0eee70406e-4626-vault
  • ethereum-usdc-steakusdc-0xbeef01735c132ada46aa9aa4c54623caa92a64cb-4626-vault
Use the Discovery API with ?protocol=morpho to get the full list.

See also

Vaults Overview

All vault protocols

Yearn

Alternative vault protocol