Submit a compute task to the blockchain. A registered node executes it natively and posts the result hash on-chain. Budget is escrowed, payments are trustless, every output is verifiable.
You submit the job. The chain handles everything else.
Economics
Job budgets are locked in an on-chain escrow the moment they're submitted. Compute nodes are paid 90% on completion, with a 10% protocol fee. No middlemen, no invoices, no chargebacks.
Infrastructure
cr-compute is a standalone Rust binary with zero Substrate dependencies. It polls the chain for assigned jobs, downloads task specs, executes natively, and submits results. 5.9MB, one binary, done.
Verification
Every result is a Blake2-256 hash posted on-chain. During the challenge window, anyone can dispute by posting a bond. A committee votes, and the loser forfeits their stake.
If Substrate can run a decentralized compute marketplace — with escrow, disputes, and trustless payments — imagine what it can do for your project.