# Set Up MetaMask

#### Step 1: Add Swan Chain Proxima Testnet to MetaMask <a href="#step-1-add-swan-testnet-to-metamask" id="step-1-add-swan-testnet-to-metamask"></a>

Swan, built at OP Stack, is currently available on the **Sepolia Testnet**. To engage with Swan, you'll need **Sepolia Testnet ETH**. Therefore, before adding Swan Testnet into MetaMask, it's essential to add the Sepolia Testnet to your wallet as well.

**Add Sepolia Testnet to MetaMask:**

1\. Open MetaMask and click on the network name at the top ( "Ethereum Mainnet").

2\. Toggle **Show test networks** to reveal testnets.

<figure><img src="/files/QMA5jREoAYMKz5OckbSl" alt=""><figcaption></figcaption></figure>

3\. Scroll and select **Sepolia**

<figure><img src="/files/W2OpWBnWVfXAmGyV1NVI" alt=""><figcaption></figcaption></figure>

**Add Swan Chain Proxima Testnet:**

1.From the homepage of your wallet, click on the network selector in the top left, and then on **Add network** > **Add a network manually**.

<figure><img src="/files/aNQGcMLoVX0Ap1HxhBho" alt=""><figcaption></figcaption></figure>

2.Fill in details for Swan Chain Proxima Testnet:

| Network name       | Swan Proxima                             |
| ------------------ | ---------------------------------------- |
| New RPC URL        | <https://rpc-proxima.swanchain.io>       |
| Chain ID           | 20241133                                 |
| Currency symbol    | SwanETH                                  |
| Block explorer URL | <https://proxima-explorer.swanchain.io/> |

{% hint style="info" %}
If the above RPC fails, please try using this RPC: <https://rpc-proxima-tp.nebulablock.com>
{% endhint %}

3.Click **Save** or **Add** to save the network.

<figure><img src="/files/Fmsr2MeOfG4UIXdHo9mY" alt=""><figcaption></figcaption></figure>

### Step 2: Import Tokens: <a href="#step-2-import-tokens" id="step-2-import-tokens"></a>

1.Click on **Import tokens** at the bottom of the **Tokens** tab.

<figure><img src="/files/WlTurBDqdvwIHVmE1Oj1" alt=""><figcaption></figcaption></figure>

2.Enter token contract addresses:

SWAN:

```
0x91B25A65b295F0405552A4bbB77879ab5e38166c
```

3.Token symbols and decimals should autofill; if not, check the block explorer.

4.Click **Import** to confirm.


---

# Agent Instructions: 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/swan-chain-campaign/atom-accelerator-race/before-you-get-started/set-up-metamask.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.
