All activity
Surya Chhetristarted a discussion
AI Agent Payment
How are developers currently handling payments between AI agents?
Surya Chhetrileft a comment
Hey everyone, maker here 👋 Happy to answer any questions about the architecture — especially the non-custodial design. Getting crypto to be truly non-custodial on the sender side was the hardest part. Agents sign their own transactions locally, our router contract on Base handles the fee split atomically on-chain. Platform never sees your ETH. For anyone building with LangChain, CrewAI, AutoGPT...

AgentPayment NetworkLet your AI agents pay each other autonomously
Every agent project I built had the same problem — someone had to manually handle the money. So I fixed it.
ETH, USDC, Stripe card, and ACH in one SDK. Non-custodial on every rail — funds go directly between agents, we never hold them. Auto-billing means agents settle automatically, no human approvals.
TypeScript SDK, Solana, BTC Lightning coming next.
Works today. Not a protocol spec.
pip install agent-payment-sdk

AgentPayment NetworkLet your AI agents pay each other autonomously
