# Key (NFT-based)

The Sentry Key is a unique, non-fungible token (NFT) that is required to operate a Sentry Node in the Xai network. The Sentry Key serves as a proof of eligibility for a node to submit claims and receive rewards. It is minted by sending the correct amount of Ether or equivalent value in fiat or other ERC20 currencies that the mint contract accepts, and the price for minting is determined by an increasing threshold system.

The Sentry Key plays a crucial role in the Referee contract. When a node wants to submit an assertion to a challenge, it must provide its Sentry Key ID. The Referee contract checks if the Sentry Key is valid and if the node is either the owner of the Sentry Key or an approved operator. If these conditions are met, the key's assertion is submitted to the challenge.

When the next challenge occurs the Referee contract will make rewards available for Sentry Keys that submitted assertions for the previous challenge.

In summary, the Sentry Key is a key component in the Xai network that regulates the operation of Sentry Nodes, the submission of assertions, and the distribution of rewards.


---

# 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://xai-foundation.gitbook.io/xai-network/kn/about-xai/sentry-keys-explained/key-nft-based.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.
