> For the complete documentation index, see [llms.txt](https://social-trade.gitbook.io/social-trade/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://social-trade.gitbook.io/social-trade/xst-token/core-benefits.md).

# Core Benefits

xST provides various ways for holders to play a central role in the protocol’s daily operations, offering multiple advantages and rewards. These include reduced fees when using our dapp and receiving Real Yield based on SocialTrade's revenue.

### <mark style="color:blue;">Performance fees distribution (Module)</mark>

See the Staking Modules section:

<https://socialtrade.io/staking/>

### <mark style="color:blue;">Fees Reduction</mark>

You’ll receive discounted fees on the protocol's share of the performance fees set by traders for their funds. The more xST tokens you hold, the greater the discount. Below, you’ll find a detailed table outlining the fee rebates based on the quantity of xST tokens held:

| xST         | Discount | Tier |
| ----------- | -------- | ---- |
| ≥ 100       | 3.0%     | 1    |
| ≥ 500       | 5.0%     | 2    |
| ≥ 2 000     | 7.5%     | 3    |
| ≥ 5 000     | 10.0%    | 4    |
| ≥ 10 000    | 15.0%    | 5    |
| ≥ 20 000    | 20.0%    | 6    |
| ≥ 50 000    | 25.0%    | 7    |
| ≥  100 000  | 30.0%    | 8    |
| ≥  200 000  | 35.0%    | 9    |
| ≥ 400 000   | 40.0%    | 10   |
| ≥ 1 000 000 | 45.0%    | 11   |
| ≥ 2 000 000 | 50.0%    | 12   |


---

# 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://social-trade.gitbook.io/social-trade/xst-token/core-benefits.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.
