> For the complete documentation index, see [llms.txt](https://docs.pocketprotector.xyz/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.pocketprotector.xyz/general/copy-trading-solana-spot-only.md).

# Copy-Trading (Solana Spot only)

## Want to copy-trade someone?

The easiest way to start copy-trading someone is by clicking on their ref link and following the prompt to copy-trade. Alternatively, start copy-trading another Pocket Pro user by simply following these steps:

* Use `/copysettings` and choose “Copy Trader”

<figure><img src="/files/cxo6MwK36W15qyjP0qCB" alt="" width="563"><figcaption></figcaption></figure>

* You will be prompted to enter the Telegram username of the trader you want to copy. They must be an existing Pocket Pro Bot user.&#x20;
* Select "Solana" to start copy trading. Keep in mind that this feature is only available for Solana Spot trades, not perpetuals.

  <figure><img src="/files/3Yv9N0LE4DmXXMWFEu9B" alt=""><figcaption></figcaption></figure>
* Once chosen, you will be prompted to create a new wallet for copy-trading or you can use an existing wallet.&#x20;
  * If you created a new wallet, deposit funds and the bot will automatically copy the exact trades of the person you are following.

## Stopping the copy-trade function

* If you want to stop copy-trading a trader, enter `/copysettings`.&#x20;
* Choose the "Manage Trader" option to manage your copy trading settings.
* Select the trader you would like to manage.&#x20;
* Select "Stopy Copying" to immediately stop copying them.&#x20;

## Earn from being copied

* You earn 20% of profits from anyone who copy trades you on a winning trade.&#x20;
* You profit from their alpha, they share it with you, both of you win.


---

# 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.pocketprotector.xyz/general/copy-trading-solana-spot-only.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.
