# Lending Guide

## How to lend rAgent Tokens

Lend your rAgent tokens to earn rewards from borrowers.

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

### Step 1: Navigate to the Lending Market

* Access the Lending section of the Lending Market interface.

### Step 2: Select rAgent Tokens to Lend

* In the "Choose rAgent" dropdown menu, select the type of rAgent token you want to lend (e.g., $RC, $RD, $RE).

### Step 3: Stake Tokens for Lending

* Enter Amount to Stake: Specify the number of tokens to lend. You can also click MAX to stake all available tokens.
* Click Stake to make your tokens available for borrowing.

### Step 4: Monitor Your Stake

* The Rewards Table shows:
  * Total Stake: The total amount of tokens you’ve lent.
  * My Stake: Your individual contribution to the lending pool.
  * Weekly Rewards: Estimated earnings based on borrower activity.
  * My Rewards: Accumulated rewards that can be claimed.

### Step 5: Claim Rewards

* When rewards are available, click the Claim button in the Rewards Table to collect your earnings.

### Step 6: Unstake Tokens

* If you want to withdraw your tokens from the lending pool:
  * Navigate to the Unstake tab.
  * Select the rAgent token you wish to unstake.
  * Enter the amount and click Unstake to retrieve your 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.rivalz.ai/rome-swarm-protocol/user-guide-rome-dashboard/lending-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.
