# Borrow Market

## How to borrow rAgent Tokens?

Borrow rAgent tokens to participate in Swarm Staking or other Rivalz ecosystem activities.

<figure><img src="/files/7PbhNsfXBXFjik9Ff1F5" alt=""><figcaption></figcaption></figure>

### Step 1: Navigate to the Borrow Market

* Access the Borrow section of the Lending Market interface.

### Step 2: Review Available rAgents

* Check the table "rAgents Available to Borrow", which displays:
  * Rewards: The type of rAgent tokens available.
  * Price per Month: The borrowing cost in USDC for each token.
  * Available Amount: The number of tokens available for borrowing.

### Step 3: Select an rAgent to Borrow

* In the Choose rAgent dropdown menu, select the rAgent token you want to borrow.

### Step 4: Specify Borrowing Details

* Set Maturity (Months): Use the slider or enter a value to define the borrowing duration (up to 3 months).
* Enter the Amount to Borrow: Specify the number of tokens you wish to borrow. You can also click MAX to borrow the maximum available amount.

### Step 5: Review and Confirm

* The interface will calculate the total cost in USDC based on the selected duration and amount.
* Ensure you have sufficient balance in your wallet to cover the cost.
* Click Purchase to finalize the borrowing transaction.

### Step 6: Track Borrowed Tokens

* Borrowed tokens appear in the Borrowed rAgents section, showing:
  * Maturity (days): Time left until the borrowed tokens expire.
  * Holding: Details about the borrowed tokens.
  * Staked: Information on how the tokens are utilized in Swarm Staking.


---

# 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/borrow-market.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.
