> For the complete documentation index, see [llms.txt](https://docs.spartabot.pro/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.spartabot.pro/getting-started/copy-trade.md).

# 🔍 Copy Trade

**Copy Trade** allows you to automatically follow and copy the buys of selected wallets using your own trade wallet settings.

On the **Copy Trade** page:

* Select the chain
* Add a wallet name and wallet address
* Save it to your tracked wallets list

Each tracked wallet has its own independent settings. You can configure:

* Buy amount preset or custom buy amount
* Buy GWEI
* Slippage
* Which of your trade wallets will execute the copied buys

After saving the settings, toggle the wallet **ON** to start copying.

**Copy Dev Wallet**

**Copy Dev Wallet** is specifically designed for developer wallets. Instead of copying regular trading activity, it mirrors the dev wallet’s actions when they launch a new token.

Add the dev wallet, set your buy amount, GWEI, slippage, and trade wallet preferences, then enable the toggle.

**Limits & Management**

* You can add up to **3 tracked wallets** and **3 dev wallets**.
* From the Copy Trade page, you can pause, re-enable, edit, or remove any wallet at any time.


---

# 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:

```
GET https://docs.spartabot.pro/getting-started/copy-trade.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.
