# Stake & Earn \[NEW] ⭐️

POB staking is the core mechanism behind Proof of Belief. When enabled on a token, **100% of creator fees flow to stakers**, rewarding conviction instead of extraction.

### How to Stake

1. Go to the token page → Stake tab
2. Enter amount (% or absolute)
3. Pick a lock duration → Confirm

Your tokens will be locked for the selected duration and you’ll start earning rewards from the next distribution cycle.

### Durations & Multipliers

| Duration | Multiplier |
| -------- | ---------- |
| 7 days   | 1x         |
| 14 days  | 1.15x      |
| 30 days  | 1.3x       |
| 60 days  | 1.5x       |
| 90 days  | 1.75x      |
| 180 days | 2.5x       |

### How Rewards Are Calculated

Your share of the fee revenue is based on your weighted stake:

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

*Example:* If you stake 10,000 tokens at a 30-day lock (1.25x multiplier), your weighted stake is 12,500. If the total weighted stake pool is 1,000,000, you earn 1.25% of each day’s creator fee revenue.

### Reward Distribution

* Rewards distributed every 24h in base asset (e.g. SOL) + token
* You can claim rewards on the Portfolio page under "Staked Tokens".

### Rules

* No early unstaking, once locked is locked
* Tokens auto-return after lock expires
* Live on Solana first - *EVM coming soon*

### The Staking Dashboard

Every POB-enabled token shows:

* **% supply staked** - how much is locked
* **Staker's list** - is the creator actually in?
* **Avg lock duration** - when does supply unlock?
* **Real-time APR** - what are stakers earning?

A creator with a 7-day stake looks very different from one with a 6-month stake. The dashboard shows you exactly who’s committed — before you buy.


---

# 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/core-features/stake-and-earn-new.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.
