> For the complete documentation index, see [llms.txt](https://docs.anyone.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.anyone.io/tokenomics/summary.md).

# Summary

{% hint style="info" %}
**Reward Distribution**

Total Pool Size: **10,000,000** tokens\
Daily Emission Rate: **0.1%** **of pool size** (epoch duration **1 month**)

Proportion for All Relays: **70%**\
Proportion for Hardware Bonus: **20%**\
Proportion for Authorities: **10%**
{% endhint %}

{% hint style="success" %}
**Lock Requirements**

**Normal Relays:**\
100 $ANYONE locked per relay fingerprint \
Minimum duration: 180 days\
Un-stake period: 14 days

**Hardware Relays:**\
No lock requirement
{% endhint %}

{% hint style="info" %}
**Reward Variants**

**Family Bonus:**\
$$10\times P$$ where $$P$$ is the proportion of the network controlled by the family, up to +50%, and $$5\times P$$ beyond that up to +100%

**Uptime Quality Tiers:** \
&#x20;0-3 days: 0 points\
&#x20;3-14 days: 1 point\
&#x20;14+ days: 4 points

**Upcoming**\
\- Geolocation bonus for scarcer geographies\
\- Additional roles and reward sources for hardware relays
{% endhint %}

{% hint style="warning" %}
**Future Features**

**Authority staking or delegated requirement:** \
No lock period\
14-day unstake period&#x20;

**Premium circuit distribution:**\
50% to premium node operators\
35% to reward pools\
15% burn

**Governance Double-Staking**\
$$\text{Voting Power}=\sqrt{\text{Staked Tokens}\times (1+0.0035\times\text{Duration in Weeks})}$$
{% endhint %}

{% content-ref url="/pages/RFwRGIJJ6EcSgA5FOrRv" %}
[Value Accrual Summary](/tokenomics/summary/value-accrual-summary.md)
{% endcontent-ref %}

{% content-ref url="/pages/UNnXwxWPh8MJDwdNKikN" %}
[Rewards Case Study](/tokenomics/summary/rewards-case-study.md)
{% endcontent-ref %}


---

# 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://docs.anyone.io/tokenomics/summary.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.
