> 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/design-philosophy-and-core-principles/rules-over-assumptions.md).

# Rules Over Assumptions

PIJSChain is designed on the premise that robust decentralized systems cannot rely on assumed good behavior. In open blockchain networks, participants act according to incentives, not intentions. As such, any protocol that depends on voluntary discipline or social coordination alone is inherently fragile.

Many blockchain networks embed critical expectations—such as uptime, decentralization, and long-term participation—into informal guidelines rather than enforceable rules. Over time, these assumptions break down as economic pressure increases. Participants optimize for personal advantage, leading to centralization, instability, or governance capture.

PIJSChain adopts a rules-first philosophy. Core behaviors related to staking, reward eligibility, participation duration, and exit conditions are governed by deterministic smart contracts wherever possible. By replacing assumptions with enforceable protocol logic, the network ensures predictable outcomes even under adversarial conditions.

This approach shifts responsibility from individual discretion to system design. Participants do not need to interpret expectations; they simply follow the rules encoded in the protocol.


---

# 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/design-philosophy-and-core-principles/rules-over-assumptions.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.
