Skip to main content
ELUUP AI operates on multiple EVM and non-EVM chains. Use this reference to map chain IDs to networks, find public RPC endpoints, and identify the DEXs where agents execute trades.

Chains Table

Chain Notes

Base

Base is an Ethereum Layer 2 built on the OP Stack. It is the primary trading environment for ELUUP AI agents today. Token contracts use standard EVM addresses. Connect wallets and agents with chain ID 8453.

BNB Chain

BNB Chain support is scheduled for an upcoming release. Token contracts use EVM addresses (same format as Base and Ethereum). PancakeSwap will be the primary DEX integration.

Solana

Solana is a non-EVM chain, so addresses and identifiers differ from the other supported networks.
On Solana, token identifiers are mint addresses, not EVM-style contract addresses. Wallet and token addresses are base58-encoded strings that look different from Ethereum hex addresses. Ensure your integration handles base58 when Solana goes live.

How to Use Chain IDs in API Calls

Most ELUUP AI endpoints accept a chain_id parameter or return one in responses. Always pass the numeric chain ID for EVM chains.

Example Response with Chain Information

When BNB Chain and Solana support launches, your existing API integration only needs to change the chain_id or equivalent parameter. All other endpoints remain the same.