Join the Compute Network

This page demonstrates how compute contributors can connect to the ComretonAI network, accept jobs, and earn rewards through verifiable off-chain inference.

Live Economic Loop in Action

A live demonstration of the ComretonAI service processing a job.

How It Will Work

Coming Soon

// [Preview] Example usage of upcoming SDK

// Connect wallet
await connectWallet();

// Request a job
const job = await requestJob();

// Run model and generate proof (off-chain)

// Submit proof to claim reward
await submitProof(job.id, proofData);

SDK In Progress

Full integration for compute providers is coming soon. For now, you can explore the test scripts that power this demonstration.

View SDK Code on GitHub