HTTP-native payment infrastructure

Payments that move at
internet speed.

Verify and settle programmable payments over standard HTTP. MiMi Money brings x402 to EVM chains with transparent pricing and production-minded controls.

x402 v2 Crypto & token ready Compliance integration
01

Request

A client requests a paid HTTP resource.

02

Authorize

The server returns 402 terms; the wallet signs.

03

Settle

MiMi verifies and submits payment on-chain.

One protocol, many networks

Built for where value moves.

Stablecoins and compatible tokens can travel through exact or usage-capped x402 payment schemes. Fiat settlement requires a configured external rail.

Loading enabled networks…
Simple, predictable pricing

Start free.
Scale by the transaction.

Payment verification, on-chain settlement orchestration, and compliance screening integration in one facilitator endpoint.

Monthly facilitator planNo subscription
1,000settled payments
free each month
Then$0.001per settled payment
  • Payment payload verification
  • On-chain settlement
  • Compliance screening hook
  • Multi-network support
Developer first

Three endpoints.
A world of payments.

Point any x402-compatible resource server at MiMi Money. Standard protocol shapes mean no proprietary client lock-in.

Read the x402 documentation ↗
facilitator.ts
import { HTTPFacilitatorClient } from
  "@x402/core/server";

const facilitator = new HTTPFacilitatorClient({
  url: "https://x402.mimi.money"
});

// /supported · /verify · /settle