> For the complete documentation index, see [llms.txt](https://guide.dem.exchange/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://guide.dem.exchange/community/tradenshare.md).

# TradeNShare

Our TradeNShare feature allows you to share your trading positions with the wider community.&#x20;

This allows traders to:

* **Boost Reputation**: Showcase your successful trades and build a reputation as a skilled trader. By sharing your profitable positions, you can demonstrate your trading prowess and attract the attention of other traders and potential followers. It's a great opportunity to share your [referral links](/earn/referrals.md) as well.
* **Inspire and Learn**: Explore the shared positions of fellow traders. This enables you to discover new trading strategies, learn from the experiences of others, and gain valuable insights into different markets. By observing successful trades of other traders, you can broaden your knowledge and improve your own trading skills!
* **Networking Opportunities**: Connect with like-minded traders to build relationships, exchange trading tips, and stay updated on the latest market trends. Networking opportunities on TradeNShare can lead to valuable partnerships and a supportive trading community.

## User Guide

This guide will primarily focus on Closed Positions as an example.

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

Tap the 'Share' icon in the 'Closed Positions' section to begin sharing your trades.&#x20;

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

TradeNShare allows you to proudly showcase various aspects of your trades, including:

* ROE (Return on Equity)
* PnL (Profit and Loss)&#x20;
* Leverage
* Entry and Exit Price
* Entry Time and Exit Time

By default, all these options are checked. However, you have the flexibility to customize what you want to share with just a few clicks.

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

When you share your trades using TradeNShare, the platform provides you with a QR code. This code enables others to access your referral link and enjoy a discount on trading fees - allowing you to simultaneously boast about your successful trades and earn referral commissions!


---

# 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://guide.dem.exchange/community/tradenshare.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.
