x402-enabled browsing on Chrome. Seamless micropayments, full spend controls and security. First of its kind.
Your agents don't need an audience.
Standard x402 payments leave a trail; merchants see who paid, and the chain records the transfer. Primer's privacy architecture breaks that link through onion-routed requests and pooled settlement.
Agent-led privacy. The agent chooses whether to use privacy routing. Merchant receives a standard x402 payment – no special integration required.
Solver Mesh. 3-hop onion routing through $PR-staked relays. Entry knows WHO, exit knows WHAT, but neither knows both. Sentinels monitor for misbehaviour.
Federated Composers. Multiple independent operators correlate Entry/Exit signals via session token, validate balance against Dark Pool, and construct signed payment authorizations.
Decoy Flow. Staked operators generate cover traffic through the mesh, inflating the anonymity set even at low real volume.
Settlement. Facilitator submits Pool→Merchant settlement to Base. On-chain shows Pool→Merchant, never Agent→Merchant.
x402 settlement for the agentic economy.
No signup, no API keys — just point your server at the facilitator URL below for verification and settlement of x402 transactions on Base and SKALE Base. All x402 payment schemes are supported: exact, upto, and batch settlement.
x402 v1 & v2 capable, ERC-20 support, and fully compatible with smart-wallets.
Deflationary by design.
$ Primer Pay Chrome Extension
$ Primer for WordPress WordPress Plugin
One-click x402 monetisation for posts and content. Native Gutenberg block, auto theme-matching, access controls, and agent discovery. Handles both human and agent consumers.
@ MultiClaw Win · macOS · Linux
Get a grip on your agents! Secure multi-agent x402 manager with hard private key separation, spend controls, Google AP2 intents & receipts, and direct agentic.market integration to source services and APIs without leaving the app. Agent-agnostic; simple set up with any model. Runs on your desktop or direct from USB.
x402 is an open payment standard based around the HTTP 402 status, meaning Payment Required. This is in the same family as 404; Not Found. HTTP status codes were introduced in the 1990's, with 402 being intended for a then-unknown future payment system. In 2025, x402 unlocked this potential, allowing for gasless, instant settlement of agent-to-agent payments of any size.
Primer expands on the basic x402 offering with full ERC-20 support via the Prism router.
Payment Flow
1. Client requests resource, server returns HTTP 402 + payment requirements
2. Client signs EIP-712 authorization (no tx, just signature)
3. Facilitator verifies signature, settles on-chain, sponsors gas
4. Server delivers resource with tx receipt
Read more: x402.org
docs.primer.systems — Primer integration guides
Primer Systems builds payments and privacy infrastructure for the agentic economy. Our apps are available on Chrome Web Store, the WordPress Plugin Directory, and Win/MacOS/Linux.
Based in London, England, the team has been active in digital assets since 2013 and brings engineering, blockchain, and institutional finance experience to a domain that needs all three.
If you’re building something interesting or just want to discuss what we do, we’re always pleased to hear from you: dev@primer.systems
We are proud to be in working partnerships with certain exemplary projects building in or adjacent to payments and privacy, including:
A post-quantum zero-state OS with anonymous networking. NONOS runs from USB and leaves nothing behind; an ephemeral, RAM-resident operating system for Cyberpunk privacy.
nonos.systems →JetBrains Mono
Use the green logo on dark backgrounds, black on light. Don’t stretch, rotate, or recolor the logo.
Use official @x402 middleware with Primer facilitator:
import { paymentMiddleware } from '@x402/express' import { primerFacilitator } from '@primersystems/x402' const routes = { '/api/premium': { price: '$0.01', network: 'eip155:8453', // Base payTo: '0xYourAddress' } } app.use(paymentMiddleware(routes, { facilitator: primerFacilitator() }))
Primer Facilitator — Pre-configured client for x402.primer.systems
Additional Networks — SKALE Base & Robinhood Chain
Prism Settlement — EIP-712 payloads for any ERC-20 token
CLI Scaffolding — Generate Bittensor/Chutes AI proxy projects
Use official x402 middleware with Primer facilitator:
from x402 import payment_middleware from primer_x402 import primer_facilitator_sync routes = { '/api/premium': { 'price': '$0.01', 'network': 'eip155:8453', # Base 'payTo': '0xYourAddress' } } facilitator = primer_facilitator_sync() app.add_middleware(payment_middleware(routes, facilitator=facilitator))
Primer Facilitator — Pre-configured client for x402.primer.systems
Additional Networks — SKALE Base & Robinhood Chain
Prism Settlement — EIP-712 payloads for any ERC-20 token
CLI Scaffolding — Generate Bittensor/Chutes AI proxy projects
The Primer Validator inspects any x402 endpoint — not just our own. Useful for testing your integration, debugging payment flows, education, and manual pre-agent checks.
Generate custom x402 paywall endpoints for testing agent payment flows. Configure the network, amount, and recipient to create a paywall URL that returns 402 Payment Required.
Look up and examine Google AP2 Intent Mandates submitted via MultiClaw to ascertain an agent's spending permissions. New mandates may also be posted directly.