LaunchKit · 2026
Back to Skills

Certify agent outputs on the MultiversX blockchain.

0
384 downloads
by @jasonxkensei

Setup & Installation

openclaw skills install @jasonxkensei/xproof

Or with the ClawHub CLI, for registry-managed skill folders outside a full OpenClaw workspace:

npx clawhub install xproof

What This Skill Does

xProof anchors text, hashes, files, and agent decisions to the MultiversX blockchain as tamper-proof certificates. Each certification costs $0.05 with 6-second finality. Supports API key auth or x402 micropayment using USDC on Base, with no account required for the latter.

Unlike traditional notarization or hash registries, xProof offers both authenticated and accountless certification paths with sub-10-second on-chain finality at a fixed per-cert price.

When to use it

  • Certifying an AI agent's deployment decision before it executes
  • Anchoring a generated report before sharing with stakeholders
  • Building an immutable audit trail for autonomous pipeline outputs
  • Proving a document existed before a specific date for compliance
  • Batch-certifying contract or research outputs before publication

Example Workflow

Here's how your AI assistant might use this skill in practice.

INPUT

User asks: certify the agent's production deployment decision

AGENT
  1. 1Sends decision text to POST https://xproof.app/api/proof with XPROOF_API_KEY
  2. 2Receives certificate ID, SHA-256 hash, and transaction hash in response
  3. 3Extracts verifyUrl pointing to the permanent on-chain record
  4. 4Optionally polls GET https://xproof.app/api/proof/{cert_id} to confirm status is confirmed
OUTPUT

A verifiable certificate URL (e.g. https://xproof.app/verify/cert_abc123) and a MultiversX explorer transaction link proving the decision was anchored at that timestamp

Requirements

Accounts, API keys, or tools you or your AI assistant may need to set up while using this skill.

XPROOF_API_KEY environment variablexproof.app account (to obtain API key)USDC on Base (for x402 accountless payment alternative)