Supported Networks
Yield.xyz currently offers support for most major Layer 1, and many Layer 2s. We are constantly working to integrate support for more chains and expand the yield offering on the ones that are currently supported.
Supported networks:
- EVM Networks: Arbitrum, Avalanche, Base, BNB Chain, Celo, CoreDAO, Cronos, Ethereum, Gnosis, Harmony, HyperEVM, Katana, Linea, Optimism, Polygon, Sonic, Unichain, Viction
- Non-EVM Networks: Agoric, Akash, Axelar, Band Protocol, Bittensor, Bitsong, Cardano, Celestia, Chihuahua, Comdex, Coreum, Cosmos, Crescent, CryptoOrg, Cudos, Desmos, Dymension, DYDX, FetchAI, Gravity Bridge, HumansAI, Injective, Irisnet, Juno, Kava, Ki-Network, Kusama, Mantra, Near, Onomy, Osmosis, Persistence, Polkadot, Quicksilver, Regen, Saga, Secret, Sei, Sentinel, Solana, Sommelier, Stargaze, Tezos, Teritori, Ton, Tron, Umee.
- Testnets: Base-Sepolia, Ethereum-Goerli, Ethereum-Holesky, Ethereum-Hoodi, Ethereum-Sepolia, Polygon-Amoy, Solana Devnet, Stellar-Testnet, Ton-Testnet, Westend.
Accessing Available Networks via API
Yield.xyz exposes an API to programmatically fetch all supported networks which are supported in Yield API. You can use access it via the API Reference.
Example query
curl --request GET \
--url https://api.yield.xyz/v1/networks \
--header 'accept: application/json' \
--header 'x-api-key: YOUR_API_KEY''
Example response
{
"id": "bittensor",
"name": "Bittensor",
"category": "substrate",
"logoURI": "https://assets.stakek.it/networks/bittensor.svg"
},
{
"id": "binance",
"name": "BNB Chain",
"category": "evm",
"logoURI": "https://assets.stakek.it/networks/binance.svg"
},
Updated 5 days ago