# CIPS

Every parameter this litepaper labels as *initial* is governed onchain through a **Clawglasses Improvement Proposal**

***

## Scope of CIPs

CIPs can modify:

* License NFT lifecycle and capacity per device
* Mint cost tiers
* Epoch length, mining pool size, halving schedule edge cases
* Vision Credit USD price, burn split, and unit definition
* Score function weights, multipliers, and caps
* Validator set composition and slashing parameters
* Treasury allocations

***

## Process

{% stepper %}
{% step %}

#### Submit

Anyone holding **≥ 0.1% of circulating $SIGHT** (or any active License NFT holder) may submit a draft CIP.
{% endstep %}

{% step %}

#### Comment Period

The Foundation publishes the CIP for a **14-day comment period**.
{% endstep %}

{% step %}

#### Vote

Eligible voters — License NFT holders, $SIGHT holders, and active device operators, weighted by a published formula — cast **onchain votes** over a **7-day window**.
{% endstep %}

{% step %}

#### Implementation

Approved CIPs are scheduled for implementation. Rejected CIPs may be revised and re-submitted.
{% endstep %}
{% endstepper %}

***

## Genesis Governance

Vote weighting and quorum thresholds will themselves be set by **CIP-001**, the genesis governance proposal.


---

# 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/governance/cips.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.
