# Welcome to Ayebot

**Ayebot** is a self-custodial trading bot built inside Telegram. Open a chat, connect a wallet, and you have a full trading desk for **Solana** and **BNB Smart Chain** in one place. No app to install, no KYC, no account hand-off — just chat and trade.

These docs walk you through every feature: from your first swap to running an autotrading strategy, copying top performers, becoming a leader yourself, or building a referral network.

{% hint style="success" %}
**New here?** Jump straight to [Getting started](/getting-started.md) — it takes under a minute to be live.
{% endhint %}

## What you can do with Ayebot

|                                                              |                                                             |
| ------------------------------------------------------------ | ----------------------------------------------------------- |
| ⚡ [**Multi-chain swap**](/trading/multichain-swap.md)        | Buy and sell tokens on Solana and BSC, MEV-protected.       |
| 🎯 [**Limit orders**](/trading/limit-orders.md)              | Pin your target price; the bot fires when it hits.          |
| 📊 [**DCA**](/trading/dca.md)                                | Recurring buys on any token, any schedule.                  |
| 🌉 [**Bridge**](/trading/bridge.md)                          | Move funds between Solana and BSC without leaving Telegram. |
| 🤖 [**Autotrading AI**](/automation/autotrading-ai.md)       | Set risk + TP/SL, the bot trades signals while you sleep.   |
| 👥 [**Copy trading**](/social-trading/copy-trading.md)       | Mirror top performers automatically with your own caps.     |
| 🏆 [**Become a leader**](/social-trading/become-a-leader.md) | Get copied, earn a performance fee, payouts in USDC.        |
| 🧠 [**AI advisor**](/intelligence/ai-advisor.md)             | Ask the bot to read your portfolio and suggest moves.       |
| 💰 [**Fees & tiers**](/earnings/fees-and-tiers.md)           | Trading fees from 1.00% (Bronze) down to 0.25% (Diamond).   |
| 🔗 [**Referral program**](/earnings/referral-program.md)     | Earn 30% on your direct referrals, 10% on indirect.         |
| 🔐 [**Self-custody**](/wallet-and-security/self-custody.md)  | Your keys, your coins, AES-256 encrypted. No KYC.           |
| 📘 [**Bot commands**](/reference/bot-commands.md)            | Every slash command, in one place.                          |

## Quick links

* 🚀 **Open the bot** → [t.me/trade\_ayebot](https://t.me/trade_ayebot)
* 💬 **Support** → [@ayebot\_support](https://t.me/ayebot_support)
* 🌍 **Main site** → [ayebot.io](https://ayebot.io)

## How to use these docs

* The left sidebar groups every page by area. Click anything to jump.
* Bot commands appear in code blocks like `/leader` or `/dca status` — type them in chat exactly as shown.
* `Tip`, `Warning`, and `Info` callouts highlight things that save (or lose) you money.
* English is the canonical version. More languages land as the user base requests them.

{% hint style="info" %}
**Looking for something specific?** Use the search bar in the top-left corner — it indexes every page.
{% endhint %}


---

# 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/readme.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.
