# Bot commands

Quick reference. Send any of these in the Ayebot chat.

## Core

| Command     | What it does                                                           |
| ----------- | ---------------------------------------------------------------------- |
| `/start`    | Open or re-open the bot main menu.                                     |
| `/menu`     | Same as /start — main menu.                                            |
| `/balance`  | Your SOL + BSC balances, current positions, 30-day volume, tier badge. |
| `/help`     | Open the help menu.                                                    |
| `/settings` | Language, notifications, default slippage, transaction PIN.            |

## Trading

| Command              | What it does                                        |
| -------------------- | --------------------------------------------------- |
| `/buy`               | Open the buy wizard (pick token, amount, slippage). |
| `/sell`              | Open the sell wizard for one of your holdings.      |
| `/quote <token>`     | Quick price quote without placing an order.         |
| `/limit`             | Place a limit order.                                |
| `/limits`            | List your active limit orders.                      |
| `/limit cancel <id>` | Cancel a specific limit order.                      |
| `/dca`               | Open the DCA wizard.                                |
| `/dca list`          | All active DCA plans.                               |
| `/dca status <id>`   | Detail on one plan.                                 |
| `/dca pause <id>`    | Pause a plan.                                       |
| `/dca resume <id>`   | Resume a paused plan.                               |
| `/dca cancel <id>`   | Cancel a plan permanently.                          |
| `/bridge`            | Open the cross-chain bridge wizard.                 |
| `/bridges`           | Your recent bridge transactions.                    |

## Automation

| Command                 | What it does                                      |
| ----------------------- | ------------------------------------------------- |
| `/autotrading`          | Open the autotrading menu.                        |
| `/autotrading on`       | Switch on. New signal entries fire automatically. |
| `/autotrading off`      | Switch off. Open trades still follow their TP/SL. |
| `/autotrading panic`    | Close all open auto-positions at market.          |
| `/autotrading status`   | Live view of open auto-positions.                 |
| `/autotrading settings` | Edit risk profile, envelope, signal sources.      |

## Copy trading

| Command               | What it does                                                 |
| --------------------- | ------------------------------------------------------------ |
| `/leaderboard`        | Browse active leaders, sortable by P\&L, win rate, drawdown. |
| `/copy <leaderId>`    | Open the copy wizard for a leader.                           |
| `/copy list`          | Leaders you currently follow.                                |
| `/copy pause <id>`    | Pause copying without unfollowing.                           |
| `/copy resume <id>`   | Resume a paused follow.                                      |
| `/copy unfollow <id>` | Stop copying entirely.                                       |

## Becoming a leader

| Command             | What it does                                           |
| ------------------- | ------------------------------------------------------ |
| `/leader`           | Opt in or open your leader dashboard.                  |
| `/leader fee <pct>` | Set your performance fee (5-30%, capped by tier).      |
| `/leader stats`     | Earnings, AUM copied, follower count.                  |
| `/leader pause`     | Hide from active leaderboard. New copies stop binding. |
| `/leader resume`    | Resume being discoverable.                             |

## AI advisor

| Command             | What it does                              |
| ------------------- | ----------------------------------------- |
| `/advisor`          | Start a conversation with the AI advisor. |
| `/advisor newchat`  | Reset session memory and start fresh.     |
| `/advisor settings` | Privacy and language options.             |

## Referral

| Command            | What it does                              |
| ------------------ | ----------------------------------------- |
| `/referral`        | Your referral dashboard.                  |
| `/referral link`   | Quick view of your personal link.         |
| `/referral stats`  | Earnings, invitee count, L1/L2 breakdown. |
| `/referral payout` | History of past payouts.                  |

## Wallet & security

| Command              | What it does                                        |
| -------------------- | --------------------------------------------------- |
| `/wallet`            | Wallet menu — addresses, balances, sub-wallets.     |
| `/wallet add`        | Create or import an additional wallet.              |
| `/wallet switch <n>` | Switch to a different sub-wallet.                   |
| `/export`            | Reveal seed phrase (self-destruct timer).           |
| `/security`          | Security menu — PIN, session, withdrawal allowlist. |
| `/security pin`      | Set or change your transaction PIN.                 |
| `/account delete`    | Archive your account and remove from analytics.     |

## Tip: how the wizards work

Most commands open a step-by-step wizard inside the chat. The bot asks one question at a time; you tap inline buttons or type a response. You can always type `/cancel` to abort a wizard without saving anything.

{% hint style="info" %}
**Lost in a menu?** Send `/menu` from anywhere to return to the main screen. Nothing is "stuck"; the bot is stateless between wizards.
{% endhint %}

## What to read next

* [Getting started](/getting-started.md) — the recommended first commands
* [Support](/reference/support.md) — where to go if a command doesn't behave


---

# 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.ayebot.io/reference/bot-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.
