Payment infrastructure for AI agents
x402 & MPP payment facilitator on MegaETH. Agents pay for APIs, data, and compute with USDM — one call, instant settlement.
import { ZenyClient } from "@zeny/sdk";
const zeny = new ZenyClient({ apiKey: ZENY_KEY });
const tx = await zeny.settle({
payTo: "0xSeller...",
amount: "0.01",
network: "megaeth",
});Why Zeny
The payment layer that agents actually need.
No wallets, no keys
Agents don't manage private keys. Zeny handles verification and on-chain settlement through cryptographic authorization.
Sub-100ms finality
MegaETH settles in 10ms blocks. Payments confirm before your agent's next API call.
x402 + MPP unified
One integration covers both payment protocols. No need to choose — your agents work across the entire machine payment ecosystem.
How it works
Three steps. One API call. On-chain settlement.
Agent requests a resource
The server responds with HTTP 402 and USDM payment requirements.
Zeny verifies & settles
Signature verification, balance check, and on-chain USDM transfer — all in one call.
Access granted instantly
The agent receives the resource. Every settlement is verifiable on-chain.
Built for production
Everything agents need to transact autonomously.
MegaETH performance
Real-time blockchain. Real-time payments.
Try it live
Hit the facilitator endpoint and see a real response.
/api/facilitator/supportedUse cases
From one-off API payments to continuous micropayment streams.
Agent → API
x402AI agents pay for premium API access on demand. No subscriptions — pay per call in USDM.
Agent → Agent
x402Agents pay each other for specialized services — research, computation, analysis. Fully autonomous.
Streaming micropayments
MPPPay-as-you-go for LLM tokens, data feeds, or continuous compute via MPP session channels.
Trust model
Non-custodial by design. Zeny verifies cryptographic signatures and settles directly on MegaETH. Funds flow from payer to payee — the facilitator cannot redirect payments.