One signed representation
Every observation uses deterministic CBOR, SHA-256, and an Ed25519 signature so any verifier can reproduce exactly what the device signed.
Vertices SDK · Physical AI & Economy of Things
We are building a Rust, Zephyr-ready trust layer for Physical AI and the Economy of Things—so constrained devices can create authenticated observations, prove their identity, and participate in the internet economy under explicit policy.
The product thesis
Physical AI becomes useful when it can reason about a current, attributable signal from a real machine—not just data from an unknown source. A device should be able to answer three questions: Who am I? What did I observe? and, only once those answers are trustworthy, What am I allowed to buy?
Vertices supplies the embedded trust layer between physical systems and digital services. Our path is deliberately staged: open protocol → embedded identity SDK → Economy of Things infrastructure. Each step has a proof gate before the next begins.
What ships first
The first release proves one complete path from sensor data to an independently auditable public commitment.
Every observation uses deterministic CBOR, SHA-256, and an Ed25519 signature so any verifier can reproduce exactly what the device signed.
Ed25519 proves the observation. A separately managed secp256k1 credential authorizes the Base transaction. Both can rotate independently.
Base records the commitment, sequence, and metadata reference. Raw sensor bodies stay off-chain and keep their application-specific format.
The roadmap
This is a sequence of evidence, not a feature checklist. Timing follows the success gates: we advance when the previous claim works on real hardware and can be verified by others.
First, a desktop reference device signs, submits, and independently verifies a complete Base Sepolia flow. Then the unchanged protocol moves to an ESP32 with Wi-Fi, a sensor, two keys, and a monotonic sequence source.
no_std under cross-compilation.The signer abstraction becomes a real security boundary with an SE050 secure-element backend and a path to secure MCUs. Registration then links the device to an approved firmware measurement and provisioning state.
Move from a demo credential to a fleet-ready operational model: factory provisioning, registration, operator assignment, ownership transfer, rotation, recovery, and retirement.
We will choose a focused DePIN or device-manufacturer workflow where trusted machine data helps a Physical AI workflow unlock a real transaction. Only after that value is proven do we add constrained machine-to-machine commerce through x402.
vertices-x402 as a transport-independent, allocator-free payment-policy engine.Where this leads
By the end of this roadmap, we intend to have a complete body of code, hardware evidence, operating practice, and customer learning.
A production-quality, allocator-free core with stable protocol, crypto, Base, and adapter boundaries.
A real sensor producing signed observations and anchoring commitments on Base.
Secure-element and secure-hardware paths with non-exportable credentials.
Hardware identity, firmware measurement, and optional state attestation in one model.
A fleet-suitable route that removes per-device gas management.
An x402 service purchase completed by real hardware with a design partner.
Deliberate boundaries
A general-purpose crypto wallet for IoT.
On-chain storage for raw or sensitive sensor data.
A multi-chain platform before the Base path proves useful.
Payments or physical actuation before identity and evidence are trustworthy.
Build with us