browser compute network · solana

Your GPU.
Part of the network.

QUERN issues your browser a search: find an input whose SHA-256 begins with a required number of zero bits. Finding one takes millions of attempts on your GPU. Checking one takes the server a single hash. That asymmetry is the whole design — the network can verify every result without redoing the work it is paying for.

Requires a browser with WebGPU — desktop Chrome or Edge. Nothing is installed and nothing runs in the background: closing the tab stops the node.

schematic · task → compute → proof → verify
Live networkidle
Active nodes
Network rate
Verified tasks
Verification rate
Rewards issued
counted from this network's own database · rate measured over the last 120s
01

The network issues a search

A random 32-byte challenge, a difficulty in leading zero bits, and a window of nonces to search. All three are chosen by the server and recorded before you see them.

02

Your GPU grinds it

A WGSL kernel hashes the challenge against millions of nonces in parallel, inside a Web Worker so the page stays responsive. Stop it and it stops.

03

One hash decides

You return the nonce. The server hashes it once, counts the zero bits, and checks it fell inside the window it issued. Verified work is credited; nothing else is.