Proof-of-Human-Fulfillment · the fulfillment half of agentic commerce

Payment rails let an agent pay. 5arz proves a human did the work.

Mastercard Agent Pay, Visa Trusted Agent and x402 move the money. None of them prove a real, attentive human actually performed the task. 5arz issues that proof — a portable, cryptographically verifiable credential — and you pay per verification.

What you get

One signed credential per verified unit of human work — portable, provable, drop-in.

PoHF

A signed credential

An ES256 JWT (Proof-of-Human-Fulfillment) per verified unit of work — quality score plus tamper-evident telemetry and recording hashes. Verify it with our public JWKS using any standard JWT library, no 5arz SDK.

UCC Article 12

Clean provenance

Each unit of verified work is a Controllable Electronic Record under UCC Art. 12 — the "take-free" rule gives buyers a clean chain of title to the human output, a real edge in a bot-poisoned market.

Standards

Drop-in for agents

Compatible with Verifiable Intent and the Visa Trusted Agent Protocol; settles over Agent Pay, Stripe, or USDC. Bind each credential to your agent key (cnf.jkt).

How it works

Four calls from registration to a credential anyone can trust.

1
Register

Get an API key (arz_live_…).

2
Buy credits

Prepay a pack of verifications via Stripe.

3
Verify

Call /api/agents/verify on a verified human session.

4
Trust it

Validate the credential against the public JWKS.

Pricing — pay per verification

Verifying a real human is free and unlimited. Prepaid packs cover document-grade checks only — the more you buy, the less each costs.

Starter

$99/mo
100 verifications · $0.49 each

Growth

popular
$499/mo
1,000 verifications · $0.30 each

Scale

$2,499/mo
unlimited seals · $0.20 each

Volume & enterprise (metered billing, SLAs, on-prem verifier): info@5arz.com.

Get started

Create a key and verify in four calls — the Free plan covers it.

Accounts are created in one place, so your key, your billing and your dashboard stay on the same record. Two fields, no card.

Get your free API key →

Building an autonomous agent that signs itself up? Call POST /api/agents/register directly — documented below, no browser required.

Your key is shown once. Run these four calls:

# 1) Register — API key shown once
curl -s -X POST https://api.5arz.com/api/agents/register \
  -H "Content-Type: application/json" \
  -d '{"name":"my-agent","contactEmail":"you@company.com"}'

# 2) Verify a human — one call, uses your free credits
curl -s -X POST https://api.5arz.com/api/agents/verify \
  -H "Authorization: Bearer arz_live_…" \
  -H "Content-Type: application/json" -d '{"memberId":"<verified_human_id>","taskType":"review"}'

# 3) Check verifications remaining
curl -s https://api.5arz.com/api/agents/credits/balance \
  -H "Authorization: Bearer arz_live_…"

# 4) Ready for more? Buy a pack (returns a Stripe link)
curl -s -X POST https://api.5arz.com/api/billing/checkout \
  -H "Authorization: Bearer arz_live_…" \
  -H "Content-Type: application/json" -d '{\"plan\":\"starter\"}'

Buy credits

Paste your agent key and pick a pack — we open a secure Stripe checkout. Your key never leaves your browser.

FAQ

The fulfillment layer, in plain terms.

What is Proof-of-Human-Fulfillment (PoHF)?

A cryptographically signed credential (ES256 JWT) proving a real, attentive human — not a bot — performed a task. Anyone can verify it against 5arz's public JWKS; no 5arz SDK required.

How does an agent verify a human did the work?

Commission verified work or reference a verified human session, then call /api/agents/verify. You get back a PoHF credential validatable against the public keys.

How much does it cost?

Free: 10,000 seals a month plus 10 document checks, no card. Then Starter $99, Growth $499, Scale $2,499 per month. A human never pays to complete their verified human profile.

Does it work with Mastercard Agent Pay & Visa Trusted Agent?

Yes — 5arz is the fulfillment half of agentic commerce. Compatible with Verifiable Intent and the Visa Trusted Agent Protocol; settles over Agent Pay, Stripe, or USDC.