Reads solar inverters over Modbus and forms a BLE/LoRa mesh where there is no coverage. Internal testing on Google Play; P2P signing still a mock.
- To internal testers
- v2
EmpoorioChain's IoT suite lets a device register, report telemetry, prove it relayed traffic and get paid in DMS. OmilooS reads solar inverters over Modbus and forms a BLE/LoRa mesh. No device has reported an attested reading on the public testnet yet.

Read the design
The six pallets, their trait dependencies, and the two providers still bound to no-op.

Decentralised physical infrastructure: people run hardware — inverters, mesh radios, storage nodes — and the chain attests their work and pays for it. On EmpoorioChain the registry, telemetry, relay proofs and rewards are native pallets sharing one attestation model with AI nodes and storage providers. The energy-price oracle and reward dispatch are still bound to no-op providers, and the architecture document says so.
Reads solar inverters over Modbus and forms a BLE/LoRa mesh where there is no coverage. Internal testing on Google Play; P2P signing still a mock.
The root of the suite: a device must be registered, optionally with hardware attestation, before telemetry counts or relays earn.
Pays relays from proof-of-relay and uptime; consumes DeviceStatus, RelayProofCheck and UptimeQuery.
Records generation readings from registered inverters; its corroboration oracle is deferred (bound to no-op).
Mesh messaging for people without affordable data — free, tokenless, built on the same LoRa stack. Design stage; the routing problem is the work.
Native pallets and the apps that would feed them — each at its real stage.
Eoonia
Link a device's rewards account by challenge–response.
Device passports
A dynamic NFT per device: pallet-dynamic-nft, as Warehouse does for products.
Native assets
Issue a device or energy asset in pallet-emp-assets.
Sponsored fees
pallet-paymaster so a gateway never runs out of gas.
Ailoos App
The phone as a registered node, training models on device.
Carbon credits
pallet-carbon-credits downstream of attested clean generation.
No videos yet — the first attested inverter reading is the milestone.

How a device joins, what () means for a trait, and what to build against today.