Dragon 1 hosts your vaults and runs the compute on them, under on-chain commitments validators inspect. The cluster sees ciphertext. You hold the keys.
# deploy an agent to the cluster$ npm i @cef-ai/vault-sdk$ cef agent deploy --cluster dragon1 resolving manifest CID ............ ok binding vault (16/48 shards) ...... ok spawning V8 isolate ............... ok cubby ready ....................... <10ms✓ live on Dragon 1 testnet
Dragon 1 runs real AI workloads on its own GPU fleet, in-jurisdiction, next to your encrypted data. Not rented from a hyperscaler. Not shipped to someone else's region.
Running on Zettabyte infrastructure, wrapped as elastic GPU for inference and training.
Inference runs on the same nodes that hold your ciphertext. Your data never leaves the cluster to be computed on.
Dragon 1 for enterprise with custom components, Dragon 2 for the community. One codebase, separate repos.
// Real workloads run on this fleet today. Pricing and capacity by request.
Content-addressed shards on the same nodes that run the compute. Ember computes, cyan stores and verifies. Everything client-keyed.
Every file splits into 48 erasure-coded shards, replicated to 20 peers. Lose 32 and it still reconstructs. Content-addressed by CID.
Agents execute next to the data, with Cubby memory that persists across sessions.
Events are the single ingress shape, over NATS JetStream and Redis Streams. Deployed via Ansible to K3s.
Data is encrypted and client-keyed. The cluster never holds the keys.
Reed-Solomon erasure coding splits every object into 48 shards across the cluster, replicated to 20 peers. Any 16 reconstruct the whole. Lose 32 and your data is still intact.
Dragon 1 runs in the UAE on Zettabyte hardware. Dragon 2 and 3 follow in other countries, so data stays where the law fits.
| vault | Wallet-keyed data root + event dispatch | base |
| agent-runtime | Agent code in V8 isolates | base |
| cubby | Persistent agent memory, per-agent SQLite | base |
| inference | Model serving on NVIDIA Triton | gpu |
| dac | Data Activity Capture, audited by validators | base |
Obligations are typed records on Cere Protocol, backed by $CERE bonds and verified by validator swarms. Not marketing language. Usage settles in $CERE per era; unattested activity never pays.
| Commitment | What it guarantees | Enforced by |
|---|---|---|
| 01data availability | Stored shards stay retrievable within latency bands. | DA checks |
| 02compute integrity | Agent code runs as published, on the inputs given. | audits |
| 03SLA conformance | Uptime and latency targets per tier. | bonds + slashing |
| 04transparency | Cluster state and usage are observable and reconcilable. | DAC + settle |
// SLA targets are governance parameters and may evolve. User refunds are a marketplace-layer concern, not Dragon 1.
Deploy agents with @cef-ai/vault-sdk and pay per execution that touches storage or compute.
Bond a 3090/4090-class GPU to Dragon 2, Cere’s EU production cluster. Join on-chain through the ddc-staking and ddc-nodes pallets, and earn $CERE for validated work.