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

# How to use DeStreet

DeStreet is accessible natively from your Solana Saga phone or through the Solflare, Phantom, or Backpack mobile browsers. [**Download the app**](solanadappstore://details?id=com.destreet.destreet) in the Solana Mobile dApp store or navigate to app.destreet.com to connect your wallet and create or join a trade.

***

**What does DeStreet do for traders?**

* DeStreet enables traders to easily launch, manage, and invest in short term trade insights. It is the most effective way to create a trade, share a trade setup, and allow others to join your trade (provide capital). No more using disparate socials like Telegram and Discord groups. As the initiator, traders receive 20% of the total profit generated. **If a trade does not generate profit, there are zero fees and deposits are returned proportionally to investors.**
* DeStreet is also the best way to build your reputation by showcasing your PnL through a proven historical record on the Solana blockchain. Build a high win rate, drive strong PnL, and properly manage risk — leading to more investors choosing your trade ideas as their first choice.

**What does DeStreet do for depositors?**

* DeStreet offers the simplest way for depositors to join a trader’s trade. You simply find a trade idea you’d like to join, select the amount, and click enter to provide the capital.
* The trader now executes the trade, manages any entry orders, and after the conditions are met, exits the trade. DeStreet’s program then distributes the profits back to your wallet!
* Soon, subscriptions will allow you to automatically join a specific trader’s trade whenever she proposes one.


---

# 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.destreet.com/how-to-use-destreet.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.
