Typed input
Price, deadline, worker requirements, completion criteria, and expected evidence travel together.
Wisent infrastructure / human-in-the-loop
Describe the work. Fund it once. Receive a verified deliverable. HandToHuman handles staffing, recovery, escrow, evidence, and payout in between.
$ handtohuman run humanization article.md \
--transformation paraphrase \
--turnaround-minutes 120 \
--price-cents 900 \
--idempotency-key 2026-08-24-article-01
https://…/final.txt↗01 / One lifecycle
If a worker disappears, HandToHuman reopens the work and selects the next eligible applicant. The caller keeps one task id and one result.
02 / The contract
Products call a stable task contract instead of integrating directly with staffing, settlement, and execution systems.
Price, deadline, worker requirements, completion criteria, and expected evidence travel together.
Applications are filtered and ranked; the best eligible worker is selected deterministically.
Reopened work is staffed again without caller intervention or duplicate acceptance.
Provider states normalize to queued, in progress, delivered, failed, cancelled, or unknown.
Task status, deliverable, recording, and original provider response arrive in one receipt.
Idempotency keys and bounded retries prevent double posting and double booking.
03 / Execution stays specialized
HandToHuman owns the commercial and operational contract. The product that knows how to do the work still executes it.
Human work
Humanization and original UGC, with screening, identity requirements, delivery files, and recordings.
humanization · ugc-videoCompute
Commands dispatched to available supplier hosts while preserving the Stado job as execution identity.
compute · placementNetwork
Loopback-only residential egress with declared domains, lease tokens, byte caps, and private-address rejection.
CONNECT · least privilegeMoney without mystery
Funding moves customer credit into escrow. Accepted work releases 85% to the worker and records a 15% platform fee. Disputes can refund, release, or split the exact total—without creating or losing cents.
Reputation comes only from settled orders. Payout requests reserve balance atomically. External payment providers remain authoritative for money movement.
Explore the marketplace ledgerThe human stays in the loop
Use the CLI, Rust library, marketplace ledger, or mobile worker API. The full contract is documented in one place.
Open documentation