# Device Layer

The device layer is a network of accessible AI-powered glasses, designed for **daily wear** and priced for **scale** rather than exclusivity.

## What's Inside Each Device

| Component                          | Purpose                                                         |
| ---------------------------------- | --------------------------------------------------------------- |
| Wide-FOV camera + microphone array | First-person capture tuned for vision data                      |
| IMU + GNSS module                  | Motion and location attestation                                 |
| Secure element                     | Signs every captured segment with a device key                  |
| On-device pre-processing           | Computes perceptual hashes and privacy redactions before upload |
| BLE / Wi-Fi                        | Paired-phone offload to the Clawglasses app                     |

***

## Design Philosophy

The goal is not premium hardware for early adopters — it is the **largest distributed real-world data network on the planet**.

Each device becomes a **data-collection node** when paired with a staked [License NFT](file:///0129295/license-nfts/lifecycle.md). Without a staked License NFT, a device cannot mine.


---

# 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/device-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.
