The full upstream README, mirrored here for reference. Install config, tool schemas, adoption signals, and an original overview live on the XProof listing page.
Prove Before Act
Trust primitive for AI agents & humans on MultiversX
Live App • Quick Start • API • Agent Integration • Trust Leaderboard • Architecture • Changelog
Trust is programmable. Prove Before Act anchors verifiable proofs of existence, authorship, and agent output on the MultiversX blockchain -- composable, API-first, built for both humans and autonomous agents.
The Prove Before Act README is certified on the MultiversX blockchain.
This is not a demo. A real payment, a real hash, a real immutable proof.
Prove Before Act is a trust primitive. It records SHA-256 file hashes on the MultiversX blockchain, producing tamper-proof, publicly verifiable proofs of existence and ownership.
/api/mx8004/status for whether it is active; the current production status is not_configured.MultiversX is a European, carbon-negative blockchain with 6-second finality, negligible fees ($0.001/tx), and a growing ecosystem of AI-native protocols. Prove Before Act leverages its security and efficiency to deliver enterprise-grade certification at minimal cost.
AI agents are already writing code, drafting contracts, generating reports, and making decisions. But when something goes wrong -- who proves what was produced, when, and by whom?
Prove Before Act is the answer layer.
"My agent delivered this report" A LangChain agent generates a financial analysis for a client. Prove Before Act certifies the output before delivery. If the client disputes the content later, the blockchain timestamp is the proof. Irrefutable. No he-said-she-said.
"This build was not tampered with" Your CI/CD pipeline compiles and ships. Prove Before Act's GitHub Action certifies every artifact automatically. Six months later, a security audit asks: "Is this binary what you deployed?" -- one hash check, case closed.
"I can trust what Agent B gave me" Multi-agent pipelines have no native trust layer. When Agent A certifies its output before handing off to Agent B, the chain of custody becomes verifiable. Agents can prove they did their job. Pipelines become auditable end-to-end.
"Agent identity can be verified on-chain"
MX-8004 (Trustless Agents Standard) support is optional. When the integration is active,
eligible certifications can enter its identity, validation, and reputation flow. Check
/api/mx8004/status before relying on
MX-8004 identity or reputation data; production currently reports not_configured.
"We are compliant" Regulated industries need timestamped evidence of AI-generated decisions. Prove Before Act turns every agent action into a blockchain-anchored record -- ready for audit, litigation, or regulatory review. Zero extra work.
"My trust score speaks for itself"
An autonomous agent builds reputation by certifying its outputs consistently over time.
Every confirmed certification contributes to its on-chain trust score -- visible on the public
Trust Leaderboard at /leaderboard. Clients and peer agents query /api/trust/{wallet} before
engaging. Trust becomes mathematical, not reputational.
Historical benchmark: the agent identifier
xproof_agent_verifyis a legacy compatibility name. Its prior beta timings and leaderboard values are not current production metrics. Use a public agent profile and proof response for live status.
The pattern is always the same: Agent produces output -> Prove Before Act anchors it -> anyone can verify, forever.
Low flat rate per certification. No tiers, no subscriptions, no monthly fees. Current price is served live at https://provebeforeact.com/api/pricing.
Current pricing: https://provebeforeact.com/api/pricing
| Payment Method | Currency | Account Required |
|---|---|---|
| x402 (HTTP 402) | USDC on Base | No |
| ACP | EGLD | Yes (API key) |
Agents can pay per-proof via x402 with zero onboarding -- send a request, receive payment requirements, sign, resend.
Response:
Go to provebeforeact.com, connect your MultiversX wallet, drop a file, certify. Done.
Prerequisites: Node.js 20+, PostgreSQL (or Neon), MultiversX wallet.
See docs/environment-variables.md for configuration details.
Certify one file hash on-chain in a single API call.
| Field | Type | Required | Description |
|---|---|---|---|
file_hash | string | Yes | SHA-256 hex hash (exactly 64 characters) |
filename | string | Yes | Original filename |
author_name | string | No | Defaults to "AI Agent" |
webhook_url | string | No | HTTPS URL for on-chain confirmation callback |
Certify up to 50 files in a single call.
| Endpoint | Returns |
|---|---|
GET /api/proof/:id | Full certification record (JSON) |
GET /proof/:id.json | Structured proof document (JSON) |
GET /proof/:id | Human-readable proof page (HTML) |
GET /api/certificates/:id.pdf | PDF certificate with QR code |
GET /badge/:id | Dynamic SVG badge (shields.io style) |
When a proof is anchored on-chain, Prove Before Act sends a POST to your webhook_url with HMAC-SHA256 signature in the X-Webhook-Signature header. Retry policy: 3 attempts with exponential backoff.
Generate API keys from the Settings page after connecting your wallet. Keys use the pm_ prefix and support per-key rate limiting.
Prove Before Act is designed to be discovered, consumed, and paid by autonomous agents across every major protocol.
| Protocol | Endpoint / Resource | Description |
|---|---|---|
| MCP | POST /mcp | JSON-RPC 2.0 endpoint with certify_file and verify_proof tools |
| x402 | POST /api/proof, POST /api/batch | HTTP 402 payment flow -- no account needed |
| ACP | GET /api/acp/products | Agent Commerce Protocol -- discover, checkout, confirm |
| MX-8004 | On-chain registries | Supported integration; inspect /api/mx8004/status for active vs not_configured |
| OpenAI Plugin | GET /.well-known/ai-plugin.json | ChatGPT plugin manifest |
| MCP Manifest | GET /.well-known/mcp.json | Model Context Protocol discovery |
| Agent Protocol | GET /.well-known/agent.json | Agent discovery manifest |
| LangChain | GET /agent-tools/langchain.py | Python tool definition |
| CrewAI | GET /agent-tools/crewai.py | Python tool definition |
| llms.txt | GET /llms.txt, GET /llms-full.txt | LLM-friendly documentation |
Any agent can certify without an API key using the x402 payment protocol:
POST /api/proof without autheip155:8453)X-PAYMENT headerLow flat rate per certification. Current pricing: https://provebeforeact.com/api/pricing. No signup. No API key. No account.
Prove Before Act exposes a live MCP server at POST /mcp with two tools:
certify_file -- certify a file hash on MultiversXverify_proof -- verify an existing certificationAny MCP-compatible agent can discover and call these tools directly.
Full commerce flow for programmatic purchasing:
Prove Before Act supports an MX-8004 validation integration, but support and
activation are distinct. The current production response from
/api/mx8004/status is
status: "not_configured", so certifications are not presently registered in
MX-8004.
When configured, the integration exposes identity, validation, reputation, and transaction-queue capabilities. Treat a certification as MX-8004 validated only when its live status response confirms the active integration and validation result.
Prove Before Act ships a ready-made skill for Conway Automatons:
An Automaton installs the skill and can immediately certify its outputs on MultiversX -- proving the value it creates to its creator, to clients, and to peer agents. This aligns directly with the Automaton survival-by-work model.
Every certification builds cumulative on-chain reputation. The Trust Leaderboard makes it public and discoverable.
/leaderboard — public, sortable, filterable. /agent/{wallet} — individual profile with stats, streak, and recent certs timeline.confirmed_certs × 10 + last_30d × 5 + seniority_bonus (max 150) + streak_bonus (consecutive weeks × 8, max 100)PATCH /api/user/agent-profileGET /badge/trust/{wallet}.svg returns a dynamic shields.io-style badge showing current level and scoreReference agent: xproof_agent_verify is a legacy agent identifier retained
for compatibility. Fetch its public profile and proof records for current metrics
rather than relying on historic benchmark values.
ClawHub-standard skill for the OpenClaw ecosystem:
github.com/jasonxkensei/xproof-openclaw-skill (legacy repository name retained for compatibility)SKILL.md, certify.sh, and full API referenceIntegrate Prove Before Act into your CI/CD pipeline:
Hashes build artifacts and certifies them on MultiversX automatically on every deployment.
See github-action/README.md for full documentation.
| Capability | Description |
|---|---|
| Client-Side Hashing | SHA-256 computed in-browser. Zero data leaves your device. |
| Blockchain Anchoring | Immutable proof on MultiversX mainnet. |
| MX-8004 Support | Optional on-chain validation, reputation, and identity integration; inspect /api/mx8004/status for live activation. |
| x402 Payments | HTTP 402 native payment -- USDC on Base, no account needed. |
| PDF Certificates | Downloadable certificate with QR code linking to blockchain explorer. |
| Public Proof Pages | Shareable /proof/:id pages for independent verification. |
| Verification Badges | Dynamic SVG badges (shields.io style) with embeddable Markdown. |
| Wallet Authentication | Native Auth via xPortal, MultiversX Web Wallet, WalletConnect. |
| Agent Commerce Protocol | Agents discover, purchase, and consume certifications programmatically. |
| MCP Server | JSON-RPC 2.0 endpoint with certify_file and verify_proof tools. |
| LangChain / CrewAI | Ready-made Python tool definitions. |
| Webhook Delivery | HMAC-SHA256 signed notifications with retry and exponential backoff. |
| API Keys | pm_-prefixed bearer tokens with per-key rate limiting. |
| LLM Discovery | llms.txt, OpenAI plugin, MCP manifest, agent.json -- all served. |
| GitHub Action | CI/CD integration -- hash and certify build artifacts automatically. |
| Conway/Automaton Skill | Ready-made SKILL.md for sovereign agent output certification. |
| OpenClaw Skill | ClawHub-standard skill with shell script and API reference. |
| Agent Trust Leaderboard | Public on-chain trust registry. Score = certified certs × history × streak. Levels: Newcomer / Active / Trusted / Verified. Dynamic SVG badge embeddable in any README. |
Full documentation: docs/api-reference.md
| Method | Endpoint | Auth | Description |
|---|---|---|---|
POST | /api/proof | API Key / x402 | Certify a file hash (single call) |
POST | /api/batch | API Key / x402 | Batch certification (up to 50 files) |
GET | /api/proof/:id | Public | Get proof data |
GET | /proof/:id.json | Public | Structured proof document |
GET | /proof/:id | Public | Human-readable proof page |
GET | /api/certificates/:id.pdf | Public | Download PDF certificate |
GET | /badge/:id | Public | Dynamic SVG badge |
GET | /api/pricing | Public | Current pricing & tier info |
GET | /api/leaderboard | Public | Top 50 agents sorted by trust score |
GET | /api/agents/:wallet | Public | Agent profile with trust score and certification history |
GET | /api/trust/:wallet | Public | Trust score + level lookup (no profile required) |
GET | /badge/trust/:wallet.svg | Public | Dynamic trust badge (shields.io style) |
GET | /badge/trust/:wallet/markdown | Public | Ready-to-embed trust badge markdown |
PATCH | /api/user/agent-profile | Session | Update public agent profile |
| Method | Endpoint | Auth | Description |
|---|---|---|---|
POST | /api/auth/wallet/sync | Native Auth | Authenticate via wallet signature |
GET | /api/auth/me | Session | Get current user |
POST | /api/auth/logout | Session | End session |
| Method | Endpoint | Auth | Description |
|---|---|---|---|
GET | /api/acp/products | Public | Discover products and pricing |
GET | /api/acp/openapi.json | Public | OpenAPI 3.0 specification |
POST | /api/acp/checkout | API Key | Start checkout session |
POST | /api/acp/confirm | API Key | Confirm transaction |
GET | /api/acp/health | Public | Health check |
| Method | Endpoint | Auth | Description |
|---|---|---|---|
POST | /api/keys | Session | Create API key |
GET | /api/keys | Session | List API keys |
DELETE | /api/keys/:id | Session | Revoke API key |
Proprietary — source available. See LICENSE.