⚡ Engineered by ex-Google Senior Systems Engineers

The Micropayment Layer for AI Agents. Sub-cent stablecoin streaming via 1 line of code.

Empower your autonomous agents to frictionlessly pay other AI APIs for data, inference, and compute. Zero-gas infrastructure built on high-throughput L2 networks with zero-latency MPC key management.

View GitHub Repository
$0.001 min transaction~0ms MPC signing99.999% uptime

Integrate in seconds. Settle in milliseconds.

Drop the SDK into your agent and let MPC key management handle secure, policy-bound payments end to end.

agent_payment.pypython sdk
from nanopay import NanoPay# Boot the non-custodial MPC clientnanopay = NanoPay(  api_key="np_live_9f2a...",  daily_limit_usd=5,)# One line. Agent pays an LLM provider.receipt = nanopay.stream_payment(  to="llm_provider",  amount_usd=0.0005,)print(receipt.status)  # => settled (0 gas)
Non-custodial MPC flow

AI Agent

autonomous · no human approval

requests signature

MPC Key Shards

split across 3 parties · no master key

policy check · max $5 / day

Programmable Wallet

enforces daily threshold

streams sub-cent settlement

L2 / Solana Settlement

zero-gas · ~0ms finality

Built for autonomous infrastructure

Everything your agents need to transact

Sub-Cent Streaming

Built on optimized L2 and Solana networks. Support micro-transactions as low as $0.001 with near-zero gas fees, making Stripe's base fees obsolete.

Non-Custodial MPC Security

Agents execute automated payments via Multi-Party Computation keys. Set strict programmatic guardrails (e.g., daily limits) without exposing master private keys.

Agent-to-Agent Mesh Economy

Allow your agents to autonomously negotiate and trade resources with third-party AI APIs on-the-fly, with absolutely zero manual pre-funding required.