# Guide

## **Adding a wallet** <a href="#adding-a-wallet" id="adding-a-wallet"></a>

If you do not have a wallet yet, you can use MetaMask: <https://metamask.io/download.html>​

## **Connecting your wallet** <a href="#connecting-your-wallet" id="connecting-your-wallet"></a>

After you have a wallet, you can connect your wallet by pressing the `Connect Wallet` button on the top right corner of any page on Dolomite's interface: <https://app.dolomite.io>

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

After connecting, if you see the button changes to red and says `Wrong Network` (shown below), you'll need to click on the button and follow the prompts to add the Arbitrum network to your wallet.&#x20;

Alternatively, you can manually add the Arbitrum network: <https://arbitrum.io/bridge-tutorial/>.

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

## Backup RPC URLs <a href="#backup-rpc-urls" id="backup-rpc-urls"></a>

Since Dolomite is a decentralized money market protocol, querying of data and the submission of transactions go through an RPC URL.

There may be times when the RPC URL is not as responsive as it should be, during these times you may notice data being slow to load or not loading on your page. It is also possible to hit the rate limit with the public Arbitrum RPC URL (<https://arb1.arbitrum.io/rpc>), which would result in a `429` error code.

To continue using the exchange during these times you can use a backup Arbitrum URL (or other networks Dolomite may support in the future) from [Alchemy](https://www.alchemy.com/), [Ankr](https://www.ankr.com/protocol/public/) or [QuickNode](https://www.quicknode.com/chains/arb), switch the RPC URL in the network settings of your wallet and the page should load faster after. For a list of RPC URLs and their statuses: <https://chainlist.org/>.

### Steps to change the RPC URL in MetaMask on Desktop <a href="#steps-to-change-the-rpc-url-in-metamask" id="steps-to-change-the-rpc-url-in-metamask"></a>

* Click on the MetaMask icon in your browser toolbar
* Click on the three dot icon
* Click on `Expand View`
* Click on your account icon on the top right and select `Settings`
* Click on `Networks`
* Paste in the new RPC URL
* Click `Save`

## **Sending tokens** <a href="#sending-tokens" id="sending-tokens"></a>

You will need to have ETH in your Arbitrum wallet to start trading.

If you have ETH on other networks you can transfer ETH to Arbitrum using the [Arbitrum Bridge](https://bridge.arbitrum.io/). The transfer will take a few minutes. You will also be able to transfer out within a few minutes as well if you use any of the below options:

* [Across](https://across.to/)​
* ​[Hop.Exchange](https://app.hop.exchange/send?token=USDC\&sourceNetwork=ethereum\&destNetwork=arbitrum)​
* ​[Synapse](https://synapseprotocol.com/?inputCurrency=ETH\&outputCurrency=ETH\&outputChain=42161)

For more information on bridging, we recommend reading the [Arbitrum Bridge Tutorial](https://arbitrum.io/bridge-tutorial/).​


---

# 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.dolomite.io/guide.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.
