> For the complete documentation index, see [llms.txt](https://jpt.jackpotter.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://jpt.jackpotter.com/faq.md).

# FAQ

### Staking & rewards

<details>

<summary><strong>How does daily staking work?</strong></summary>

Each day, **0.2% of total platform wager volume** is used to fund the daily staking pool.

Your daily earnings are:

{% code title="Formula" %}

```
Daily Earnings = (Your Stake ÷ Total Staked) × Daily Pool × Lock Multiplier
```

{% endcode %}

Example:

* $10,000,000 in daily wagers → $20,000 daily pool (0.2%)
* If you represent 0.5% of total staked and use a 2.0x lock:

```
$20,000 × 0.5% × 2.0 = $200/day
$200 ÷ $0.04 = 5,000 JPT-equivalent/day
```

That example equals **\~182.5% APR** with a 365-day lock.

</details>

<details>

<summary><strong>Can I stake locked tokens?</strong></summary>

Yes. You can stake both locked and unlocked JPT.

You earn staking rewards while you wait for monthly unlocks.

</details>

<details>

<summary><strong>What if wagers decline?</strong></summary>

The reward pool scales linearly with wagering.

If wagers drop 50%, the daily pool drops 50%.

If fewer people stake in response, your pool share increases. That can partially offset the decline.

Even with significantly lower wagers, long-term stakers using 365‑day locks tend to maintain 90%+ APR.

</details>

### Presale

<details>

<summary><strong>What's the Early Bird advantage?</strong></summary>

Presale - Early Bird pricing is **$0.01** per JPT. That’s a **4×** move to the **$0.04** DEX listing price.

Presale - Final Call is **$0.02**, which is **2×** to listing.

Presale - Early Bird also includes the **2× casino bonus**.

</details>

<details>

<summary><strong>Why 2 phases?</strong></summary>

The structure separates two early buyer profiles.

**Presale - Early Bird** keeps the deepest discount and adds the **2× casino bonus**.

**Presale - Final Call** keeps the same unlock model with a higher entry price and no bonus.

</details>

### Unlocks

<details>

<summary><strong>When unlock?</strong></summary>

**Presale - Early Bird** unlocks **20% at TGE**. The remainder unlocks **linearly over 12 months**.

**Presale - Final Call** unlocks **20% at TGE**. The remainder unlocks **linearly over 12 months**.

</details>

### Burns & sustainability

<details>

<summary><strong>How much will burn?</strong></summary>

Projected burns over 3 years:

* Conservative: **77M** (7.7%)
* Moderate: **146M** (14.6%)
* Optimistic: **218M** (21.8%)

These burns come from eight sources, including the dedicated burn allocation.

Learn more in [Deflation & Buybacks](/jackpotter-token-jpt/tokenomics/deflation-and-buybacks.md).

</details>

<details>

<summary><strong>Is this sustainable?</strong></summary>

Yes. APR is driven by real wagering activity, not token printing.

As the platform matures, APR naturally stabilizes.

</details>

### Governance

<details>

<summary><strong>Can I vote without staking?</strong></summary>

No. You must stake JPT with a minimum 30‑day lock to vote.

This ensures only committed holders influence decisions.

</details>


---

# 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:

```
GET https://jpt.jackpotter.com/faq.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.
