> For the complete documentation index, see [llms.txt](https://printr.gitbook.io/printr-docs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://printr.gitbook.io/printr-docs/printr-v2-new-features/fee-distribution-types/pob-staking.md).

# Staking Pool

Staking is Printr's fee distribution model where anyone, creators and community alike, can stake tokens and earn from trading activity.

### How It Works

1. Creator enables staking at token launch
2. Anyone buys and stakes tokens through the Printr UI - choose an amount and lock duration
3. Trading fees accumulate in the staking pool from every buy and sell
4. Rewards distribute periodically in the base asset (e.g. SOL)
5. Tokens unlock automatically after the lock period ends - no early unstaking

### Staking Durations & Multipliers

Longer commitments earn proportionally more.

<table><thead><tr><th width="163.9296875">Duration</th><th width="150.86328125">Multiplier</th></tr></thead><tbody><tr><td>7 days</td><td>1x</td></tr><tr><td>14 days</td><td>1.15x</td></tr><tr><td>30 days</td><td>1.3x</td></tr><tr><td>60 days</td><td>1.5x</td></tr><tr><td>90 days</td><td>1.75x</td></tr><tr><td>180 days</td><td>2.5x</td></tr></tbody></table>

### How Rewards Are Calculated

**\`Your Share = (Staked Amount × Lock Multiplier) ÷ (Total Weighted Stake) × Creator Fee Revenue**

*Example: You stake 10,000 tokens for 180 days (2.5x multiplier). Your weighted stake is 25,000. If total weighted stake across all stakers is 250,000, you earn 10% of all the token fees distributed that day.*

### Staking Rules

* No early unstaking
* Rewards distribute periodically
* Creators must also stake to receive a share (no free rides)

***

### The Staking Dashboard

<div align="left"><figure><img src="/files/jzogfKG8LOaHHEYGbY0D" alt="Printr Staking Dashboard" width="563"><figcaption></figcaption></figure></div>

Every staking-enabled token displays real-time staking data:

* **Staked supply** - shows the % of supply is staked
* **Lock durations and unlock timelines** - when tokens can return to circulation
* **Last 24h fees earned** - recent fees generated from trading activity
* **Total fees paid** - total fees paid to stakers


---

# 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://printr.gitbook.io/printr-docs/printr-v2-new-features/fee-distribution-types/pob-staking.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.
