> For the complete documentation index, see [llms.txt](https://sensorvm.gitbook.io/sensorvm-docs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://sensorvm.gitbook.io/sensorvm-docs/project-utility/key-information/technical-stack.md).

# Technical Stack

**Technical Stack**

SensorVM is built on a modular, layered stack designed for speed, verifiability, and hardware compatibility. It balances the resource limitations of IoT devices with the robust security of on-chain logic execution.

***

#### 🏗️ Core Layers

| Layer                        | Description                                                                       |
| ---------------------------- | --------------------------------------------------------------------------------- |
| **SensorVM (Core Engine)**   | Lightweight execution layer where robotic logic is run and validated              |
| **Logic Grid**               | Container-based workspace where logic modules are stored, tokenized, and executed |
| **Scrappy Layer (AI)**       | Suggests, validates, and optimizes robotic logic flows                            |
| **Smart Contract Interface** | Bridges machine outputs to blockchain events and payouts                          |
| **Access + Identity Layer**  | Manages token gating, machine identity, and usage control via $SVM                |

***

#### 🛠️ Supporting Components

* **SDKs** for embedded systems (Raspberry Pi, Arduino, Jetson, etc.)
* **APIs** to connect external dApps, dashboards, or devices
* **Private/Public Mode** for open or siloed deployment of logic
* **Modular Extensions** for task types (e.g. uptime, delivery, diagnostics)

***

#### 🔐 Built with Security in Mind

* Signed data packets prevent spoofing or false reporting
* On-chain verification ensures proof cannot be tampered with
* No cloud or middleman dependencies

***

SensorVM’s stack is intentionally minimal, secure, and adaptable — ready to plug into real-world devices without expensive overhead or vendor lock-in.

**It’s not just Web3-ready. It’s machine-ready.**


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://sensorvm.gitbook.io/sensorvm-docs/project-utility/key-information/technical-stack.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
