# Capacity and Slots

## Slots Per Device

A Clawglasses device can host up to **20 staked License NFTs**. Each staked License NFT activates one capacity slot worth **5%** of the node's full earning capacity.

| Staked License NFTs | Node Capacity        |
| ------------------- | -------------------- |
| 0                   | 0% — cannot mine     |
| 1                   | 5%                   |
| 10                  | 50%                  |
| 20                  | 100% — full capacity |

***

## Reward Split: 3:2

Within each 5% capacity slice, the reward is split **3:2** between the glasses holder and the License NFT holder.

At full stake (20 License NFTs):

| Participant                | Share of Node's Epoch Reward |
| -------------------------- | ---------------------------- |
| **Glasses holder**         | 60% (3% × 20 slots)          |
| **20 License NFT holders** | 40% total (2% each)          |

> More License NFTs staked → more capacity → larger share of the hex pool. But every License NFT you add benefits the glasses holder by **1.5×** more than it benefits you. The economics push capital and contribution into the same node.

***

## Other Stake Rules

**Unstaking cooldown** — Unstaking a License NFT triggers a **12-hour cooldown** before it can be re-staked elsewhere. This prevents reward arbitrage around epoch boundaries and protects node stability.

**First-come, first-served** — Capacity slots are filled in order. If a device is at 20 stakes, new License NFTs must wait for an unstake or expiry.

**Full transparency** — All License NFT mints, stakes, and unstakes are public onchain events. Any wallet can observe the current alive supply, prevailing tier, and any device's current capacity in real time.


---

# 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/license-nfts/capacity-and-slots.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.
