> For the complete documentation index, see [llms.txt](https://twister-finance.gitbook.io/twisterfinance/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://twister-finance.gitbook.io/twisterfinance/tokenomics/multiplier-points.md).

# Multiplier Points

Multiplier Points reward long-term holders without inflation. When you stake $TWST, you receive Multiplier Points every second at a fixed rate of 100% APR. 5 $TWST staked for one year would earn 5 Multiplier Points. Multiplier points can be staked for fee rewards by pressing the "Compound" button on the Earn page. Each Multiplier Point earns the same amount of $TWST rewards as a regular $TWST token.

When $TWST or Escrowed $TWST tokens are unstaked, the proportional amount of Multiplier Points is burnt. To transfer staked tokens without burning Multiplier Points, use the Transfer button on the "Earn" page. The "Boost Percentage" shown on the Earn page displays your individual boost amount from Multiplier Points. It is calculated from the ratio of Multiplier Points to your total amount of staked $TWST.

Boost Percentage = 100 \* (Staked Multiplier Points) / (Staked $TWST + Staked $esTWST)


---

# 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://twister-finance.gitbook.io/twisterfinance/tokenomics/multiplier-points.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.
