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

# Post-project Staking

### Empowering Project Stakeholders

Owners of Project Tokens will be able to see information on each of their positions via the Modus dApp dashboard when a wallet has been connected. Namely, how many PTs have been staked, the amount of PRTs accumulated so far, time to maturity and their value in terms of $MODUS tokens.

<figure><img src="/files/lrUx8xbZB4KOEz2C80ql" alt=""><figcaption></figcaption></figure>

Project stakes are targeted to reach maturity in between 12-18 months and seek approximate returns of 15% APR based on historical performance, depending on market conditions and project performance. At maturity, a smart swap contract will enable project stakers to swap their PTs and PRTs into $USDC. Hence, after un-staking PTs and collecting the PRTs at maturity, the project staker may convert their principal stake and return to an equivalent value in $USDC.

<figure><img src="/files/bY8MsNscRuSlymAvyXMH" alt=""><figcaption></figcaption></figure>

On the other hand, if owners of PTs and PRTs would like to liquidate their position before maturity, then the option exists to swap them within the Modus dApp for its equivalent value in $MODUS tokens on a first come first serve basis depending on allocation.

<br>


---

# 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://modus-3.gitbook.io/modus-docs/overview/project-return-tokens/post-project-staking.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.
