> For the complete documentation index, see [llms.txt](https://docs.crypton.tools/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.crypton.tools/crypton-super-bot/wallet-copytrading.md).

# Wallet Copytrading

#### **Wallet Copytrading with Crypton Super Bot**

In the Wallet Copytrading menu, you can add wallets from which you want to copy trades. Here’s how to set it up:

1. **Select Wallet for Configuration:**
   * Choose a wallet from the list that you would like to edit wallet copytrading configurations for.
2. **Add Wallet to Copy:**
   * Enter the wallet address you would like to copy trades from.
3. **Adjust Settings:**
   * Configure the settings to suit your preferences:
     * **Slippage:** Set the slippage value.
     * **Auto Buy:** Toggle auto-buy on or off and specify the amount of TON.
     * **Auto Sell:** Toggle auto-sell on or off and specify the percentage.
4. **Save Configuration:**
   * Once you’ve adjusted the settings, click **Save** to add the wallet.

The bot will notify you each time a new swap is done by one of the selected wallets. If enabled, the bot can also automatically execute buy and sell trades by copying these wallets. This allows you to seamlessly replicate the trading strategies of other wallets using Crypton Super Bot.

<div><figure><img src="/files/Yd0nfI92ACx1UOCMesHZ" alt="" width="188"><figcaption></figcaption></figure> <figure><img src="/files/zp5VxPaxtPuBHS3jrmHf" alt="" width="188"><figcaption></figcaption></figure></div>


---

# 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.crypton.tools/crypton-super-bot/wallet-copytrading.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.
