> For the complete documentation index, see [llms.txt](https://pillar-dao.gitbook.io/pillar-dao-docs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://pillar-dao.gitbook.io/pillar-dao-docs/tokens/plr.md).

# PLR

## Features

* **Governance:** PLR holders vote on governance decisions, including yield strategies and treasury management.
* **Staking Rewards:** Users who stake PLR receive a share of protocol revenue.
* **Ecosystem Utility:** PLR is used for liquidity incentives, protocol fee sharing, and governance participation.

## Tokenomics

| Category                 | Allocation                | Vesting Details                                                                                                                                                        |
| ------------------------ | ------------------------- | ---------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| Airdrop & Early Users    | 10% (100M PLR)            | 3-month full lock, followed by 3-month linear vesting.                                                                                                                 |
| Protocol Owned Liquidity | \~5% (50M PLR)            | A portion of PLR supply will be paired with USDC from the raise to form protocol-owned liquidity. The exact amount will be based on a percentage of total USDC raised. |
| Staking & Yield Rewards  | 35% (350M PLR)            | Distributed over 3+ years as staking rewards.                                                                                                                          |
| Treasury                 | 29.86% (298,706,932M PLR) | Controlled by governance for sustainability and protocol expansion.                                                                                                    |
| Team & Advisors          | 10% (100M PLR)            | 10% unlock after 1 month, another 10% at 2 months, followed by 10-month linear vesting of the remaining 80%.                                                           |
| Presale                  | 10.13% (101,293,068M PLR) | No vesting                                                                                                                                                             |
| Total Supply             | 100% (1B PLR)             |                                                                                                                                                                        |

## Sale

To ensure strategic entry pricing and accommodate different forms of participation, the PLR token sale will follow a tiered structure,

| Tier    | Amount/Target         | Access Type                                                                                                   |
| ------- | --------------------- | ------------------------------------------------------------------------------------------------------------- |
| Preseed | \~37.2M PLR (3.72%)   | Exclusive                                                                                                     |
| WL1     | \~53.325M PLR (5.33%) | Users who lock more than 20,000 stpUSD for 1 month during the initial phase                                   |
| WL2     | \~49.5M PLR (4.95%)   | Users who lock more than 10,000 stpUSD for 1 month or receive allocations through community & ecosystem deals |
| Public  | \~110M PLR (11.00%)   | Open to all                                                                                                   |


---

# 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://pillar-dao.gitbook.io/pillar-dao-docs/tokens/plr.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.
