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

# 対応チェーン

> EVM と Solana のチェーン識別子と ID

## EVM チェーン

| Slug         | ネットワーク               | chainId |
| ------------ | -------------------- | ------: |
| ethereum     | Ethereum Mainnet     |       1 |
| bsc          | BNB Smart Chain      |      56 |
| polygon      | Polygon              |     137 |
| arbitrum     | Arbitrum One         |   42161 |
| base         | Base                 |    8453 |
| base-sepolia | Base Sepolia Testnet |   84532 |
| avalanche    | Avalanche C-Chain    |   43114 |

## Solana チェーン

| Slug           | ネットワーク         |
| -------------- | -------------- |
| solana         | Solana Mainnet |
| solana-testnet | Solana Testnet |
| solana-devnet  | Solana Devnet  |

リクエストの `chain` フィールドには上記のスラッグ（例: `base`, `solana-devnet`）を使用します。

<Note>
  不足しているチェーンがあれば、サポートまでご連絡ください。
</Note>

### Transaction の Solana chainId 値

Solana の `Transaction` レスポンスでは、`chainId` はセンチネル値を使用します:

* `0` = Solana Mainnet
* `-2` = Solana Testnet
* `-3` = Solana Devnet
