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

# Chains Supported

> Check the list of chains supported

The table below summarizes all networks supported in the Staking API and the `network` parameter that may be required for the staking endpoints:

| Protocol                                  | `network` - mainnet        | `network` - testnet                     |
| ----------------------------------------- | -------------------------- | --------------------------------------- |
| [Aptos](/docs/overview-aptos)             | `mainnet`                  | `testnet`                               |
| [Celestia](/docs/overview-celestia)       | `celestia-mainnet-beta`    | `celestia-mocha-testnet`                |
| [Cosmos (ATOM)](/docs/overview-cosmos)    | `cosmoshub-4`              | -                                       |
| [Ethereum](/docs/overview-eth)            | use `api.p2p.org` base URL | use `api-test.p2p.org` base URL (Hoodi) |
| [Hyperliquid](/docs/overview-hyperliquid) | `mainnet`                  | `testnet`                               |
| [Kusama](/docs/overview-polkadot)         | -                          | `kusama`                                |
| [Monad](/docs/overview-monad)             | `mainnet`                  | `testnet`                               |
| [Polkadot](/docs/overview-polkadot)       | `mainnet`                  | `westend` (Westend)                     |
| [Polygon](/docs/overview-polygon)         | use `api.p2p.org` base URL | use `api-test.p2p.org` base URL (Hoodi) |
| [Sei](/docs/overview-sei)                 | `pacific-1`                | `atlantic-2`                            |
| [Solana](/docs/overview-solana)           | `mainnet-beta`             | `testnet` (Testnet)                     |
| [Sui](/docs/overview-sui)                 | `mainnet`                  | `testnet`                               |
| [Story Protocol](/docs/overview-story)    | `mainnet`                  | `aeneid`                                |
| [TON](/docs/overview-ton)                 | `mainnet` (TON Whales)     | `testnet` (TON Whales)                  |
| [TRON](/docs/overview-tron)               | `mainnet`                  | `testnet-nile`                          |

## Testing and production environments

We provide two distinct endpoints for testing and production environments:

* Production: \<[https://api.p2p.org](https://api.p2p.org)>
* Testing: \<[https://api-test.p2p.org](https://api-test.p2p.org)>


## Related topics

- [Chains Supported](/docs/networks-supported.md)
- [Overview](/docs/defi-api-overview.md)
