> For the complete documentation index, see [llms.txt](https://checkpointhub.gitbook.io/checkpoint-orange-paper/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://checkpointhub.gitbook.io/checkpoint-orange-paper/checkpoint-economic-model-and-tokenomics/tokenomics/governance-token-mechanics.md).

# Governance Token Mechanics

#### Vesting & emission safeguards

* **Community / sale vesting:** **30-day cliff, then 12-month linear unlock** (tokens received immediately; sale unlocks over time).
* **Team / partners / advisors:** **6-month cliff, then 36-month linear**.
* **Emission cadence:** Monthly “epochs” with a **Year-1 taper of 25% per quarter** (Q1 **10,000,000** → Q2 **7,500,000** → Q3 **5,625,000** → Q4 **4,218,750** LOAD per month), then **stabilising at 4,000,000 LOAD/month** thereafter.
* **Purpose orientation:** This structure protects Checkpoint from external volatility and keeps the economy purpose-driven rather than profit-seeking.

This allocation framework reflects Checkpoint’s commitment to fairness, transparency, and the long-term sustainability of its decentralised governance ecosystem.

#### Activation rule (utility eligibility)

To participate in Engage-to-Earn, rewards and governance, LOAD must be **activated** by passing once through Checkpoint’s validator (or equivalent activation receipt).

* **Legacy LOAD** (existing balances) remains visible on-chain but **has no utility** until activated.
* **Activation is frictionless and open-ended:** holders become eligible automatically the first time they use LOAD in the ecosystem.

#### Governance safeguards (recap)

* **Capped/quadratic voting** to avoid concentration of power.
* **Transparent reporting:** on-chain vesting and emissions, plus public dashboards (Checkpoint Index).
* **Regulatory posture:** the token intends to seek approval to be positioned and operated as a **non-speculative utility** with UK compliance alignment.

#### Academic research funding (context)

Separate from token allocation, **10% of profits** are earmarked for academic research and anchored on-chain via research events for auditing.

See also [Engage to Earn](/checkpoint-orange-paper/checkpoint-economic-model-and-tokenomics/engage-to-earn-e2e.md).


---

# 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://checkpointhub.gitbook.io/checkpoint-orange-paper/checkpoint-economic-model-and-tokenomics/tokenomics/governance-token-mechanics.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.
