Agent Wallet supports all EVM-compatible blockchains, Solana, and Bitcoin. When you create a District Pass, wallets for all ecosystems are provisioned automatically.Documentation Index
Fetch the complete documentation index at: https://developers.fd.xyz/llms.txt
Use this file to discover all available pages before exploring further.
Chains
Agent Wallet is not limited to a fixed list of chains. It works across the full EVM ecosystem — any EVM-compatible chain can be used. Solana and Bitcoin are also supported natively. Supported chain names for thechainKey parameter: ethereum, base, polygon, arbitrum, optimism, bsc, avalanche, linea, solana, bitcoin.
The resolver also accepts short names (eth, arb1, oeth, pol, bnb, avax, btc), pattern aliases (arb, op, matic, sol), chain IDs (8453), and CAIP-2 identifiers (eip155:8453).
Feature Availability by Ecosystem
| Feature | EVM chains | Solana | Bitcoin |
|---|---|---|---|
| Transfer tokens | ✓ | ✓ | ✓ |
| Swap tokens | ✓ | ✓ | — |
| Yield (deposit/withdraw) | ✓ | — | — |
| Smart Accounts | ✓ | — | — |
| Sign message (EIP-191/712) | ✓ | — | — |
Yield tools (
discoverYieldStrategies, depositForYield, withdrawFromYield) are not available on Solana. EVM chains only.