> ## Documentation Index
> Fetch the complete documentation index at: https://yieldxyz.mintlify.site/llms.txt
> Use this file to discover all available pages before exploring further.

# Supported Yields

> 2,900+ yield opportunities across staking, DeFi, and stablecoins

## Overview

Yield.xyz provides unified, non-custodial access to **2,900+ yield opportunities** across native staking, DeFi protocols, and stablecoin strategies. All yields are accessible through the same API — discover, enter, exit, and manage positions with ordered, ready-to-sign transactions.

<Info>
  For real-time availability, use the [Discovery API](/api-reference/YieldsController_getYields). The documentation describes integration patterns; the API reflects live availability.
</Info>

***

## Coverage at a Glance

| Category           | Scope                                                  | Networks                                                        |
| ------------------ | ------------------------------------------------------ | --------------------------------------------------------------- |
| **Native Staking** | 80+ networks, EVM and non-EVM                          | Ethereum, Cosmos chains, Solana, Polkadot, TON, Tezos, and more |
| **DeFi**           | 40+ protocols across lending, vaults, restaking, LPing | Ethereum, Base, Arbitrum, Optimism, Polygon, Solana, BNB Chain  |
| **Stablecoins**    | 200+ strategies, \~80% DeFi stablecoin market          | Multi-chain coverage                                            |

***

## Yield Categories

<Tabs>
  <Tab title="Staking">
    Native blockchain staking across EVM and non-EVM networks with validator selection, lifecycle management, and pending actions.

    <CardGroup cols={2}>
      <Card title="EVM Staking" icon="cube" href="/documentation/coverage/supported-yields/staking/evm">
        Ethereum, Polygon, Avalanche, BNB Chain, Arbitrum, Base, and 15+ more
      </Card>

      <Card title="Non-EVM Staking" icon="globe" href="/documentation/coverage/supported-yields/staking/non-evm">
        Cosmos ecosystem, Solana, Polkadot, TON, Tezos, Cardano, and 40+ more
      </Card>
    </CardGroup>

    <Tip>
      See [Staking Overview](/documentation/coverage/supported-yields/staking) for integration model and lifecycle states.
    </Tip>
  </Tab>

  <Tab title="DeFi">
    Lending, vaults, liquid staking, restaking, and LP opportunities across major DeFi protocols.

    <CardGroup cols={2}>
      <Card title="Lending" icon="hand-holding-dollar" href="/documentation/coverage/supported-yields/defi/lending">
        Aave, Compound, Morpho, Venus, Fluid, Kamino
      </Card>

      <Card title="Vaults" icon="vault" href="/documentation/coverage/supported-yields/defi/vaults">
        Morpho Vaults, Yearn, Ethena, Euler, Maple
      </Card>

      <Card title="Liquid Staking" icon="droplet" href="/documentation/coverage/supported-yields/defi/liquid-staking">
        Lido, Rocket Pool, Benqi, TonStakers
      </Card>

      <Card title="Restaking" icon="layer-group" href="/documentation/coverage/supported-yields/defi/restaking">
        EtherFi, KelpDAO, Renzo
      </Card>

      <Card title="LPing" icon="arrows-rotate" href="/documentation/coverage/supported-yields/defi/lping">
        Curve, PancakeSwap V3
      </Card>
    </CardGroup>

    <Tip>
      See [DeFi Overview](/documentation/coverage/supported-yields/defi) for protocols and integration examples.
    </Tip>
  </Tab>

  <Tab title="Stablecoins">
    200+ stablecoin yield strategies across lending, vaults, and optimized allocator vaults (OAVs).

    * **Base Yields**: Direct protocol access, no fees
    * **OAV Yields**: Monetized vaults with auto-compounding and configurable fees

    Supported stablecoins: USDC, USDT, DAI, USDS, USDe, EURC, GHO, crvUSD, PYUSD, and more.

    <Tip>
      See [Stablecoins](/documentation/coverage/supported-yields/stablecoins) for protocol coverage and integration options.
    </Tip>
  </Tab>
</Tabs>

***

## By Risk & Return Profile

| Profile          | APY Range | Examples                          | Characteristics                   |
| ---------------- | --------- | --------------------------------- | --------------------------------- |
| **Conservative** | 1–5%      | Native staking, Aave USDC         | Low risk, battle-tested protocols |
| **Moderate**     | 5–15%     | Liquid staking, Morpho vaults     | Medium risk, established DeFi     |
| **Growth**       | 15–30%    | Ethena sUSDe, leveraged vaults    | Higher risk, newer mechanisms     |
| **High Yield**   | 30%+      | Incentivized pools, new protocols | High risk, volatile returns       |

<Warning>
  Higher APY typically corresponds to higher risk. Evaluate smart contract risk, liquidity risk, and protocol maturity before allocation.
</Warning>

***

## Integration Model

All yield categories follow the same API pattern:

<Steps>
  <Step title="Discover">
    Query yields and filter by category, network, protocol, or asset.
  </Step>

  <Step title="Inspect">
    Fetch metadata including APY, TVL, minimum amounts, and risk signals.
  </Step>

  <Step title="Enter / Exit / Manage">
    Request actions to receive ordered, unsigned transactions.
  </Step>

  <Step title="Sign & Submit">
    Execute via your wallet or custody infrastructure.
  </Step>

  <Step title="Track">
    Monitor balances, lifecycle states, and pending actions.
  </Step>
</Steps>

***

## Browse All Yields

<CodeGroup>
  ```bash List all yields theme={null}
  curl --request GET \
    --url 'https://api.yield.xyz/v1/yields' \
    --header 'x-api-key: <API_KEY>'
  ```

  ```bash Filter by network theme={null}
  curl --request GET \
    --url 'https://api.yield.xyz/v1/yields?network=ethereum' \
    --header 'x-api-key: <API_KEY>'
  ```

  ```bash Filter by category theme={null}
  curl --request GET \
    --url 'https://api.yield.xyz/v1/yields?category=staking' \
    --header 'x-api-key: <API_KEY>'
  ```
</CodeGroup>

***

## Next Steps

<CardGroup cols={2}>
  <Card title="Staking" icon="coins" href="/documentation/coverage/supported-yields/staking">
    Native staking across 70+ networks
  </Card>

  <Card title="DeFi" icon="building-columns" href="/documentation/coverage/supported-yields/defi">
    Lending, vaults, restaking, and LPs
  </Card>

  <Card title="Stablecoins" icon="dollar-sign" href="/documentation/coverage/supported-yields/stablecoins">
    200+ stablecoin strategies
  </Card>

  <Card title="Supported Networks" icon="network-wired" href="/documentation/coverage/supported-networks">
    Full network catalog
  </Card>
</CardGroup>
