Launching today
AiFinPay
Payment infrastructure for AI agents
4 followers
Payment infrastructure for AI agents
4 followers
AiFinPay is the payment rail for autonomous AI agents. One SDK call (agent.call({provider})) settles per-call on-chain — live across 12 networks (Polygon default, Solana native), atomic fee-on-top split (98.99% merchant / 1% protocol / 0.01% creator), OpenAI-compatible APIs.



The 98.99/1/0.01 split is clever for creator attribution. One thing that would help adoption though is a built-in spend cap per agent session, so you can safely let an agent call paid providers without worrying about runaway costs if it loops. A simple set_max_per_session(satoshi) on the SDK would close that gap.
Since you're already OpenAI-compatible, adding webhook callbacks for failed or pending transactions would save a lot of polling headaches for agents running in production. Right now there's no clear way for an agent to know if a call settled without re-querying state.
finally something that lets agents actually pay without me babysitting the tx. the one-call settle and the fee split routing are exactly the kind of plumbing that has been missing.