Documentation

Build on WRAITH.Confidential robot intelligence.

Confidential federated learning for robots on Robinhood Chain. Robots learn together — without sharing what they see.

A robot is the most invasive sensor ever placed in a home or business — it sees everything. Every other robot-DePIN harvests that raw sight to a central server. WRAITH inverts the model: robots train locally on their own private data and contribute only encrypted model updates, so the fleet gets smarter while each robot's raw perception never leaves its hardware. Privacy is the unlock for enterprise + home adoption; shared learning is the unlock for a community-owned physical-AI model no single corporation controls.

Raw frames ever uploaded: 0 — privacy by architecture, not by policy.
Protocol

How it works.

01Each robot trains a local copy of the shared model on its own private experience — entirely on its own hardware.
02The robot computes an encrypted model update (gradients/weights). Raw sensor data never leaves the device.
03Aggregation nodes combine many encrypted updates inside TEE enclaves — no node sees any single robot's update.
04Differential-privacy noise is added so nothing about any single robot's environment can be reverse-engineered.
05The improved global model is published back to every contributor — everyone's robot gets smarter.
06Contribution is measured and rewarded on-chain: robots earn WRTH, verified without revealing what they contributed.
Participate

Pick your way in.

Privacy model

Defense in depth.

Local training
On-robot computation
Raw video / audio / sensor data never leaves the device
Update encryption
Client-side encryption of model updates
Even the update is ciphertext in transit
Secure aggregation
TEE enclaves (MagicBlock TDX / Arcium MPC)
No node sees any individual robot's contribution
Differential privacy
Calibrated noise on the global model
No robot's environment can be reverse-engineered
Traffic shaping
Padded / scheduled update uploads
Defeats traffic-analysis inference of robot activity
Robot SDK

Bring your robot.

The training agent

The WRAITH agent runs on the robot's compute (or a paired edge device). It trains the current global model on the robot's local experience and emits only an encrypted update — with a proof that the update came from genuine local training on real data. Supports ROS 2 integration and common model formats (PyTorch / ONNX).

# train locally, emit ENCRYPTED update only
update = train(global_model, local_data)
submit(encrypt(update), proof) // raw frames never sent
WRTH token

The network token.

Learning rewards
Robots earn WRTH for valuable, verified model contributions.
Model licensing
Consumers pay to use the shared model; funds the reward pool.
Staking + slashing
Stake to aggregate or validate; attacker bonds are slashed.
Revenue split
60% contributors · 20% operators + stakers · 10% treasury · 10% burn.
Governance
Vote on model direction, privacy parameters, and reward curves.
Contribution bonding
Robots bond WRTH against their contributions; slashed for poisoning.
Network & contracts

Deployed on Robinhood Chain.

NETWORK
Robinhood Chain Testnet
CHAIN ID
46630
TOKEN
WRTH · 18 decimals
WRTH Token
ERC-20 · 18 decimals · rewards, staking, licensing, governance
0xae4ceb98…d896dea8
Robot Registry
Robot + owner identity, capability, bonding, payout config
0x2ba16bc6…fca853e4
Round Ledger
Federated round lifecycle + model version anchor
0x8965e7d0…4d1d604d
Contribution Verifier
Anchor contribution proofs, score + verify quality
0xe72f348c…be285f54
Reward Splitter
Split licensing revenue 60 / 20 / 10 / 10
0xafde46bc…feaf4663
WRTH Staking
Aggregator + validator staking, bonding, slashing
0x44c326c0…ca0f2b42
Governance
Model direction, privacy params, reward curves
0x49c9a378…45deab8e
Addresses link to the Blockscout explorer. Testnet deployment — subject to redeploys.