> For the complete documentation index, see [llms.txt](https://docs.rivalz.ai/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.rivalz.ai/rome-swarm-protocol/user-guide-rome-dashboard.md).

# User Guide - ROME Dashboard

## ROME Dashboard

Below is a step-by-step guide to help you mint rAgents, create Personal AI Agents (PAGs), manage reputation, and stake rAgents within the ROME ecosystem.

### rAgent Creation

You can tokenize rAgents using your X account (for $RX) or your rClient (for $RC, $RD, $RE).

#### Mint $RX&#x20;

In order to mint a Social rAgent based on your X account ($RX)

1. Under the $RX tab, click “Manage”.
2. Then connect your Twitter account by signing in with the profile you want to grant Agent access.
3. After connecting, the button will change from “Manage” to “Mint”.

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

4. You will be able to mint up to 10 $RX tokens for your connected account and stake them to agentic projects.
5. Sign the transaction to receive your $RX tokens.
6. To view your connected social account details, click anywhere on the row to display Twitter info.

<figure><img src="/files/0Tr1ASQeGL2ja4s7yz47" alt=""><figcaption></figcaption></figure>

{% hint style="info" %}
RC, RD, and RE require running the rClient through the Command Line Interface (CLI). For more information, [click here](/rclients-rome.md).
{% endhint %}

#### Mint $RC (Only available to Windows and Mac)

1. Set up and validate your rClient. Follow the [rClient guide](/rclients-rome.md).
2. Once validated, the button changes from “Manage” to “Mint”.
3. Sign the transaction to receive 1 $RC token (up to 10 per User with an active rClient).

#### Mint $RD (Only available to Windows and Mac)

1. Set up and validate your rClient. Follow the [rClient guide](/rclients-rome.md).
2. Once validated, the button changes from “Manage” to “Mint”.
3. Sign the transaction to get 1 $RD token (up to 10 per User with an active rClient).

#### Mint $RE (Only available to Linux and Ubuntu)

1. Set up and validate your rClient. Follow the [rClient guide](/rclients-rome.md).
2. Once validated, the button changes from “Manage” to “Mint”.
3. Sign the transaction to get 1 $RE token (up to 10 per User with an active rClient)

{% hint style="info" %}
For one type of rAgent you can only host one rClient. Therefore to mint the max of 10 of each $RC,$RE,$RD you will need to run 3 rClients
{% endhint %}

### ROME Feedback Form

{% hint style="info" %}
ROME is currently in beta as we work to enhance its performance and reliability; please [fill out this form](https://forms.gle/6dhsv74Y2Xk1yDF98) with any issues or feedback to help us further develop ROME.
{% endhint %}


---

# 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.rivalz.ai/rome-swarm-protocol/user-guide-rome-dashboard.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.
