# MetaMask Setup: Sepolia Base & RWAT/USDR

In order to trade on the testnet exchange, you need to set up your wallet on the Sepolia Base network and import the RWAT and USDR tokens.

***

### **Step 1: Add Sepolia Base to MetaMask**

Follow these steps to add the **Sepolia Base** network to your MetaMask wallet:

1. Open **MetaMask** in your browser.
2. Click the **Network Dropdown** at the top of the MetaMask window and select **"Add Network"**.
3. In the **Custom Network Settings**, enter the following details:
   * **Network Name**: Sepolia Base
   * **New RPC URL**: `https://sepolia.base.org`
   * **Chain ID**: `84532`
   * **Currency Symbol**: ETH
   * **Block Explorer URL**: `https://sepolia.basescan.org/`
4. Click **Save**. You are now connected to the **Sepolia Base** network.

***

### **Step 2: Import RWAT and USDR Tokens into MetaMask**

You will need to add **RWAT** and **USDR** tokens to your wallet to start trading on RWA Exchange.

#### **2.1 Import RWAT Token:**

1. In **MetaMask**, scroll down and click **"Import Tokens"**.
2. In the **Token Contract Address** field, paste the **RWAT Token Contract Address**:\ <mark style="background-color:blue;">`0x9C435FBfc35E2328FF14e96909B6C82D2e2796A4`</mark>
3. MetaMask will automatically detect the **RWAT** token and populate the remaining fields.
4. Click **Add Custom Token** and then **Import Tokens**.

***

#### **2.2 Import USDR Token:**

1. In **MetaMask**, scroll down and click **"Import Tokens"** again.
2. In the **Token Contract Address** field, paste the **USDR Token Contract Address**:\ <mark style="background-color:blue;">`0x4e1D33D0D1b077A2bBcBDD8f7eF94FBD2D1a0474`</mark>
3. MetaMask will automatically detect the **USDR** token and populate the remaining fields.
4. Click **Add Custom Token** and then **Import Tokens**.


---

# 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.rwa.inc/testnet-guide/metamask-setup-sepolia-base-and-rwat-usdr.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.
