# Hosting

**Hosting**

SensorVM is designed to minimize reliance on centralized infrastructure. It supports flexible deployment models across edge devices, distributed hosting environments, and decentralized storage layers — ensuring uptime, verifiability, and sovereignty for both machines and developers.

***

#### ☁️ Hosting Architecture

| Hosting Type             | Use Case                                                                                             |
| ------------------------ | ---------------------------------------------------------------------------------------------------- |
| **Local Device Hosting** | Logic runs directly on-device (e.g. Raspberry Pi, microcontrollers) for low-latency execution        |
| **Edge Node Deployment** | For heavier tasks needing compute support but keeping data close to the source                       |
| **Hybrid Mode**          | Lightweight logic hosted locally; backups, proofs, and hashes sent to decentralized storage or chain |

***

#### 🗂️ Storage & Data Anchoring

SensorVM uses:

* IPFS and similar decentralized storage for immutable task logs
* Smart contracts for anchoring logic versions and device identity
* Encrypted, signed metadata for all outbound transmissions

***

#### 🚫 No Dependence on Centralized Clouds

Unlike most robotic or IoT backends, SensorVM:

* Doesn’t rely on AWS, Firebase, or cloud APIs
* Can operate fully air-gapped or in offline mode
* Sends only necessary data on-chain — reducing congestion and improving cost-efficiency

***

SensorVM gives hardware owners full control over how, where, and when their machines communicate with the blockchain — with maximum flexibility and minimal exposure.

**Own your deployment. Own your data. Own your uptime.**


---

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