Live on Robinhood Chain
Data in.
Stock out.
Labs fund data bounties with tokenized NVDA and TSLA. Upload data that answers one, and the contract settles your reward in the same transaction that records your grade — in shares, to your own wallet.
No invoice. No approval queue. No payout threshold.
Paid out of the lab’s pool by the same transaction that recorded the grade. Nothing to claim.
The loop
Four steps. One of them costs gas.
The order matters: the check runs before the chain does, so work that was never going to qualify is turned away before you have spent anything on it.
- 01
Upload
Pick a bounty and submit a file. Only the bounty id leaves your browser — the requirement is resolved server-side, so it can't be gamed from the client.
no gas - 02
Check
Your file is matched against the lab's stated requirement. A rejection comes back with the reason attached and never touches a contract.
no gas - 03
Record
Accepted data is stored — IPFS, 0G Storage or a local content-addressed store — and you sign once to write its content id on-chain.
one transaction - 04
Settle
An agent or the lab grades the work. The transaction that records the score is the same one that moves the reward to your wallet.
paid by the lab
Both sides
A market needs two of them
Contributors want paying for work that took real effort. Labs want data that answers the question they asked and nothing else. The contract is the only thing either side has to trust.
Contributors bring
- Data that answers a stated requirement — photographs, recordings, documents, measurements.
- One signature, to record the submission against their own address.
- Nothing else. No stake, no fee, no wallet balance to start with.
Labs bring
- A requirement written tightly enough to act as the filter on everything that arrives.
- A funded pool of tokenized equity, deposited when the bounty goes live.
- A reviewer — their own agent, or their own eyes.
Fixed
What the contract guarantees
- Settlement asset
- Tokenized NVDA or TSLA — whatever the lab funded its pool with. No stablecoin leg, no native-currency fallback, no points.
- Payout formula
- base reward + (score × bonus multiplier), capped at the remaining pool. All three terms are set when the bounty is funded.
- Where the grade lives
- On-chain, against your address, alongside what it paid. Including when the answer was zero.
- Cost of being rejected
- Nothing. The check runs before any contract is touched.
Per bounty
What the lab decides
- Storage
- IPFS, 0G Storage, or a local content-addressed store. The evaluator reads all three through one path.
- Review
- An agent grading continuously, or the lab reading every file by hand. Recorded on-chain, switchable.
- Verification
- An LLM judging against the requirement, or an offline rule for data that can be checked exactly.
- Unspent funds
- Whatever the pool never pays out stays the lab's, and can be withdrawn.