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.

What this yield is

  • Protocol: Euler Finance (EVK - Euler Vault Kit)
  • Asset: USDC, USDT, WETH, WBTC, and many more
  • Receipt token: eTokens (e.g., eUSDC, eWETH)
  • Additional rewards: rEUL, and vault-specific rewards
  • Networks: Ethereum, Arbitrum, Base, BSC, Polygon, Unichain, Avalanche, Sonic, Plasma
EVK vaults are extended ERC-4626 vaults that function as passive lending pools. Users earn yield from lending to borrowers. Different vaults are operated by various curators with different strategies.

Required inputs

ParameterDescription
yieldIdThe specific Euler vault yield ID
addressUser’s wallet address
amountAmount to deposit

Actions & lifecycle

Action: Deposit assets into Euler vault
  • Supply the underlying asset
  • Receive eToken representing your share
  • Yield accrues automatically

Example flow

1

Get yield metadata

Fetch available Euler vaults and their current rates.
2

Enter position

Call the enter action with your deposit amount.
3

Sign & submit

Sign the transaction and broadcast to the network.
4

Track balances

Monitor your position via the balances endpoint.
curl --request GET \
  --url 'https://api.yield.xyz/v1/yields/ethereum-usdc-eusdc-2-0x797dd80692c3b2dadabce8e30c07fde5307d48a9-4626-vault' \
  --header 'accept: application/json' \
  --header 'x-api-key: <API_KEY>'

Operational notes

Reward EUL (rEUL) converts 1:1 to EUL over 6 months: 20% unlocks immediately, 80% vests linearly. Locked EUL is forfeited if not fully vested.
Different vaults are managed by curators like Gauntlet, MEV Capital, Re7 Labs, Steakhouse, etc., each with different strategies and risk profiles.
Some vaults have additional rewards via Royco, Merkl, or Turtle Club platforms.
Euler is available on 10+ networks with hundreds of vault options.

Yield IDs for this protocol

Yield ID pattern: {network}-{asset}-e{vault}-{address}-4626-vault

Ethereum (sample)

Yield IDName
ethereum-usdc-eusdc-2-0x797dd80692c3b2dadabce8e30c07fde5307d48a9-4626-vaultEuler Prime USDC
ethereum-weth-eweth-2-0xd8b27cf359b7d15710a5be299af6e7bf904984c2-4626-vaultEuler Prime WETH
ethereum-usdt-eusdt-2-0x313603fa690301b0caeef8069c065862f9162162-4626-vaultEuler Prime USDT

Base (sample)

Yield IDName
base-usdc-eusdc-1-0x0a1a3b5f2041f33522c4efc754a7d096f880ee16-4626-vaultEuler Base USDC
base-weth-eweth-1-0x859160db5841e5cfb8d3f144c6b3381a85a4b410-4626-vaultEuler Base WETH

Arbitrum (sample)

Yield IDName
arbitrum-usdc-eusdc-1-0x0a1ecc5fe8c9be3c809844fcbe615b46a869b899-4626-vaultEVK Vault eUSDC-1
arbitrum-weth-eweth-1-0x78e3e051d32157aacd550fbb78458762d8f7edff-4626-vaultEVK Vault eWETH-1
Full list contains 500+ yield IDs across networks.

See also

Quickstart

Get started with Yield.xyz

Actions & Balances

Understand how actions work