# Lightweight Idle Nodes

Idle Network's Lightweight Idle Nodes act as the blockchain agent of the device. Handles signing, submitting proofs, and interacting with Idle MetaVaults.

**Implementation:**

* Written in C/C++ for portability across ARM Cortex-M, RISC-V MCUs, and Linux-based IoT boards.
* Uses ECC (Elliptic Curve Cryptography, e.g., secp256k1) for wallet signing.
* Runs in low-duty cycles (e.g., 1% CPU usage, waking only for blockchain submissions).
* Can use ARM TrustZone or RISC-V PMP (Physical Memory Protection) to sandbox itself from OEM firmware functions.

**Blockchain Compatibility:**

* Ethereum L2s (Base, Optimism, Arbitrum) via lightweight RPC clients.
* Solana or Cosmos ecosystems via GRPC light clients.
* Pluggable backend for MetaVault integration (abstracts away multi-chain complexity).


---

# 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://docs.idlenetwork.com/oem-licensing-stack/lightweight-idle-nodes.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.
