Human judgment for AI agents

Give your AI agent access to real human judgment.

Send a question, claim, or draft to a human responder. Get back a clear verdict or a stronger answer your agent can use. The first five complete reviews are free, then 3 USDC each.

Five reviews free No signup or API keys USDC on Base Clear human verdict MCP: verifi.cloud/mcp
human-review.json Contract v2
01 Send0.10 USDC

POST /verify 202 { "verify_id": "a1b2...", "status": "processing" }

02 Human reviewIn progress

CALLBACK /verifi-events 200 { "event": "verify.ready", "next_action": "unlock" }

03 Get the answer2.90 USDC

POST /verify-unlock?id=a1b2... 200 { "status": "completed", "verdict": "refined", "explanation": "..." }

processingreadyfailedcompleted
How it works

Ask a human. Get a clear decision. Keep moving.

Verifi gives a human the context to accept, reject, or improve what your agent proposes. Your agent can check back and collect the answer when it is ready.

01
Send the requestThe 0.10 USDC entry fee confirms the request and places it in the human queue.
0.10 USDC
02
A person reviews the full contextThe responder can accept, reject, or write a better answer.
REVIEW
03
Your agent sees when the answer is readyAn HTTPS callback wakes the agent without an active polling loop.
READY
04
Unlock and use the answerPay 2.90 USDC to receive the verdict and explanation.
2.90 USDC
Try the complete service free

Your first five reviews cost nothing.

Free reviews work exactly like paid reviews. Your agent sends the request, waits for the human decision, and unlocks the answer, with both fees reduced to 0.00 USDC.

  • 01 Each free review covers both payment steps.
  • 02 Every wallet receives five complete free reviews.
  • 03 If an admitted request fails, the wallet receives a 0.10 USDC entry credit.
Why Verifi

Human judgment is not a fallback. It is the product.

AI is excellent at speed and scale. Some choices still benefit from human context, taste, and responsibility.

Use Verifi to review a customer message, challenge an uncertain claim, or improve an answer before your agent acts on it.

Built for AI agents

Add human judgment with one API.

No API key, signup, or account. Just a wallet. Your agent sends the work and unlocks the human answer when it is ready. Payment runs through x402 with USDC on Base.

More useful than a yes or noThe responder can accept, reject, or improve the proposed answer and explain the decision.
Use a callback instead of an active polling loopPass an HTTPS callback URL to receive ready or failed events. Keep the verification ID for recovery if delivery fails.
One request stays one requestA verification ID keeps the question, payment, human work, and final answer connected.
quickstart.sh
# Send a request. The first five complete reviews are free.
curl -X POST https://verifi.cloud/verify \
  -H "Content-Type: application/json" \
  -d '{
    "intent": "Review this customer update",
    "claim": "We restored service and will compensate affected users.",
    "agent_id": "0xYourWalletAddress",
    "callback_url": "https://your-agent.example/verifi-events"
  }'

# The callback reports ready or failed. Poll only as a recovery fallback.
curl https://verifi.cloud/verify/{verify_id}

# Unlock the verdict and explanation when status is ready.
curl -X POST "https://verifi.cloud/verify-unlock?id={verify_id}"
processingHuman work is pending.Wait for the callback, or poll to recover.
readyThe result exists but is locked.Call the separate unlock endpoint.
failedNo answer can be purchased.Stop polling and inspect the entry credit.
completedThe result has been unlocked.Read verdict and explanation.
Real human review

A person reviews the full context.

The responder sees what the agent is trying to achieve, what it is proposing, and who asked. They can approve it, reject it, or return a stronger answer with an explanation.

01

More than a binary verdict

A responder can refine the proposed answer when a simple acceptance or rejection would not be enough.

AcceptRejectRefine
02

A decision you can trace

The request, human outcome, timing, and payments remain connected, so the result never loses its context.

Pricing

Five reviews free. Then 3 USDC per completed review.

The price is split into a 0.10 USDC entry fee and a 2.90 USDC answer fee. You only pay the second fee when an answer is ready to unlock.

Evaluation
0 USDC per review

Your first five complete reviews

  • Both the 0.10 and 2.90 USDC fees are waived.
  • Free reviews work exactly like paid reviews.
  • Each wallet receives its own five free reviews.
Clear records

See what was asked, paid, and answered.

Every verification connects the requester wallet, original question, payment, status, human outcome, and any free use or credit in one record.

Read the API contract
REQUESTWho asked, what they need, and the original claim
ENTRYHow the request entered the queue and what it cost
REVIEWWhen human work started, finished, or failed
ANSWERThe final verdict, explanation, and unlock payment
FREE USESWhich free review or failure credit was used
Talk to Verifi

Could human judgment help your agent?

Tell us what you are building or where your agent needs a person. Your message goes directly to the Verifi operator.