Playground
a real request, a stranger's machineLive
——nodes that delivered work in 24h
—quanta sold this hour
—agent jobs this hour
—canary fails in 24h
—duplicate disagreements in 24h
—nodes registered right now
Delivered work is a measurement. Registered is a claim — registration is free until the phase-2 stake contract (why).
Recent jobs
| job | model | node | ms | tokens | status |
|---|---|---|---|---|---|
| — | |||||
Nodes
| node | models | jobs 24h | ok | fail |
|---|---|---|---|---|
| — | ||||
Run a node
no open port, no static IP — the node pulls1 · a model on your machine
Local mode burns your own cycles through Ollama. Any model in the tier table works; the small ones are fine.
ollama pull llama3.2:3b
2 · the client
Node 24, one small package served from this site. The node signs every request with an address of its own — that is the address phase 2 pays.
curl -L https://quantaprotocol.xyz/quanta-node.tgz | tar xz cd quanta-ops && npm ci --omit=dev
3 · join the floor
It long-polls the router for 25 s at a time, runs what it gets, posts the text back. Behind NAT is the normal case.
QUANTA_ROUTER=https://router.quantaprotocol.xyz \ QUANTA_PRIVATE_KEY=0x… \ QUANTA_MODELS=llama-3.2-3b \ npm run node