# Rebasing

Rebasing adjusts the total supply of a token so that all holders receive the same percentage increase or decrease in their token amounts. For example, if you have tokens, your balance is calculated as `tokenAmount * rebasePercent`. If the rebasePercent changes from 1 to 1.01 in one day, your token balance increases by 1%.

Rebasing does not require any interaction from holders of the token, your balance will automatically increase per block.


---

# 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://whitepaper.nuon.fi/nuon/rebasing.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.
