> For the complete documentation index, see [llms.txt](https://docs.swanchain.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.swanchain.io/network-reference/readme.md).

# Network Info

## SWAN Token（Mainnet）

<table data-header-hidden><thead><tr><th width="200"></th><th></th><th></th><th></th></tr></thead><tbody><tr><td><strong>Contract Address</strong></td><td><strong>Layer</strong></td><td><strong>Address</strong></td><td><strong>link</strong></td></tr><tr><td>Swan Token</td><td>L1 （ETH Mainnet）</td><td><code>0x43e3De6745fad70127d7935198311386449fD9dd</code></td><td><a href="https://etherscan.io/token/0x43e3de6745fad70127d7935198311386449fd9dd">https://etherscan.io/token/0x43e3de6745fad70127d7935198311386449fd9dd</a></td></tr><tr><td>Swan Token（Bridged）</td><td>L2 （Swan Chain）</td><td><code>0xBb4eC1b56cB624863298740Fd264ef2f910d5564</code></td><td><a href="https://swanscan.io/address/0xBb4eC1b56cB624863298740Fd264ef2f910d5564">https://swanscan.io/address/0xBb4eC1b56cB624863298740Fd264ef2f910d5564</a></td></tr></tbody></table>

## Mainnet

<table data-header-hidden><thead><tr><th width="282"></th><th></th></tr></thead><tbody><tr><td><strong>Chain ID</strong></td><td>254</td></tr><tr><td><strong>Currency Symbol</strong></td><td>ETH</td></tr><tr><td><strong>Block Explorer URL</strong></td><td><a href="https://swanscan.io/">https://swanscan.io</a><br>（If it fails,try <a href="https://mainnet-explorer.swanchain.io/">https://mainnet-explorer.swanchain.io</a>)</td></tr><tr><td><strong>Chainlist</strong></td><td><a href="https://chainlist.org/chain/254">https://chainlist.org/chain/254</a></td></tr><tr><td><strong>Contract Addresses</strong></td><td>Refer to the <a href="/pages/4B9GAd4sg95K68dijwNJ#mainnet">Contract Addresses pages</a></td></tr><tr><td><strong>Connect Wallet</strong></td><td>Click <a href="https://chainlist.org/chain/254">here</a> to connect your wallet to Swan Chain mainnet</td></tr></tbody></table>

<table><thead><tr><th width="767">RPC List</th></tr></thead><tbody><tr><td><a href="https://mainnet-rpc.swanchain.org">https://mainnet-rpc.swanchain.org</a></td></tr><tr><td><a href="https://mainnet-rpc-01.swanchain.org">https://mainnet-rpc-01.swanchain.org</a></td></tr><tr><td><a href="https://mainnet-rpc-02.swanchain.org">https://mainnet-rpc-02.swanchain.org</a></td></tr><tr><td><a href="https://mainnet-rpc-02.swanchain.org">https://mainnet-rpc-03.swanchain.org</a></td></tr><tr><td><a href="https://mainnet-rpc-02.swanchain.org">https://mainnet-rpc-04.swanchain.org</a></td></tr><tr><td><a href="https://mainnet-rpc01.swanchain.io">https://mainnet-rpc01.swanchain.io</a></td></tr></tbody></table>

{% hint style="info" %}
**Important:** If you experience any issues with any of these RPCs, please switch to another one immediately.
{% endhint %}

{% hint style="info" %}
learn how to [set up your wallet](/swan-chain-campaign/atom-accelerator-race/before-you-get-started/set-up-metamask.md) and fund your wallet via [bridge](/swan-chain-campaign/swan-saturn-testnet/before-you-get-started/bridge-tokens.md).
{% endhint %}

## Proxima Testnet

| RPC URL            | <https://rpc-proxima.swanchain.io>                                                                        |
| ------------------ | --------------------------------------------------------------------------------------------------------- |
| Chain ID           | 20241133                                                                                                  |
| Currency Symbol    | ETH                                                                                                       |
| Block Explorer URL | <https://proxima-explorer.swanchain.io/>                                                                  |
| Chainlist          | <https://chainlist.org/chain/20241133>                                                                    |
| Contract Addresses | Refer to the [Contract Addresses pages](/network-reference/contract-addresses.md#proxima-testnet)         |
| Connect Wallet     | Click [here](https://chainlist.org/chain/20241133) to connect your wallet to Swan Chain (Proxima) testnet |


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.swanchain.io/network-reference/readme.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
