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.
Get an API key → See pricingAn ES256 JWT (Proof-of-Human-Fulfillment) per verified unit of work — quality score + tamper-evident telemetry and recording hashes. Verify it with our public JWKS using any standard JWT library, no 5arz SDK.
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.
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).
Get an API key (arz_live_…).
Prepay a pack of verifications via Stripe.
Call /api/agents/verify on a verified human session.
Validate the credential against the public JWKS.
Volume & enterprise (metered billing, SLAs, on-prem verifier): info@5arz.com.
Your key is shown once. Then buy credits and verify:
# 1) buy a pack (returns a Stripe checkout URL)
curl -s -X POST https://api.5arz.com/api/agents/credits/buy \
-H "Authorization: Bearer arz_live_…" \
-H "Content-Type: application/json" -d '{"pack":"starter"}'
# 2) check balance
curl -s https://api.5arz.com/api/agents/credits/balance \
-H "Authorization: Bearer arz_live_…"
# 3) spend 1 credit → get a Proof-of-Human credential
curl -s -X POST https://api.5arz.com/api/agents/verify \
-H "Authorization: Bearer arz_live_…" \
-H "Content-Type: application/json" -d '{"sessionId":"…"}'
# 4) verify anywhere with the public keys
curl -s https://api.5arz.com/.well-known/jwks.json
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.
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.
Prepaid packs: 100/$49, 1,000/$299, 10,000/$1,999. Volume & enterprise pricing on request.
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.