> For the complete documentation index, see [llms.txt](https://rezorchain.gitbook.io/rezorchain-docs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://rezorchain.gitbook.io/rezorchain-docs/rezor.md).

# ReZor

ReZor is a next-generation blockchain platform designed for secure, transparent, and decentralized governance. Built on advanced technologies, ReZor empowers users to actively participate in managing proposals, voting, staking, and community discussions—all on-chain and without centralized control.

**Key Features and Purpose:**

* **Decentralized Autonomous Organization (DAO):**\
  ReZor’s DAO framework allows the community to collectively propose, discuss, and decide on important upgrades, policies, and funding—all transparently recorded on the blockchain.
* **Nominated Proof-of-Stake (NPoS):**\
  The network leverages an NPoS system, enabling users (nominators) to support trustworthy validators by staking RZR tokens and earning rewards based on network security and validator performance.
* **EVM Compatibility:**\
  Seamless integration with leading Ethereum-compatible wallets (e.g., MetaMask) ensures easy access and interoperability for both users and developers.
* **User-Centric Tools:**\
  ReZor provides explorer tools, dashboards, and guides, making it simple for participants to track transactions, monitor network health, and make informed decisions—regardless of technical background.

**Why Choose ReZor?**

* Fully transparent processes, with all actions and decisions verifiable on-chain.
* Streamlined interfaces for governance, staking, and delegation.
* Inclusive design serving everyone from first-time users to experienced blockchain professionals.

**Explore the ReZor ecosystem—where every user can make a difference, and governance is open to all.**


---

# 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://rezorchain.gitbook.io/rezorchain-docs/rezor.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.
