> 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/system-architecture/consensus-mechanism-pos/incentive-model.md).

# Incentive Model

PIJSChain uses a T+1 settlement model combined with a decaying reward function to control long-term token inflation and align participation incentives.

The incentive model operates according to several principles:

* Decaying Output\
  The total reward output per epoch follows a half-life-style decay curve. Early participants benefit from higher reward levels, while emissions gradually converge over time to ensure long-term economic sustainability.<br>
* Proportional Distribution\
  Individual staking-node rewards are proportional to each node’s share of effective stake relative to the network total, subject to a single-node effective stake cap that prevents excessive concentration.<br>
* Online Participation Constraint\
  Only staking nodes that are online and have valid heartbeat proofs are eligible to receive rewards for a given epoch. This enforces the principle that economic reward must correspond to actual infrastructure contribution.<br>
* Governance Adjustability\
  Core incentive parameters, including governance multipliers and effective stake limits, can be adjusted through on-chain governance without requiring a hard fork.<br>

Predictability Through Order-Based Staking

The order-based staking system also improves yield predictability. When creating a staking order, participants can estimate expected returns using:

* publicly visible total effective stake,
* transparent decay curves,
* fixed-duration order parameters.

This enables stakers to construct personalized strategies by combining orders of different sizes and durations, balancing liquidity preference, risk, and expected yield.


---

# 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/system-architecture/consensus-mechanism-pos/incentive-model.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.
