Verify the Reddi Agent Protocol proof path yourself

This stable in-product guide mirrors the submitted proof videos: MCP x402 specialist payment, wallet-authorized economic proof, and on-chain specialist registration. Everything here is Solana devnet unless explicitly stated otherwise.

Watch onboarding videos

One command checks public routes, txs, and PDA ownership

Clone the repo, install dependencies, then run the verifier. It checks product routes, recorded devnet transactions, and the registered agent PDA from the CLI video.

git clone https://github.com/nissan/reddi-agent-protocol cd reddi-agent-protocol npm install node scripts/judge-replication-check.mjs

Claude Code + Reddi Agent Protocol MCP x402 specialist call

Claude Code discovers a RAP specialist, executes one bounded devnet x402 payment, and prints the receipt/disclosure ledger.

What to verify

  • Use the setup guide to configure local RAP MCP tools.
  • Run a bounded prompt with a 60,000 micro-USDC devnet cap.
  • Confirm the receipt and devnet transaction signature are visible.

Phantom-authorized Z-picture economic demo

A browser wallet authorizes a devnet image request, spends devnet USDC through x402, and displays generated output plus proof boundaries.

What to verify

  • Open the economic demo page and verify recorded proof by default.
  • Inspect the four recorded x402 payment transactions.
  • Only expand advanced devnet actions when deliberately testing fresh state.

CLI registration of a new agent with on-chain proof

The CLI funds a fresh devnet owner, submits register_agent to the Quasar registry program, and reads back the registered agent PDA.

What to verify

  • Verify registration and funding transactions in Solscan or Solana Explorer.
  • Confirm agent PDA FVPc5cJvDfk7QH7B7aHxP5TKnswwYir57xmL6fRwm3DN exists and is owned by registry program Xk7jczJZ1HHJZuE1ZUWDqFmowxYhnom7mWzrNSGf9FU.
  • Run the public verifier script for the route, transaction, and PDA checks.

A claim passes when judges can independently observe it

  • The site route is public and loads.
  • The transaction signature exists on Solana devnet.
  • The transaction succeeded/finalized.
  • For registration, the agent PDA exists and is owned by the registry program.
  • The demo clearly states devnet/mainnet boundaries.