> For the complete documentation index, see [llms.txt](https://swapmode.gitbook.io/swapmode/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://swapmode.gitbook.io/swapmode/getting-started/setup-wallet.md).

# Setup Wallet

To use SwapMode, you need a Mode network-compatible wallet. Options include SafePal, MetaMask, and TrustWallet. Download the latest wallet version from an official source. Follow setup instructions carefully, store your recovery phrases securely, and never share them or enter them on any site except your legitimate wallet.

To set up the Mode Network on your web browser:

1. In MetaMask, SafePal, TrustWallet, or another wallet, select Add Network. Choose the appropriate version for your browser, iOS, or Android.
2. Enter the required details in your web browser wallet's provided fields.

{% hint style="info" %}
Network Name: Mode Network&#x20;

RPC URL: [https://mainnet.mode.network	](<https://mainnet.mode.network	>)&#x20;

Chain ID: 34443&#x20;

Currency Symbol: ETH&#x20;

Block Explorer URL: <https://explorer.mode.network/>&#x20;
{% endhint %}

Alternatively, you can use [Chainlist](https://chainlist.org/?search=mode) to add the Mode Network by connecting your wallet to their website.

3. Bridge funds from Ethereum to Mode by [Bridge to Mode Network](/swapmode/getting-started/bridge-to-mode-network.md)
4. Finally, go to SwapMode, connect your wallet, and start swapping your tokens seamlessly and decentralized.


---

# 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://swapmode.gitbook.io/swapmode/getting-started/setup-wallet.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.
