> 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/swan-chain-campaign/swan-saturn-testnet/before-you-get-started/set-up-metamask.md).

# Set Up MetaMask

### Step 1: Add Swan Testnet to MetaMask

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="https://lh7-us.googleusercontent.com/hF2P1ygiZlql7iv2ZiulhHYas6UPBZan9E5yVeL7iuD3sKHw_C8lFczHwUdc776QECq5ZHT9Ec9aTDzPwcBHCa4wBw_rwqvLB0dA17WohWvdkFD--RxhgEUR6zChGqeHjs0mTloC4OcJQg-hMQvhdD8" alt="" width="375"><figcaption></figcaption></figure>

3.Scroll and select "Sepolia."

<figure><img src="https://lh7-us.googleusercontent.com/f5QI7TAjeSz0hpZXYxVrt1Dkn6xHCyVw8oOcLKi-qVzHQbZffR8H2SNbtwceH_FD_M09aFWEXq2TQdtJIxoUMvit8rHR0yqXYNNj5sq9_rAMjNKUJoMYiuKkw58O9y9RPBA0vI_H9PyS_Figj_wNiUM" alt=""><figcaption></figcaption></figure>

#### **Add Swan Saturn Chain:**

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="https://lh7-us.googleusercontent.com/Xe1FiAN7GaQSmXgx3buwgLyIcQFWjk1NnqeXGhj7pMh_jr1jAE27FK1Nu4-6HUc5r45Z8c5nMdJlqzvYghPSA2w7E1NK1dMg3mPC8ClZ-uH1Jt25wCTPBoMd6XPUMKak5RsSc6eHtgeGD3XU0vV8ZzY" alt=""><figcaption></figcaption></figure>

2.Fill in details for Swan Testnet:

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

<figure><img src="https://lh7-us.googleusercontent.com/WGJOQD5rsdTeNpYUOwB8Pd40RUxLpVS_GRcfsSV03IDH4aIW90_fyJkOJHxgnga-QcsTF2zTJaiCHvttLmBnlxt7mF5Uy1TT11m1dqKlEmC0ofxuQaEmk8eI37LWqZVmP3DPfz7n-NBGoL5ge1B5HVA" alt=""><figcaption></figcaption></figure>

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

## Step 2: Import Tokens:

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

<figure><img src="https://lh7-us.googleusercontent.com/D0TRUYo-eW_mx0dwH2QN9Ezw-d46nBzmZqQfuw2cGZL-47HuYd2rREExNUGjsGkNBJ77MBnHHdul-OlUaXAdENsVpiiJbefSYbFiau1VDlAdtNzC6t_8VC4Q900yayQa_Ry-tZibGZnVKe62LLMmg-A" 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
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, and the optional `goal` query parameter:

```
GET https://docs.swanchain.io/swan-chain-campaign/swan-saturn-testnet/before-you-get-started/set-up-metamask.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
