Menu

Explorer & Settings

Tempo Explorer Submit Project
Back to all projects
X

x402

by miraland-labs · Updated Jul 10, 2026
JavaScript miraland-labs/x402

x402 Ecosystem Hub: The Solana Agentic Economy

6
Stars
1
Forks
JavaScript
Language
Apr 2, 2026
Created

In the AI payments ecosystem

x402 is an early-stage JavaScript project in the AI payments / x402 ecosystem, focused on 402-payment-required, escrow, pr402, solana. It currently has 6 GitHub stars and 1 forks, and sits alongside related tools like covenant, kamiyo-protocol, kamiyo-protocol.

README.md View on GitHub →

🌐 x402 Ecosystem Hub: The Solana Agentic Economy

x402 is a modular, trustless, API-first financial stack built on the Solana blockchain. It provides the protocol and infrastructure for AI-to-AI resource settlement, enabling autonomous agents to trade compute, data, and services with cryptographic certainty.

[!NOTE] Virtual Hub Layout: This repository is a virtual hub, not a monorepo. Each sub-project is a standalone repository. Clone them alongside this hub for local development.


🚀 Developer Integration Roadmap

If you are new to the x402 ecosystem, select your path below to get started immediately:

1. I am a Seller (Resource Provider)

You run a web API (REST, GraphQL, etc.) and want to monetize it via HTTP 402.

2. I am a Buyer (Payer/Agent Developer)

You build autonomous agents, wallets, or clients that need to pay for premium resources.

Agent Skills (skills.sh)

Install pr402 integrator skills into Cursor, Claude Code, Copilot, and other agents:

npx skills add miraland-labs/x402-agent-skills --skill pr402 --skill pr402-seller --skill pr402-buyer -y
npx skills add miraland-labs/x402-agent-skills --skill pr402
npx skills add miraland-labs/x402-agent-skills --skill pr402-seller
npx skills add miraland-labs/x402-agent-skills --skill pr402-buyer

Skills source: miraland-labs/x402-agent-skills (public). Hub mirror: skills/pr402, skills/pr402-seller, and skills/pr402-buyer. See .cursor/skills/INTEGRATOR_SKILLS.md. Starter code remains in x402-seller-starter and x402-buyer-starter.

3. I am an Oracle Developer or Operator

You want to build or host a verification oracle for conditional sla-escrow payments.

  • Get Started: Follow the step-by-step Oracle Developer Guide.
  • Reference Workspace: Explore the oracles folder containing the shared library and three reference oracle crates.

4. I am a Protocol / On-chain Developer

You want to inspect, deploy, or extend the core settlement contracts.


🏛️ Ecosystem Pillars at a Glance

Pillar Role Type Description
pr402 Facilitator REST-to-Solana Gateway Rust/Vercel Handles vault discovery, transaction building, and settlement verification.
UniversalSettle Payout Engine (exact rail) On-chain Program Facilitates high-velocity payouts and automated revenue splitting.
SLA-Escrow Escrow Enforcer (sla-escrow rail) On-chain Program Holds funds in escrow until delivery is verified by a trusted oracle.
Oracles Workspace Adjudication Engine Rust Workspace Houses reference oracles (API Quality, Transfer, File Delivery) and specs.

📖 Global Documentation Directory

  • Architecture Overview — Core design principles, transaction lifecycles, and security invariants.
  • Subscription Pattern — Blueprint for mapping recurring subscriptions (hourly/daily/monthly) to the exact rail.
  • Ecosystem Pitch — Detailed rationale behind the x402 protocol and agentic economy.

Maintained by: Miraland Labs
Repository Hub: github.com/miraland-labs/x402