# POB Staking

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

For creators, staking alongside your community is the **ultimate proof of commitment**. For holders, it's how **conviction gets rewarded**.

### How It Works

1. Creator enables POB 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 POB 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: 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://printr.gitbook.io/printr-docs/printr-v2-new-features/pob-staking.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.
