Skip to content
View xPaymind's full-sized avatar
  • Joined May 13, 2026

Block or report xPaymind

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Maximum 250 characters. Please don’t include any personal information such as legal names or email addresses. Markdown is supported. This note will only be visible to you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
xpaymind/README.md

xPaymind

The definitive benchmarking platform for AI agents implementing x402 payment protocols

CI npm License Discord


Overview

xPaymind is an open-source benchmarking platform designed to evaluate the capability of AI agents to implement, negotiate, and execute x402 — the HTTP 402 Payment Required protocol for autonomous machine-to-machine payments.

Why x402?

The HTTP 402 ("Payment Required") status code has been reserved since 1991 but never standardized — until now. The x402 protocol defines a machine-readable payment handshake that allows AI agents to autonomously pay for resources. xPaymind ensures the ecosystem is ready.

Quick Start

npm install -g @xpaymind/cli
xpaymind init
xpaymind benchmark run --suite standard --agent ./my-agent.js

Leaderboard

Rank Agent Score Grade Latency
1 Claude 3.5 Sonnet (x402-native) 94.2 S 284ms
2 GPT-4o (xpaymind-tuned) 91.8 A 312ms
3 Gemini 2.0 Flash 88.4 A 201ms
4 Llama 3.3 70B 82.1 B 445ms
5 Mistral Large 2 79.6 B 389ms

Benchmark Categories

Category Weight
Protocol Compliance 30%
Payment Negotiation 25%
Latency 20%
Cost Efficiency 15%
Error Recovery 10%

Documentation

License

MIT — see LICENSE.

Popular repositories Loading

  1. xpaymind xpaymind Public

    TypeScript