> For the complete documentation index, see [llms.txt](https://docs.monday.trade/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.monday.trade/introduction/how-to-start-trading-on-monday-trade/add-monad-chain-to-your-wallet.md).

# Add Monad Chain to Your Wallet

{% stepper %}
{% step %}
**EVM wallet**

To get started on Monday Trade, you'll first need to set up a Monad-compatible wallet e.g. OKX, Rabby, Backpack, and Phantom, HaHa.

If you don’t have a wallet, you can set one up easily [here](https://rabby.io/). After downloading a wallet extension for your browser, create a new wallet.

Your wallet has a secret recovery phrase, private key, and a password. Anyone with access to these can access and/or steal your funds. Ensure to write and store the phrase in a secure place.
{% endstep %}

{% step %}
**Add Monad Chain to your wallet.**

Step 1: Open your wallet and find where it shows the current network

{% hint style="info" %}
*The screenshots below are from Rabby Wallet, but you can follow similar steps for other wallets as well.*
{% endhint %}

<div align="left" data-full-width="true"><figure><img src="/files/1iF90eHxazK82ty8wLz9" alt="" width="375"><figcaption></figcaption></figure></div>

Step 2: Go to Custom Network → Add Custom Network

<div align="left"><figure><img src="/files/CjolGofGCkQv73egawfq" alt="" width="375"><figcaption></figcaption></figure></div>

Step 3: Either find and add the Monad Chain from the available Chainlist or manually add network details shared below:

<div align="left"><figure><img src="/files/V6LAgojqHybgdd4ypnQC" alt="" width="375"><figcaption></figcaption></figure></div>

For Mainnet:

<table><thead><tr><th width="230.6640625">Name</th><th>Value</th></tr></thead><tbody><tr><td>Network Name</td><td>Monad Mainnet</td></tr><tr><td>Chain ID</td><td>143</td></tr><tr><td>Currency Symbol</td><td>MON</td></tr><tr><td>RPC URL</td><td><a href="https://rpc-mainnet.monadinfra.com">https://rpc-mainnet.monadinfra.com</a></td></tr><tr><td>Block Explorer</td><td><a href="https://monadvision.com/">https://monadvision.com/</a></td></tr></tbody></table>

*Previously for Testnet:*

*Name: Monad Chain*&#x20;

*RPC URL: <https://testnet-rpc.monad.xyz>*

*Chain ID: 10143*

*Currency Symbol: MON*

*Block Explorer URL:* [*https://testnet.monadexplorer.com*](https://testnet.monadexplorer.com)

Once done, click Confirm.

You’ll now be able to see and use the Monad network in your wallet.

See Monad [documentation](https://docs.monad.xyz/guides/add-monad-to-wallet/metamask) for further information.
{% endstep %}

{% step %}
**Add gas for trading**

You will need MON to pay for gas and tokens to trade.<br>
{% endstep %}
{% endstepper %}


---

# 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.monday.trade/introduction/how-to-start-trading-on-monday-trade/add-monad-chain-to-your-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.
