> For the complete documentation index, see [llms.txt](https://space-vizsla.gitbook.io/moonpup-bot-guide/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://space-vizsla.gitbook.io/moonpup-bot-guide/moonpup-guide/admin-commands.md).

# Admin Commands

### ***/add\_role\_reward***

**Description:** This command adds a role-reward for token holdings on your server!&#x20;

{% hint style="success" %}
**Required Input:** *token\_mint:* The token mint you want your users to hold.

**Required Input:** *amount:* Amount of tokens to meet holding requirement

**Optional Input:** *awarded\_role:* Role to award when holding requirement is met
{% endhint %}

![](/files/bn27Ho6UhRNEoQEocTgg)

### ***/airdrop***

**Description:** This command is for airdropping tokens to a large number of users by server role! Due to rate limits this may take a few minutes to complete depending on the number of users targeted. When used, the command will check users first and prompt you to confirm airdrop to send.

{% hint style="success" %}
**Required Input:** *roles:* Specify the server role to airdrop to.

**Required Input:** *amount:* Total airdrop amount which will be divided among all eligible users.

**Optional Input:** *token:* Specify a token by symbol (ex: SVIZ, SAMO, RAY, ect..) if you wish. If left blank, default token settings will be used.&#x20;
{% endhint %}

### ***/set\_server\_default\_token***

**Description:** Sets the server default token. Giveaways, airdrops, and token sends on server will default to this token if not specified by a user.

{% hint style="success" %}
**Required Input:** *token\_mint:* The base 58 token mint address for the token you wish to set as default.
{% 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:

```
GET https://space-vizsla.gitbook.io/moonpup-bot-guide/moonpup-guide/admin-commands.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.
