Machine payments
Payments initiated and settled by software, such as an AI agent, without a human approving each transaction.
Machine payments are payments where the payer is a program rather than a person. An autonomous agent reads a price, decides to pay, and settles, all on its own and often many times within a single task. For this to work the payment has to be machine-native: a rail the software can settle on without human sign-off, a price it can read before spending, and a receipt it can verify afterward. Cards and subscriptions fit poorly because they assume a human at signup and checkout.
The requirements are mostly about removing humans from the loop without removing accountability. The agent needs to authenticate, hold or access funds, read machine-readable prices, settle programmatically, and prove afterward what it paid. Spend controls and verifiable receipts matter more here than in human payments, because no person is reviewing each charge as it happens.
Proxygate is built for machine payments. An agent authenticates once, funds a prepaid USDC balance, and pays per request as it calls APIs, with each call returning the exact amount charged and a signed receipt. Settlement is in USDC on Solana, funding and withdrawal run over the x402 rail, and when gasless mode is on the platform covers the Solana fees so the agent needs only USDC.
References
Related concepts
Machine payments: frequently asked questions
Machine payments are payments initiated and settled by software, such as an AI agent, without a human approving each transaction. The agent reads a price, decides to pay, and settles on its own, often many times within one task.
A rail software can settle on without human sign-off, a machine-readable price the agent reads before spending, and a verifiable receipt afterward. Spend controls and signed receipts matter because no person reviews each charge as it happens.
An agent authenticates once, funds a prepaid USDC balance, and pays per request, getting a signed receipt for each call. Settlement is USDC on Solana, funding and withdrawal run over x402, and gasless mode lets the agent hold only USDC.