Privacy by architecture, not Policy.
Open-source marketplace connecting GPU owners with compute demanders. Secured by Starknet smart contracts. Privacy built into the architecture.
For Providers
Install the daemon, connect your Starknet wallet, start earning. Providers keep 88% of every task payment — enforced on-chain.
For Customers
Submit compute tasks with STRK. The network routes to available nodes, executes in isolation, returns verified results. 15% platform fee — visible before you pay.
Architecture
Four components working together to create a trustless compute marketplace.
Frontend
Next.js dashboard with starknet-react for wallet integration, task submission, and earnings tracking.
Next.js · TypeScript · Tailwind CSS
Relayer
FastAPI coordination layer managing WebSocket connections, task scheduling, and on-chain transaction batching.
Python · FastAPI · Redis · WebSocket
Provider Daemon
Lightweight Python daemon running on compute nodes. Executes tasks in sandboxed subprocesses with strict limits.
Python · Docker SDK · starknet.py
Smart Contracts
Cairo contracts on Starknet handling provider registry, escrow, proof verification, and automatic fee splits.
Cairo · Scarb · OpenZeppelin
┌─────────────┐ ┌──────────────┐ ┌─────────────┐
│ Frontend │◄────►│ Relayer │◄────►│ Provider │
│ (Next.js) │ REST │ (FastAPI) │ WS │ (Daemon) │
└──────┬──────┘ └──────┬───────┘ └─────────────┘
│ │
│ starknet-react │ starknet.py
▼ ▼
┌──────────────────────────────────┐
│ Starknet L2 (Cairo) │
│ Registry · Escrow · Proofs │
└──────────────────────────────────┘