> For the complete documentation index, see [llms.txt](https://docs.ayebot.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.ayebot.io/readme.md).

# 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, following verified leaders, opting in as a leader yourself with channel integration, 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.                                 |
| 🏆 [**Social leader trading**](/social-leader-trading/social-leader-trading.md) | Follow verified leaders or plug your channel as one. The first Social Leader Trading Bot. |
| 👑 [**Become a leader**](/social-leader-trading/become-a-leader.md)             | Set your fee, plug your channel, earn live in SOL/BNB on every winning follower trade.    |
| 🧠 [**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
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://docs.ayebot.io/readme.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.
