Network Information
Connect to Avalanche networks and explore the ecosystem.
Avalanche provides both production and test networks for building and deploying decentralized applications. The Primary Network consists of three blockchains: C-Chain (Contract Chain), P-Chain (Platform Chain), and X-Chain (Exchange Chain).
C-Chain (Contract Chain)
The C-Chain is an EVM-compatible blockchain for deploying smart contracts and dApps.
| Property | Mainnet | Fuji Testnet |
|---|---|---|
| Network Name | Avalanche C-Chain | Avalanche Fuji C-Chain |
| Chain ID | 43114 (0xA86A) | 43113 (0xA869) |
| Currency | AVAX | AVAX |
| RPC URL | https://api.avax.network/ext/bc/C/rpc | https://api.avax-test.network/ext/bc/C/rpc |
| Explorer | https://subnets.avax.network/c-chain | https://subnets-test.avax.network/c-chain |
| Faucet | - | Get Test AVAX |
| Add to Wallet |
P-Chain (Platform Chain)
The P-Chain manages validators, staking, and Avalanche L1 creation.
| Property | Mainnet | Fuji Testnet |
|---|---|---|
| RPC URL | https://api.avax.network/ext/bc/P | https://api.avax-test.network/ext/bc/P |
| Currency | AVAX | AVAX |
| Explorer | https://subnets.avax.network/p-chain | https://subnets-test.avax.network/p-chain |
X-Chain (Exchange Chain)
The X-Chain is used for creating and trading Avalanche Native Tokens.
| Property | Mainnet | Fuji Testnet |
|---|---|---|
| RPC URL | https://api.avax.network/ext/bc/X | https://api.avax-test.network/ext/bc/X |
| Currency | AVAX | AVAX |
| Explorer | https://subnets.avax.network/x-chain | https://subnets-test.avax.network/x-chain |
Explore More
Primary Network
Learn about the Avalanche Primary Network and its three blockchains: P-Chain, C-Chain, and X-Chain.
Avalanche L1s
Discover how to build sovereign networks with custom rules and token economics.
Data APIs
Access data APIs for the C-Chain, P-Chain, and X-Chain.
Console
Access developer tools, deploy contracts, and manage your blockchain infrastructure.
Developer Tooling
Access developer avalanche-cli, typescript SDK, and more.
Is this guide helpful?