# Available Commands

Commands:

`"/tip [who] [amount] [token] [comment] [split]"`

* Tip either a single member or a specific role (defaults to $SEIYAN).
* Ensure SPLIT is true if you would like the tip to be split amongst participants.

`"/tipall [amount] [token] [user]"`

* Tip all users.
* Can filter based on "ONLINE", "ALL" and others...

`"/deposit [token]"`

* Returns your personal deposit address, it is different for each token.
* <mark style="color:red;">(IMPORTANT: you MUST include a MEMO or the funds will be lost permanently)</mark>

`"/withdraw [token] [memo]"`

* Withdraw the token selected to your external address
* Optional MEMO

`"/balances"`

* Get all your token's balance.

`"/leaderboard [token_name]"`

* Get top tippers/receivers for specified token
* Various date ranges (1d, 7d, 30d)

`"/droptip [amount] [token] [duration] [comment]"`

* Initiate a drop message where users can click to collect tips
* The tip will be split amongst participants who enter
* You can set duration (1mn, 2mn, ..., 4h, 12h)

`"/quickdrop [amount] [token]"`

* Initiate a drop message where first user to click will collect the whole tip amount

`"/voucher make [amount] [token] [comment]"`

* Make a first come first serve voucher link and share to other friends/community

`"/coininfo [coin]"`

* Get general info about the coin

`"/notifytip [onoff]"`

* Toggle tip bot notifications

`"/rolecount"`

* Get a count of all roles&#x20;
* Used to determine whether it's feasible to mass drop to a specific role


---

# 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://seiyan-token.gitbook.io/seiyan-token/seiyan-tech/tip-bot/available-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.
