> For the complete documentation index, see [llms.txt](https://unicornx-ai.gitbook.io/unicornx.ai/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://unicornx-ai.gitbook.io/unicornx.ai/app-beginners-tutorial/copy-trading.md).

# Copy Trading

### Broadcasting Your Trades

* Execute a trade on UnicornX
* Navigate to the "**Community**" section
* Click "**Broadcasts**" to share your recent transaction
* Add comments or analysis to provide context for your trade

1. Once the transaction is successful, you can share it via the pop-up broadcast window;
2. Add comments or analysis to provide context for your transaction;
3. Choose to share it in a group (if you own one) or the community.

<div align="left"><figure><img src="/files/TCDYsfVjWximPTasanJA" alt="" width="324"><figcaption></figcaption></figure></div>

5. If you forget to broadcast after the transaction, you can also go to the "Records" section in the Assets interface and click the "Share" button for that transaction to initiate a broadcast (only applicable to unbroadcasted transactions within the last hour).

<div align="left"><figure><img src="/files/CS9pzJvoMrcunanhbwYG" alt="" width="324"><figcaption></figcaption></figure></div>

### Earning from Copy Trading

When other users follow your broadcasted trades:

* They can click on your trade card to view details
* If they execute the same trade, you automatically receive 10% of their trading fee
* This creates a win-win situation where successful traders are rewarded for sharing their strategies

This feature encourages knowledge sharing within the community while providing an additional income stream for skilled traders.


---

# 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://unicornx-ai.gitbook.io/unicornx.ai/app-beginners-tutorial/copy-trading.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.
