> For the complete documentation index, see [llms.txt](https://docs.koinbay.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.koinbay.com/services/copy-trading-coming-soon.md).

# Copy Trading - Coming Soon

## **Participants:**

* **Copier:** The user who allocates assets for copy trading.
* **Signal Provider/KOL:** The experienced trader whose trades are copied.

***

## **How to Start Copy Trading**

1. **Access:** Choose 'Copy Trading' from the 'Services' menu.
2. **Select a Signal Provider:** View a list of providers with statistics like ROI, total P\&L, and win rate.
3. **Follow a Provider:** Choose to copy a provider's trades by amount or proportion.
4. **Trading Sync:** Your allocated funds will mimic the provider's trades.
5. **Track Activity:** Monitor 'Copy Trading History' for ongoing and closed trades.

### **How to Cancel Copy Trading**

* **Stopping Copy Activity:** Go to 'Ongoing' in 'Copy Trading History' and select the trader to stop copying.
* **Closure Options:** Choose to end the entire copy relationship or specific orders with that provider.
* **Order Closure:** Copied orders close after the provider closes their trades.

***

## **Key Notes**

* **Flexibility:** Users can end copy trading anytime.
* **Leverage Limit:** Maximum leverage is currently 10x.
* **Fees:** No direct charges for the service, but profits are shared with the signal provider.


---

# 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.koinbay.com/services/copy-trading-coming-soon.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.
