> For the complete documentation index, see [llms.txt](https://docs.echelon.io/echelon-prime-foundation/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.echelon.io/echelon-prime-foundation/7.0-initial-token-distribution/7.3-unlocks.md).

# 7.3 Unlocks

Two sections of the [PRIME token allocation](/echelon-prime-foundation/2.0-prime-token.md) are subject to a linear unlock schedule.

| Source                         | PRIME (% of Supply)    | Unlock Schedule Start Date |
| ------------------------------ | ---------------------- | -------------------------- |
| Parallel Studios Reserve       | 21,848,888 (19.7%)     | June 30, 2025              |
| Parallel Studios Founders      | 6,018,518.5 (5.4%)     | August 31, 2025            |
| ~~Parallel Studios Investors~~ | ~~18,044,478 (16.2%)~~ | ~~July 17, 2023~~          |

**Parallel Studios Reserve (June 30, 2025 - December 30, 2027)\***\
438,016 PRIME unlocked per month.\
\
NOTE: The unlock schedule for this reserve was modified in June, 2024. It originally started in September, 2023 but was paused until June, 2025 as well as extended until December, 2027. The extension means monthly emissions will be lower than they were on the original schedule.

**Parallel Studios Founders (August 31, 2025 - July 31, 2035)**\
50,154 PRIME unlocked per month.\
\
**Parallel Studios Investors** **(July 17, 2023 - July 17, 2025)**\
751,853 PRIME unlocked per month. **This unlock has completed.**


---

# 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://docs.echelon.io/echelon-prime-foundation/7.0-initial-token-distribution/7.3-unlocks.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.
