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

# Reward System

<mark style="color:purple;">**Rewarded TLF:**</mark> Any reward received on Tradeleaf Platform is received as Rewarded TLF (reTLF) tokens. reTLF tokens can be staked similarly to TLF tokens or converted to TLF tokens in a ratio of 1:1 through linear vesting. Linear vesting lasts 1 year and is subject to the following rules.

1. Vested reTLF tokens cannot be stake
2. To vest reTLF tokens user should reserve TLF tokens in a ratio of 2 reTLF : 1 TLF
3. Reserved TLF tokens will keep receiving rewards, but cannot be unstaked or sold

<mark style="color:purple;">**Platform fee distribution:**</mark> 18% of platform fees will be distributed among all TLF token holders, depending on the ratio of customer’s TLF tokens on balance compared to the overall stake.

<mark style="color:purple;">**Platform activities reward:**</mark> The more actions customer performs across all marketplaces, modules, and solutions on the Tradeleaf Platform, the more reTLF tokens will be granted to the customer.

It applies to financial operations, such as funding and insurance, and non-financial operations, like deal establishment, order submission, and remote-expert hiring.

<mark style="color:purple;">**Referral rewards and cash back:**</mark> Every trader that performs trade transactions on the Platform receives cashback in the amount of 7%. However, they share it with their referrers. So, the referrers receive only 1.75% of the platform fees as cashback and the trader 5.25%. Therefore, every time someone brings a new referral, 1.75% of the platform fees out of 7% will be granted as cashback to referrers in reTLF tokens.


---

# 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://tradeleaf.gitbook.io/trade-leaf/token-economy/reward-system.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.
