> For the complete documentation index, see [llms.txt](https://archer-bot.gitbook.io/archer.bot/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://archer-bot.gitbook.io/archer.bot/reference/supported-tokens-and-networks.md).

# Supported Tokens & Networks

Archer is multi-chain by default. Eight networks are live today across EVM and Solana, with full swap, bridge, and send support on every one.

## Supported Chains

| Chain     | Native Token | Chain ID | Swaps | Bridges | Sends |
| --------- | ------------ | :------: | :---: | :-----: | :---: |
| Ethereum  | ETH          |     1    |   ✅   |    ✅    |   ✅   |
| Arbitrum  | ETH          |   42161  |   ✅   |    ✅    |   ✅   |
| Base      | ETH          |   8453   |   ✅   |    ✅    |   ✅   |
| Polygon   | POL          |    137   |   ✅   |    ✅    |   ✅   |
| Optimism  | ETH          |    10    |   ✅   |    ✅    |   ✅   |
| Avalanche | AVAX         |   43114  |   ✅   |    ✅    |   ✅   |
| BSC       | BNB          |    56    |   ✅   |    ✅    |   ✅   |
| Solana    | SOL          |    N/A   |   ✅   |    ✅    |   ✅   |

## Tokens

Archer supports thousands of tokens: every ERC-20 indexed by Bungee/1inch on EVM chains, and every SPL token indexed by Jupiter on Solana. The token database is continuously synced.

### Major Tokens (Always Available)

* **Stablecoins**: USDC, USDT, DAI, USDS
* **Native L1/L2 gas tokens**: ETH, SOL, POL, AVAX, BNB
* **L2 governance**: ARB, OP
* **Major memecoins**: PEPE, SHIB, BONK, WIF
* **Wrapped/staking derivatives**: WETH, WBTC, stETH, mSOL

### Resolving Tokens

Archer resolves tokens by ticker or contract address. When a ticker is ambiguous (e.g., "USDC" exists on every chain), Archer disambiguates from your prompt or balances. See [Token Lookups](/archer.bot/what-you-can-do/token-lookups.md) for details.

### Spam Filtering

Tokens flagged in Archer's spam database are filtered from balances and blocked from swaps, bridges, and sends. See [Token Safety & Spam Detection](/archer.bot/what-you-can-do/token-safety-and-spam-detection.md).

## Aggregators and Routing

| Operation           | Provider                       |
| ------------------- | ------------------------------ |
| EVM swaps           | Bungee (multi-DEX aggregation) |
| Solana swaps        | Jupiter                        |
| Cross-chain bridges | DeBridge DLN (via Bungee)      |
| EVM token prices    | Moralis, CoinGecko             |
| Solana token prices | Jupiter, CoinGecko             |
| EVM balances        | Moralis                        |
| Solana balances     | Helius RPC                     |

Archer always picks the best route across the available aggregators. You don't pick a venue, you pick an outcome.

## What's Coming

* Additional EVM L2s (Linea, Scroll, zkSync, Mantle): pipeline is ready, gating on usage demand
* Native Bitcoin support (via wrapped representations and bridge integrations)
* Cosmos / IBC chains (longer-term)

For requests on specific chains or tokens, reach out at [archerprotocol.com/contact](https://archerprotocol.com/contact).
