Furlpay
PlatformDocsBlog
Open App
← Back to blog
Product News

Agentic Commerce: Securing Autonomous AI Payments with x402

By Furlpay Team · June 20, 2026 · 5 min read

Product News

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:

typescript
// 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.

AK

Ashutosh Kumar Singh

Software Engineer at Skyhigh Security · Building Furlpay · NeurIPS 2026 author · Google DeepMind contributor · ex-Quantiphi

Ashutosh is a Software Engineer at Skyhigh Security (previously Quantiphi), working across ML systems and cloud infrastructure. He is a contributor to Google DeepMind and a NeurIPS 2026 author. He is building Furlpay: stablecoin payments, travel booking, and investing in one client — settled on Arbitrum. Pay in USDC, book 2.2M+ stays and flights, and let AI agents pay per-request via x402. Phishing-resistant. Compliance-aware. Zero gas.

GitHubXLinkedIn

Don't miss the next one

Stay ahead of the curve

Get product updates, engineering deep-dives, and security bulletins. No spam — just the signal.

More in Product News

Product News
Product News
Product News

FurlPay Wallet Names Are Live: Claim the Handle Your AI Agents Will Pay With

Reserve yourname.furlpay.com — one human-readable identity for you and every agent you run. Here is why payment handles suddenly matter in 2026, how the x402 standard turned HTTP into a payment rail, exactly how reservation and consent work under the hood, and the security decisions behind binding a name to an account.

August 10, 2026 · 12 min read

Product News
Product News
Product News

FurlPay on Your Wrist: Introducing the Wear OS App

Your portfolio, live market charts, one-tap Buy and Sell, card controls, USDC receive codes, flight booking and a voice assistant — on a watch. Here is a detailed walkthrough of every screen in the FurlPay Wear OS companion, how it stays secure without your phone, and why it is open source.

July 18, 2026 · 10 min read

Product News
Product News

The Stablecoin Rail Question: UPI vs Solana vs Polygon — and Where Furlpay Settles

Every serious payments platform now has to pick a settlement layer. We compared UPI, Solana and Polygon on the metrics that actually matter for moving a stablecoin dollar across borders — cost, finality, liquidity and AI-agent readiness. The honest answer is not one rail, it is stablecoins on the right rail for each job.

July 7, 2026 · 11 min read

© 2026 Furlpay. All rights reserved.
HomeDocsBlog