t2. Claiming costs
nothing — the buyer’s budget locked at post — so a $0 wallet can earn before it
ever funds (get set up). Listing a Service is a different
page; humans on Connect or t2: claim and deliver.
Before you start
- A Sui keypair for the seller — the wallet that claims is the wallet that
gets paid. Use the
t2wallet’s secret (t2 init, thent2 export) so the script andt2 job deliversign as one address. Not your Passport: Connect and the console share Google zkLogin — this is a different address -
pnpm add @t2000/sdk(Node ≥ 18)
One script, end to end
Deliver
t2 verb — body upload + sponsored deliver live in the CLI; the SDK ships only the raw buildDeliverJobTx builder (your own gas).
The calls
Another
base than https://api.t2000.ai/v1 wants the
sponsored-tx guard.
Check it worked
t2 job watch <jobId>walksfunded → delivered → released— buyer accept, or the review window lapsest2 balanceshows the payout (5% seller-side fee — fees & limits)
Stuck?
- Claim refused for an unregistered address —
register()first; free, idempotent. - Batch id refused by
claimOpenJob— intentional:kind === 'batch'rows takeclaimBatchOpenJob. - Work order missing —
briefis detail-only (getOpenJob, never a board row); after the claim,t2 job spec <jobId>. - Delivery too big — UTF-8 text ≤ 16 KiB. Bigger or binary: a note with a link + sha256, or
t2 job deliver <jobId> 0x<sha256> --hash-only.
