> For the complete documentation index, see [llms.txt](https://docs.rwa.inc/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.rwa.inc/testnet-guide/claim-usdrwat-and-usdusdr.md).

# Claim $RWAT and $USDR

You can claim **10,000 RWAT** and **1,000 USDR** tokens directly from the **RWADualTokenFaucet** smart contract using **Basescan**. Follow the instructions below to claim your tokens.

***

### **Step 1: Prepare Your Wallet**

1. **Connect Your Wallet**:
   * Install and set up a Web3 wallet like **MetaMask**.
   * Switch your wallet to the **Base Testnet** network.
   * Make sure you have some **testnet ETH** in your wallet for gas fees.

{% hint style="info" %}
learn how to get testnet ETH: <https://docs.base.org/docs/tools/network-faucets/>
{% endhint %}

2. **Get the Faucet Contract Address**:

* Copy the **RWADualTokenFaucet Contract Address**:\ <mark style="background-color:blue;">`0x0eD9c68c119280f340377AC708F217920A3BE035`</mark>

***

### **Step 2: Access the Faucet Contract on Basescan**

1. **Open Basescan**:
   * Visit [Basescan (Sepolia)](https://sepolia.basescan.org/).
2. **Search for the Contract**:
   * Paste the **RWADualTokenFaucet Contract Address** into the search bar and press enter.

{% hint style="info" %}
You can use this link as a shortcut: [**RWADualTokenFaucet Contract Address**](https://sepolia.basescan.org/address/0x0ed9c68c119280f340377ac708f217920a3be035#writeContract#F1)
{% endhint %}

***

### **Step 3: Connect Your Wallet to Basescan**

1. **Go to the Contract Tab**:
   * On the contract page, click the **"Contract"** tab.
   * Choose **"Write Contract"**.
2. **Connect to Web3**:
   * Click the **"Connect to Web3"** button at the top-right corner of the page.
   * Select and connect your Web3 wallet (e.g., MetaMask).

***

### **Step 4: Claim Your 10,000 RWAT and 1,000 USDR Tokens**

1. **Find the Claim Function**:
   * Scroll down to the **claimTokens** function in the list of functions under the "Write Contract" tab.
2. **Call the Claim Function**:
   * Click the **"Write"** button next to the `claimTokens` function.
   * Your Web3 wallet will prompt you to confirm the transaction.
3. **Confirm the Transaction**:
   * Confirm the transaction and wait for it to be processed.
   * After confirmation, **10,000 RWAT and 1,000 USDR** will be transferred to your wallet.

{% hint style="success" %}
After claiming, check the status of your transaction on Basescan by using the transaction hash.
{% endhint %}

***

### Notes

1. **2-hour Cooldown**:
   * You can claim tokens once every **2 hours**. If you try to claim again before the cooldown period ends, the transaction will fail.
2. **Maximum Claim Limit**:
   * Each user can claim up to a total of **100,000 RWAT and 10,000 USDR**. Once you reach this limit, you will no longer be able to claim more tokens.


---

# 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.rwa.inc/testnet-guide/claim-usdrwat-and-usdusdr.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.
