# 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: 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://sensorvm.gitbook.io/sensorvm-docs/project-utility/key-information/technical-stack.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.
