# Grace Periods & Penalties

Grace Periods & Penalties

* Grace Period:
  * After Creating/Staking ends, users have 14 days to claim tokens.
  * Post-14 days, unclaimed earned tokens (not principal) are penalized over 7 days:
    * 14.28% of earned tokens redistributed to TORUS Pool daily.
    * After 7 days, only principal remains.
* Penalties:
  * Early End Stake: 50% of unclaimed rewards burnt; 50% redistributed to TORUS Pool.
  * Grace Period Penalties: 50% of penalized earned tokens burnt; 50% redistributed to TORUS Pool.


---

# 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://docs.torus.win/grace-periods-and-penalties.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.
