# License Layer

License NFTs are **not collectibles**. In Clawglasses, they are **time-limited mining licenses**.

A device cannot mine without at least one active License NFT staked to it. An inactive License NFT cannot mine on any device.

***

## Onchain Lifecycle

Each License NFT carries an onchain lifecycle. When it expires, mining rights end and the holder must mint a new License NFT to continue.

This produces four key properties:

| Property                   | Effect                                                                       |
| -------------------------- | ---------------------------------------------------------------------------- |
| **Scarcity**               | Only currently-alive License NFTs earn                                       |
| **Ongoing demand**         | Every active miner is a recurring buyer of License NFT mints                 |
| **Direct token sink**      | Minting burns $SIGHT                                                         |
| **Anti-passive ownership** | Abandoned permits expire and free up mining capacity for active participants |


---

# 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://clawglasses.gitbook.io/clawglasses-docs/architecture/license-layer.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.
