> For the complete documentation index, see [llms.txt](https://docs.rwa.vip/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.rwa.vip/iii.-rwa-ecosystem-protocol-operation-mechanisms/reward-unlock-period-contract.md).

# Reward Unlock Period Contract

The RWA Ecosystem protocol includes a reward unlock period contract, allowing users to unstake their RWA principal at any time. After unstaking, users can choose to either sell or re-stake their tokens. The rewards will be gradually released based on the initial unlock period, and the release speed will depend on the amount of WBNB the user destroys.

1. <mark style="color:blue;">**Destroying WBNB to Accelerate RWA Staking Reward Unstaking Period**</mark>\
   \
   The RWA staking rewards that have been released by the user can be withdrawn to the blockchain wallet at any time for selling or re-staking (re-staking has the same effect as the protocol's automatic compounding). Users can increase the release speed by burning a corresponding percentage of WBNB based on the amount of RWA rewards released. The required percentage of WBNB for different release speeds is shown in the table below:\
   \
   ![](/files/RFzg8dW7YBY7ul5uTbej)\
   Note:
   * When the release speed is 150 days, burning 10% of the value in WBNB on the remaining un-released tokens can speed up the unlocking period to 100 days.
   * When the release speed is 100 days, burning 20% of the value in WBNB on the remaining un-released tokens can speed up the unlocking period to 60 days.
   * And so on.<br>
2. <mark style="color:blue;">**Ecological Cooperation Fund Regularly Initiates RWA Repurchase and Destruction for Ecosystem Develop**</mark>\
   \
   A portion of the profits generated from the cooperative ecosystem development of the RWA Ecosystem platform will be used to establish an ecological fund. This fund will be used to periodically initiate the repurchase and destruction of RWA, empowering deflation for RWA.


---

# 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:

```
GET https://docs.rwa.vip/iii.-rwa-ecosystem-protocol-operation-mechanisms/reward-unlock-period-contract.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
