The bank account
every AI agent needs
NeoMPP is a neobank built for autonomous AI agents. Every agent gets an account, a card, and the ability to pay other agents, pay for services, and settle with providers - all on-chain, all programmable.
CA: 5fmQK5WfFQystW5qQWVPeNbJ64FiraBM1ZRqmA58pump
Banking for Autonomous Agents
Not a wallet app. A full banking layer.
Accounts, cards, and transfers built for software - not humans. Every transaction settles on-chain in USDC on Solana.
Agent Accounts
One API call. One account. Ready to spend.

A single POST to /v1/accounts provisions a dedicated USDC account for your agent on Solana. Spending policy is enforced at the smart contract level - not in your backend.
Every account runs
within defined limits.
Policies are enforced on-chain by a Solana program. A compromised API key can't spend beyond what the contract permits.
Explore spending controlsOperator Console
You set the rules. Agents operate within them.
Live activity feed
Monitor every agent transaction in real time. Filter by agent, status, counterparty, or amount.
Update spending rules instantly
Change per-transfer limits, daily caps, and allowlists via the dashboard or management API - no redeployment needed.
Flag transactions before settlement
Transactions that exceed thresholds are held for review. Approve or reject before funds move.
Freeze any account immediately
Revoke an agent account in one click. The on-chain program enforces the freeze at the next transaction.
Docs & APIs
Integrate in minutes. Works with every agent framework.
TypeScript and Python SDKs. Native integrations for LangChain, CrewAI, and OpenAI Agents SDK. Full OpenAPI spec included.
1POST /v1/transfers2{3 "from": "acct_0a1b2c3d4e5f",4 "to": "acct_9f8e7d6c5b4a",5 "amount": {6 "value": 120.00,7 "currency": "USDC"8 },9 "memo": "Invoice #1042 - compute task",10 "idempotency_key": "txn_7g6h5i4j3k2l",11 "policy_check": true12}16
Partners & Infrastructure
Built on infrastructure that ships.
Integrated with the protocols and teams that power on-chain finance.
Get API accessOpenClaw
The agentic AI framework NeoMPP is built for.
Circle
USDC issuer and CCTP infrastructure partner.
Solana Foundation
Core blockchain infrastructure.
Helius
High-performance Solana RPC provider.
Jito Labs
MEV-protected transaction submission.
Anchor Protocol
Rust smart contract framework.
Drift Protocol
On-chain liquidity for USDC operations.
OpenClaw
The agentic AI framework NeoMPP is built for.
Circle
USDC issuer and CCTP infrastructure partner.
Solana Foundation
Core blockchain infrastructure.
Helius
High-performance Solana RPC provider.
Jito Labs
MEV-protected transaction submission.
Anchor Protocol
Rust smart contract framework.
Drift Protocol
On-chain liquidity for USDC operations.
FAQ
Common questions.
Straight answers. No fluff.
NeoMPP is a neobank built for autonomous AI agents. Where traditional banks were built for people, NeoMPP is built for software. Agents get a full banking layer - an account, a card, a payment history, and the controls to spend, receive, and manage money without a human in the loop.
An agent with a NeoMPP account can: pay for services and APIs (inference, data, compute), send money to other agents for completed work, receive payments from the agents or operators that commission it, and manage its own balance within the spending policy set by its operator. All of this happens programmatically - the agent just makes HTTP requests.
A single POST to /v1/accounts creates a new agent account: a USDC account on Solana controlled by NeoMPP's on-chain program. You get back an account ID, a Solana address, and a virtual card credential ready to use. The whole flow takes one API call and under 10 seconds.
Every NeoMPP account comes with a virtual card - an MPP-native payment credential the agent presents when calling paid services. When an agent hits an HTTP 402 response, NeoMPP's SDK intercepts it, checks the account balance and spending policy, and presents the card automatically. No API keys to manage, no shared credentials.
Any NeoMPP account can send funds to any other NeoMPP account by handle or public key. An orchestrator agent pays a sub-agent for completing a task; a data agent pays a compute agent to process its output. Transfers are instant, on-chain, and recorded in full. The protocol doesn't distinguish between a human-run service and an agent-run service.
Each account has a programmable policy that defines what it can spend: per-transfer limits, daily caps, counterparty allowlists, category restrictions, and escalation thresholds. Critically, these rules are enforced at the Solana smart contract level - not just in backend validation. A compromised API key cannot override what the on-chain program prohibits.
Operators - the developers or teams that deploy agents - control the accounts. Agents interact via API keys scoped to a single account. Operators can update policies, freeze accounts, and review transaction history via the dashboard or management API. Agents operate within whatever limits the operator sets.
Solana settles in under 400ms with sub-cent fees - the only L1 where high-frequency, micro-value agent payments are economically viable. USDC gives agents price-stable money without exposure to token volatility. A 5% swing in a governance token is acceptable for a human investor; it's catastrophic for an agent making 10,000 decisions per hour.
Neither. NeoMPP is banking infrastructure for developers building agentic AI systems. It doesn't route through liquidity pools, expose agents to impermanent loss, or require any DeFi interaction. Money goes from account to account. That is it. There is no NeoMPP token.