# rewards

**After each round, users with the highest points accumulated are rewarded. Based on the initial value of the selected solar asset, the final rank will determine the returns in purchase at the end of each round.**

1. **reward rate**

* Reward (per round) = asset\_price \* (1 + reward rate)&#x20;
* Ex. asset\_price (200,000) \* reward\_rate (1.00) = 200,000 \* (1+1.00) = 400,000

For example, while selecting tier 1 asset (valued at 200,000 redi) a user obtains a rank 1 for that particular round, the user is rewarded a total of 400,000 redi (= 200,000 redi \* (1+1.00) = 400,000 redi)

<table><thead><tr><th width="203.5" align="center">rank (by points)</th><th align="center">reward rate</th></tr></thead><tbody><tr><td align="center">1</td><td align="center">1.00</td></tr><tr><td align="center">2</td><td align="center">0.50</td></tr><tr><td align="center">3</td><td align="center">0.20</td></tr><tr><td align="center">4 ~ 10</td><td align="center">0.10</td></tr><tr><td align="center">11 ~ 30</td><td align="center">0.05</td></tr><tr><td align="center">31 ~ 60</td><td align="center">0.00</td></tr><tr><td align="center">61 ~ 80</td><td align="center">random box (lvl 2)</td></tr><tr><td align="center">81 ~ 100</td><td align="center">random box (lvl 1)</td></tr></tbody></table>

2. **random box**

Randox box items return to digital renewables under a refreshed format. Random box can be obtained from weekly rounds and/or attendance. To open your random box, select your desired random box from your “items” page, and the obtained items will appear in your inventory.

<table><thead><tr><th width="88" align="center">level</th><th width="131" align="center">item count</th><th align="center">pool (success percentage)</th></tr></thead><tbody><tr><td align="center">1</td><td align="center">1</td><td align="center">weeding (0.5), cleaning (0.3), coating (0.1), optimizing (0.1)</td></tr><tr><td align="center">2</td><td align="center">1</td><td align="center">weeding (0.1), cleaning (0.1), coating (0.3), optimizing (0.5)</td></tr></tbody></table>


---

# Agent Instructions: 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://guidebook.redi.io/guidebook/digital-renewables-dr/rewards.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.
