> For the complete documentation index, see [llms.txt](https://chainswap-2.gitbook.io/chainswap-defy-limits-embrace-anonymity/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://chainswap-2.gitbook.io/chainswap-defy-limits-embrace-anonymity/multi-chain-telegram-bots.md).

# Multi-Chain Telegram Bots

**Introduction**

The ChainSwap Telegram Trading Bots allow users to perform secure and convenient cross-chain and intra-chain swaps directly within the Telegram messaging app. This eliminates the need to switch between different platforms or wallets, streamlining the trading experience.

**Features**

* **Supported Chains:** Execute trades on major chains like Solana with the Solana Chainbot and  Ethereum, Base, Optimism, Polygon, Arbitrum, Binance Chain, and Avalanche with the EVM Chainbot.
* **Easy Trade Execution:** Simply provide the token contract address and initiate trades directly within Telegram.
* **Secure Infrastructure:** Transactions are secured by Chainlink's CCIP (Cross-Chain Interoperability Protocol) ensuring Level 5 security.
* **Speed:** Instant cross-chain swaps for transactions up to $5,000 to Base Chain and under $1000 on all other supported chains.
* **Tracking and Sharing:** Track profit and loss for each trade and share your trades with others.
* **Referral Rewards:**  Earn 20% of the revenue generated from referrals' trade volume
* **Customization:** Import your private key or generate one directly in the bot, then customize settings to suit your trading style.

**Benefits**

* **Convenience:** Trade across multiple chains and within individual chains directly from Telegram.
* **Security:** Leverage protocols like Chainlink's Level 5 security CCIP for safe and secure transactions. All Products have been thoroughly audited by top security teams.&#x20;
* **Efficiency:** Execute trades quickly and easily with minimal setup.
* **Customization:** Adapt the bot's features to your individual trading preferences.


---

# 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://chainswap-2.gitbook.io/chainswap-defy-limits-embrace-anonymity/multi-chain-telegram-bots.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.
