Agentic Commerce: Securing Autonomous AI Payments with x402
By Furlpay Team · June 20, 2026 · 5 min read
The AI economy
We've entered the era of "agentic commerce." Users are no longer just using AI to write emails; they're deploying autonomous agents to manage businesses, buy software subscriptions and restock physical offices. But legacy card networks are structurally incapable of handling AI agents — they require human biometrics or 2FA checks to authorise a transaction.
Enter the x402 protocol
To bridge this gap, Furlpay is proud to support the x402 Machine Payments Protocol, developed in collaboration with Stripe and Coinbase:
// Authorize an AI agent to execute payments under strict limits
const agentWallet = await Furlpay.agents.create({
ownerAddress: userSafeAddress,
spendingLimits: {
daily: 100.00, // maximum $100 per day
perTransaction: 20.00 // maximum $20 per transaction
},
allowedMerchants: ["github.com", "openai.com", "vercel.com"]
});Using x402, users delegate a sub-wallet to an AI agent. The agent signs micro-transactions on L2 networks using programmatic keys, but only within the limits set in the wallet contract. If the agent is compromised or goes rogue, it cannot spend beyond its daily allowance — bringing security and accountability to the machine economy.
More in Product News
Announcing Furlpay Connect: B2B Stablecoin Settlement
A single-integration gateway that slashes merchant settlement fees to a flat 0.5% and deposits local currency straight into your bank account.
July 1, 2026 · 4 min read
Why Furlpay Integrates Wise for Mid-Market FX Rates
Most 'free' international transfers hide fees inside the exchange rate. Furlpay uses Wise's real mid-market rate with every fee shown upfront.
June 10, 2026 · 4 min read
Fractional US Stock Investing on Web3 Rails: The Alpaca SDK
Buy $1 of AAPL, TSLA or SPY straight from your Web3 dashboard. Fractional US equities via the Alpaca Brokerage-as-a-Service API.
June 5, 2026 · 4 min read