[ $RCOMPUTE · 0x45b26cb578976a54cf3f627bde0334dff78580cb]

AI without gatekeepers,
receipts for everything.

A handful of companies sit between you and every model — filtering what you ask, logging what you say, setting whatever price they like. RobinCompute removes the middle. Open-weight models run on thousands of independent GPUs, you pay per job from any Ethereum wallet, and every settlement is written to Robinhood Chain where anyone can check it. No account. No logs. No filters.

network / snapshotlive
workers online
7913 countries
jobs settled
213on-chain
median latency
119msfirst token
paid to workers
$639USDG
$ every number resolves to an on-chain receipt
Llama 3.3 70B · 40 units+Qwen3 8B · 8 units+DeepSeek R1 · 18 units+Mistral 7B · 8 units+100ms blocks+sub-cent fees+0 logs kept+75-85% of every job to workers+buyback & burn, weekly, on-chain+
01the open network

One network. Three doors in.

/chat

Chat without a trace

Ask open models like Llama, Qwen, and DeepSeek anything. Prompts are encrypted before they leave your browser, sessions vanish when the tab closes, and nobody on the network can read a word. Including us.

No account, no logs, no filters.

/earn

Your GPU has a day job now

Register a rig from a browser tab or run the native node. Serve inference jobs and watch USDG land in your wallet the moment each one settles — every payout is a transaction you can pull up.

/build

Change one line, keep your code

An OpenAI-compatible API served by the open network. Point your client at api.robincompute.org and ship: same request shapes, same streaming, plus a settlement receipt on every completion.

02pricing

Inference from 2 units a job

1 unit = $0.01, paid in USDG. Units never expire, there is no subscription, and long-form streaming completions bill per 1,000 output tokens.

Workers keep 75% of every job, rising to 85% when staked; the rest funds the treasury. None of that is a quoted figure — every split settles as a public transaction on Robinhood Chain.

rate card1 unit = $0.01
Lite1B-3B quantized2 units ($0.02)
Standard7B-8B8 units ($0.08)
Pro13B-27B18 units ($0.18)
Max70B and up40 units ($0.40)
03developers

Build on the network in TypeScript

One npm install gets you a fully typed client with streaming chat completions, wallet-based auth, and React hooks out of the box. A working integration fits in about ten lines, and every completion comes back holding its own on-chain receipt. Nothing here depends on believing us — the record is on Blockscout, and the record wins.

$ npm install @robincompute/sdk
quickstart.tspackage.json
TypeScript 5.6
1import { RobinComputeClient } from '@robincompute/sdk'
2 
3const client = new RobinComputeClient({ wallet })
4 
5const stream = await client.chat({
6 model: 'llama-3.3-70b',
7 messages: [{ role: 'user', content: 'Explain rollups' }],
8 stream: true,
9})
10 
11for await (const chunk of stream) process.stdout.write(chunk.delta)
12 
13const receipt = await client.jobs.getReceipt(stream.jobId)

$ npx tsx quickstart.ts

Rollups execute transactions off-chain, batch them, and post the compressed result back to the parent chain, which keeps fees low while inheriting its security...

✓ settled · tx 0x3f8a...b1d3f5 · block 8,472,913 · 8 units

main · robincompute-quickstartUTF-8 · TS · Prettier
04robincompute explorer

Watch the whole network, in public

A live feed of jobs and settlements, a worker leaderboard with earnings and reputation, and the full buyback-and-burn history. Every row ends in an on-chain proof link, and none of it sits behind a login. This is not a dashboard we publish — it is the network, in public.

explorer.robincompute.org
Live
Search by wallet, job ID, or tx hash
Block 8,472,913

Active jobs

1,284

Workers online

3,407

Settled today

$12,480

$RCOMPUTE burned

214,006

JobModelWorkerUnitsStatusTxAge
job_8fx2kqllama-3.3-70b0x7c4b...e94240settled0x3f8a...d3f52s ago
job_p03mvtqwen3-8b0x91ae...07cd8streamingpending4s ago
job_66dhw1deepseek-r10xb2f0...5a1118settled0x9c21...77aa9s ago
job_r51xndmistral-7b0x04d9...c3f88settled0x517e...20bc12s ago
job_zk8p2mllama-3.3-70b0xe881...94d240queuedawaiting14s ago
job_ta97cfqwen3-8b0x33c7...b6e08settled0xd044...9e1217s ago
Live feed · new settlements every blockPage 1 of 41,209
05privacy by architecture

How RobinCompute keeps you private

Most products treat privacy as a setting. RobinCompute treats it as a guarantee enforced by the architecture, because a setting can be removed in a terms update and an architecture cannot.

01

Encrypted at the source

Prompts are encrypted with AES-256-GCM before they leave your browser. Nobody on the network can read them. Including us.

02

One key per job

Every job gets its own one-time session key. Workers decrypt in memory, only for the duration of inference.

03

Nothing written down

No participant writes logs to persistent storage: not workers, not orchestrators, not the protocol.

04

A wallet, nothing else

To the network you are a wallet address and nothing else. No email, no phone number, no KYC.

06 — staking

Stake $RCOMPUTE and earn a share of every job the network settles

Half of protocol fees pay stakers in USDG. The other half buys back and burns $RCOMPUTE every week, with the transaction published as proof. You don't need a GPU to stake — lock 30, 90, or 180 days for up to a 1.5x multiplier.

Start staking

No waitlist.
The door is open.

A live network, an open door, and receipts for everything. Beta means early, not unfinished.