> For the complete documentation index, see [llms.txt](https://pijschain.gitbook.io/whitepaper/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://pijschain.gitbook.io/whitepaper/tokenomics/commitment-period-and-exit-mechanics.md).

# Commitment Period & Exit Mechanics

To reinforce long-term participation, PIJSChain enforces fixed commitment periods for Hardware Operators.

Each staking cycle lasts 180 days. Upon completion of a cycle, a Hardware Operator may request exit through a defined unbonding queue. If no exit request is submitted within a 7-day window, the stake automatically rolls into the next 180-day cycle.

This mechanism serves several critical functions:

* reduces short-term participation and speculative churn,
* stabilizes the Hardware Operator set,
* improves predictability of network capacity.<br>

By constraining exits and enforcing duration, PIJSChain aligns incentives toward sustained infrastructure contribution rather than opportunistic participation.

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

```
GET https://pijschain.gitbook.io/whitepaper/tokenomics/commitment-period-and-exit-mechanics.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.
