> For the complete documentation index, see [llms.txt](https://wiki.rally.io/rally-io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://wiki.rally.io/rally-io/creator-tools/discord-coin-bot/command-reference.md).

# Rally Coin Bot Command Reference

| **COMMAND**                                               | **DESCRIPTION**                                                                                                                                                                                                                                                                                                                                                  |
| --------------------------------------------------------- | ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| **ALL USERS**                                             |                                                                                                                                                                                                                                                                                                                                                                  |
| /coin join                                                | Connect to the bot to join any roles and channels based on the amount of the corresponding coin you hold.                                                                                                                                                                                                                                                        |
| /coin balance                                             | The amount of coin you hold in the set Creator Coin.                                                                                                                                                                                                                                                                                                             |
| /coin airdrop *AMOUNT*                                    | The amount in $USD of a coin you want to distribute to all eligible members in a Discord channel.                                                                                                                                                                                                                                                                |
| /coin donation                                            | The amount in USD value you have donated in the set Creator Coin.                                                                                                                                                                                                                                                                                                |
| /coin summary                                             | <p>For the corresponding coin, returns the current amounts for:</p><ul><li>total supporters</li><li>total transactions</li><li>total support volume</li><li>total amount of coin distributed</li></ul>                                                                                                                                                           |
| /coin list                                                | The list of channels that have gates and the coin amount required.                                                                                                                                                                                                                                                                                               |
| /coin help                                                | The list of commands for the bot. List returns commands based on server role (Admin vs non-Admin).                                                                                                                                                                                                                                                               |
| /coin donation *AMOUNT*                                   | The amount in USD value to send to a creator as a donation, or tip.                                                                                                                                                                                                                                                                                              |
| /coin send @*discordusername AMOUNT*                      | The amount in USD value to send to another user. Both the sender and the receiver need to have previously connected their Discord accounts to their Rally accounts.                                                                                                                                                                                              |
| **MIXED USE**                                             |                                                                                                                                                                                                                                                                                                                                                                  |
| /coin lookup @*discordusername*                           | <p>Non-Admins: Look up your own Rally ID via Discord name.<br></p><p>Admins: Look up any user’s Rally ID via Discord name.</p>                                                                                                                                                                                                                                   |
| **ADMINS ONLY**                                           |                                                                                                                                                                                                                                                                                                                                                                  |
| /coin setup *COINSYMBOL*                                  | <p>Set up your coin in your Discord server by telling coin\_bot which coin to monitor.<br><br>COINSYMBOL must be entered in all caps.</p>                                                                                                                                                                                                                        |
| /coin balanceGate --role "*ROLENAME*" --amount *AMOUNT*   | <p>Set the minimum amount of coins required to attain a particular role.<br><br>ROLENAME is case sensitive and must include any punctuation (eg, spaces, hyphens) used in the role name. Must be enclosed in quotes.<br></p><p>AMOUNT is a numeric value representing a number of coins. Example: 5 equals 5 coins in the set Creator Coin.</p>                  |
| /coin donationGate --role "*ROLENAME*" --amount *AMOUNT*  | <p>Set the minimum amount in USD required to attain a lifetime donation role.<br><br>ROLENAME is case sensitive and must include any punctuation (eg, spaces, hyphens) used in the role name. Must be enclosed in quotes.<br></p><p>AMOUNT is a numeric value representing a number of coins. Example: 100 equals $100 USD in value of the set Creator Coin.</p> |
| /coin recurringGate --role "*ROLENAME*" --amount *AMOUNT* | <p>Set the minimum amount in USD required to attain a monthly donation role.<br><br>ROLENAME is case sensitive and must include any punctuation (eg, spaces, hyphens) used in the role name. Must be enclosed in quotes.<br></p><p>AMOUNT is a numeric value representing a number of coins. Example: 5 equals $5 USD in value of the set Creator Coin.</p>      |
| /coin ungate --role "*ROLENAME*" --amount *AMOUNT*        | Remove a previous role configuration.                                                                                                                                                                                                                                                                                                                            |


---

# 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://wiki.rally.io/rally-io/creator-tools/discord-coin-bot/command-reference.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.
