# The Guardian Node Network

The backbone of Yamata's security is our decentralized network of Guardian Nodes—independent validators that continuously monitor the Sequencer's operations. Each Guardian Node is powered by community members who stake their commitment through non-transferable NFT licenses, creating a robust network of motivated watchers.

<figure><img src="/files/8EmWsY0v51s8IAEdikd8" alt=""><figcaption></figcaption></figure>

When a Guardian Node detects a potential issue, it compares the Sequencer's Merkle tree root with the IPFS order data. Discrepancies trigger an evidence-based challenge process that requires consensus from multiple nodes, preventing both manipulation by the Sequencer and frivolous challenges by individual nodes.

* Operating a Guardian Node is accessible to all:
* Self-host for complete control
* Use Virtual Private Servers (VPS) for managed infrastructure
* Delegate to Node-as-a-Service (NaaS) providers for automated operation

The network's economic model ensures active participation. Nodes earn base rewards for successful monitoring, plus a share of transaction fees.  A reputation system tracks performance, impacting both reward rates and slashing penalties. Most importantly, the Guardian Network creates a powerful incentive structure: Yamata risks losing 14 days of revenue if the Sequencer misbehaves, while nodes split this reward pool for successful challenges.


---

# Agent Instructions: 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://paper.yamata.io/the-guardian-node-network.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.
