# Circuit Chip

The Circuit License Chip is a unique, non-fungible token (ERC721 NFT) that is required to operate a Circuit Node within the GR1D network. This Chip serves as proof of eligibility for a node to submit claims and receive rewards. It is minted by sending the correct amount of $GRID, and the price for minting is determined by an increasing threshold system.

The Circuit License Chip plays a crucial role in the GR1D network's reward distribution mechanism. When a node wants to submit a claim for contributing to the network, it must provide its Circuit License Chip ID. The system checks if the Chip is valid and if the node is either the owner of the Circuit License Chip or an approved operator. If these conditions are met, the node's claim is processed.

The Circuit License Chip also plays a role when claiming a reward for successful contributions. The system checks if the owner of the Circuit License Chip is KYC'd and if the claim is valid for a payout. If these conditions are met, a reward is sent to the owner of the Circuit License Chip.

In summary, the Circuit License Chip is a key component in the GR1D network that regulates the operation of Circuit Nodes, the submission of claims, 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://docs.gr1d.network/circuit-nodes-101/circuit-chip.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.
