On-chain trust for IoT devices
Every IoT device becomes a validator of its peers and quarantines compromised hardware before it spreads.
Built on the best of edge & chain
- Solana
- Gemma 4
- Vultr
- Auth0
How it works
One contract. Sail through it.
ThreatConsensus is the on-chain primitive that powers Saylor.
Documentation
Provision Saylor like infrastructure
One typed REST API and Terraform module behind a single Auth0 token.
Register a device
bash
curl -X POST https://api.saylor.app/v1/devices \
-H "Authorization: Bearer $SAYLOR_TOKEN" \
-H "Content-Type: application/json" \
-d '{
"name": "warehouse-a-17",
"region": "us-east-1",
"category": "indoor",
"peer_group_name": "Warehouse A North Cluster",
"sensors": ["temperature"],
"stake_sol": 0.01
}'Response
json
{
"id": "dev-042",
"name": "warehouse-a-17",
"trust_score": 1.0,
"stake_sol": 0.01,
"solana_pubkey": "5Hk...",
"registered_at": "2026-04-24T17:21:04Z"
}Saylor
Ready to give your fleet a conscience?
Open the console and watch the network defend itself.