# User Journey

{% stepper %}
{% step %}

#### Step 1 — Unbox & Pair

Unbox the device and pair to the Clawglasses app over BLE.
{% endstep %}

{% step %}

#### Step 2 — Connect Wallet

Connect a wallet. The app verifies the device's factory-attested key and registers the node onchain.
{% endstep %}

{% step %}

#### Step 3 — Mint & Stake

Mint or buy a [License NFT](file:///0129295/license-nfts/lifecycle.md) and stake it to the device. No staked License NFT = no mining.
{% endstep %}

{% step %}

#### Step 4 — Wear & Capture

Wear the glasses. Captured segments upload to the app, get signed by the secure element, and are submitted to the network.
{% endstep %}

{% step %}

#### Step 5 — Earn

At the close of each [epoch](file:///0129295/reward-engine/epochs-and-pools.md), $SIGHT rewards land in the connected wallet, pro-rata to verified contribution.
{% endstep %}
{% endstepper %}


---

# 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/hardware/user-journey.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.
