> For the complete documentation index, see [llms.txt](https://agodefi.gitbook.io/ago-defi/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://agodefi.gitbook.io/ago-defi/services/social-trading.md).

# Social trading

Social trading is a revolutionary feature in terms of accessibility. It allows investors and top traders to collaborate, which helps investors to benefit from traders' performances.&#x20;

The best traders on Ago and their partners can create strategies and submit them to Ago for consideration. Once available, each user can easily invest in these funds and receive returns through the appreciation of their shares, based on the asset manager's performance. In case of loss, the entire pool is affected.

**Example:** Let's consider a pool with assets under management (AUM) of $900. If you add $100, your shares represent 10% of the AUM: ($100 / $1 000). If, after 2 months, the manager achieves a performance of +50%, the pool will be $1 500 AUM. Your share will be valued at $150 ($100 + 50%). If 10 other users each add $100, the AUM will be $2 500. But your share will still be valued at $150. This is because you do not profit from other users' funds - only the trading performance impacts your performance as an investor.

This method is the most optimized for compounding returns. On the other hand, asset managers will naturally receive a portion of the profits generated, which they will define upon the creation of the pool and will be visible to investors before investing in it.

<figure><img src="/files/q8BvLXxFKxDfD5dR7Xms" alt=""><figcaption></figcaption></figure>

To learn how to use social trading, visit: [Social trading. ](/ago-defi/how-to/social-trading.md)

If you would like to become a manager, send us an email with a copy of your strategy. An expert will review your strategy, which will then need to be approved and validated by the DAO.&#x20;


---

# 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://agodefi.gitbook.io/ago-defi/services/social-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.
