# Staking Multiplier Info

Only those who staked CLICK can participate in the fee distribution pool. Staking rewards distribution is based on the following tiers:

* 24-hour lockup: 0.1x multiplier
* 1-month lockup: 1x multiplier
* 3-month lockup: 4x multiplier
* 6-month lockup: 10x multiplier
* 12-month lockup: 25x multiplier

Multiplier is applied based on the amount of staked CLICK.

Your % of revenue share = *(Your CLICK value \* multiplier) / (sum of total CLICK staked \* multiplier)*


---

# 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.oneclick.fi/oneclick/tokenomics/token-utility/staking-multiplier-info.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.
