<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title>DEV Community: Tom Wang</title>
    <description>The latest articles on DEV Community by Tom Wang (@tomwangcn).</description>
    <link>https://dev.to/tomwangcn</link>
    <image>
      <url>https://media2.dev.to/dynamic/image/width=90,height=90,fit=cover,gravity=auto,format=auto/https:%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Fuser%2Fprofile_image%2F3850103%2F8fa92041-b06f-4727-9b1f-4b9b304d4c8e.png</url>
      <title>DEV Community: Tom Wang</title>
      <link>https://dev.to/tomwangcn</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/tomwangcn"/>
    <language>en</language>
    <item>
      <title>AI Agents Expose Crypto Wallet Security Gap</title>
      <dc:creator>Tom Wang</dc:creator>
      <pubDate>Fri, 17 Apr 2026 15:22:28 +0000</pubDate>
      <link>https://dev.to/tomwangcn/ai-agents-expose-crypto-wallet-security-gap-oha</link>
      <guid>https://dev.to/tomwangcn/ai-agents-expose-crypto-wallet-security-gap-oha</guid>
      <description>&lt;p&gt;The rise of AI agents in crypto payments has unlocked powerful automation — but it has also exposed a dangerous security gap. In 2026 alone, protocol-level weaknesses in AI agent infrastructure have triggered over $45 million in losses, forcing the industry to rethink how autonomous systems interact with wallets, oracles, and trading endpoints. For fintech developers and crypto developers in the UK and beyond, understanding these vulnerabilities is no longer optional — it is essential.&lt;/p&gt;

&lt;h2&gt;
  
  
  What Went Wrong: The $45M Wake-Up Call
&lt;/h2&gt;

&lt;p&gt;The headline incident came from Step Finance, a Solana-based DeFi portfolio manager, where attackers compromised executive devices and exploited overly permissive AI agent protocols. The agents, designed to automate treasury operations, executed transfers of over 261,000 SOL tokens — approximately $40 million — because they lacked proper isolation and permission boundaries.&lt;/p&gt;

&lt;p&gt;A separate wave of social engineering attacks, including AI-generated impersonations targeting Coinbase users, added another $5 million in losses. In both cases, the root cause was the same: AI agents were granted broad access to critical infrastructure with insufficient safeguards.&lt;/p&gt;

&lt;h2&gt;
  
  
  The Core Vulnerabilities Payment Developers Must Know
&lt;/h2&gt;

&lt;p&gt;Research published in April 2026 identified several attack vectors that are particularly relevant to payment infrastructure:&lt;/p&gt;

&lt;h3&gt;
  
  
  Memory Poisoning
&lt;/h3&gt;

&lt;p&gt;Attackers inject malicious instructions into an agent's long-term storage — typically vector databases used for context retrieval. These "sleeper" payloads remain dormant until triggered by specific market conditions, at which point they can corrupt up to 87% of an agent's decision-making within hours. For payment developers building AI-powered transaction systems, this means every data source feeding your agent's context window is a potential attack surface.&lt;/p&gt;

&lt;h3&gt;
  
  
  Indirect Prompt Injection
&lt;/h3&gt;

&lt;p&gt;Hidden commands embedded in third-party data sources — market feeds, web pages, even email content — can rewrite transaction parameters mid-execution. This is especially dangerous for cross-border payment systems that aggregate data from multiple external APIs.&lt;/p&gt;

&lt;h3&gt;
  
  
  The Confused Deputy Problem
&lt;/h3&gt;

&lt;p&gt;Agents with legitimate credentials get tricked into approving fraudulent actions. A striking 45.6% of teams surveyed relied on shared API keys for their agents, making it nearly impossible to trace or halt rogue actions once a compromise occurs.&lt;/p&gt;

&lt;h3&gt;
  
  
  LLM Router Exploits
&lt;/h3&gt;

&lt;p&gt;Security researchers documented 26 LLM routers — services that sit between users and AI models — secretly injecting malicious tool calls. One incident drained $500,000 from a client's crypto wallet through compromised routing infrastructure.&lt;/p&gt;

&lt;h2&gt;
  
  
  Building Secure AI Agent Infrastructure
&lt;/h2&gt;

&lt;p&gt;As a fintech developer building payment infrastructure at &lt;a href="https://dev.to/"&gt;Radom&lt;/a&gt; and working extensively with Rust, Go, and Kubernetes, I see these vulnerabilities as fundamentally architectural problems. The solutions require the same rigour we apply to any production payment system:&lt;/p&gt;




&lt;p&gt;&lt;strong&gt;&lt;a href="https://tomcn.uk/news/2026-04-17-ai-agent-crypto-wallet-security-flaw" rel="noopener noreferrer"&gt;Read the full article on tomcn.uk →&lt;/a&gt;&lt;/strong&gt;&lt;/p&gt;




&lt;h3&gt;
  
  
  About the Author
&lt;/h3&gt;

&lt;p&gt;I'm &lt;strong&gt;Tom Wang&lt;/strong&gt;, a Founding Engineer at &lt;a href="https://www.radom.com" rel="noopener noreferrer"&gt;Radom&lt;/a&gt; building crypto payment infrastructure, Open Banking integrations, and cross-border payout systems with Rust and Go. Based in London, UK.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Currently open to new opportunities&lt;/strong&gt; in fintech, crypto payments, and AI agent engineering.&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;
&lt;a href="https://tomcn.uk" rel="noopener noreferrer"&gt;Portfolio&lt;/a&gt; | &lt;a href="https://www.linkedin.com/in/tomwangcn/" rel="noopener noreferrer"&gt;LinkedIn&lt;/a&gt; | &lt;a href="https://github.com/tomwangcn" rel="noopener noreferrer"&gt;GitHub&lt;/a&gt; | &lt;a href="mailto:hi@tomcn.uk"&gt;Email&lt;/a&gt;
&lt;/li&gt;
&lt;/ul&gt;

</description>
      <category>fintech</category>
      <category>crypto</category>
      <category>aiagents</category>
      <category>payments</category>
    </item>
    <item>
      <title>Oracle Launches AI Agents for Corporate Banking</title>
      <dc:creator>Tom Wang</dc:creator>
      <pubDate>Wed, 15 Apr 2026 12:51:50 +0000</pubDate>
      <link>https://dev.to/tomwangcn/oracle-launches-ai-agents-for-corporate-banking-3c2</link>
      <guid>https://dev.to/tomwangcn/oracle-launches-ai-agents-for-corporate-banking-3c2</guid>
      <description>&lt;p&gt;Oracle just dropped embedded AI agents directly into its corporate banking platform — purpose-built for treasury, trade finance, credit, and lending. This is not another chatbot bolted onto a dashboard. These are autonomous agents that process loan contracts, cross-reference financial data, and flag anomalies for human review.&lt;/p&gt;

&lt;p&gt;For fintech developers and payment developers building enterprise-grade systems, this marks a turning point. The AI agent is no longer a consumer-facing novelty. It is becoming core infrastructure in institutional finance.&lt;/p&gt;

&lt;h2&gt;
  
  
  What Oracle Actually Shipped
&lt;/h2&gt;

&lt;p&gt;On 14 April 2026, Oracle Financial Services announced two production-ready agents as part of its Fusion Agentic Applications suite:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;&lt;p&gt;&lt;strong&gt;Loan Data Extraction Agent&lt;/strong&gt; — Parses complex, customised corporate loan contracts to extract structured data from unstructured documents. Think multi-tranche syndicated facilities with bespoke covenants, not simple personal loans.&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;&lt;strong&gt;Loan Data Validation Agent&lt;/strong&gt; — Cross-references extracted loan data against source documents, performs integrity checks, and surfaces anomalies for banker review. This replaces hours of manual reconciliation.&lt;/p&gt;&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;Both agents are designed with human-in-the-loop governance. Finance leaders retain checkpoints for material decisions — accounting entries, capital allocation, regulatory submissions. The agents handle the grunt work; humans handle the judgement calls.&lt;/p&gt;

&lt;h2&gt;
  
  
  Why This Matters for Payment Infrastructure
&lt;/h2&gt;

&lt;p&gt;Corporate banking has been one of the last holdouts against automation. Consumer payments went digital years ago. Retail banking has chatbots and automated fraud detection. But corporate treasury and trade finance still run on spreadsheets, email chains, and manual document reviews.&lt;/p&gt;

&lt;p&gt;The technical challenge is real. Corporate lending involves documents that vary wildly between institutions — bespoke legal language, jurisdiction-specific clauses, nested conditions. Traditional rules-based extraction fails because there are no standard templates.&lt;/p&gt;

&lt;p&gt;AI agents change this equation. Large language models can parse unstructured legal text. Validation agents can cross-reference extracted fields against multiple source systems in real-time. The key insight is that these agents are not replacing bankers — they are eliminating the data entry and reconciliation work that consumes 60-70% of a corporate banker's time.&lt;/p&gt;

&lt;h2&gt;
  
  
  The Infrastructure Gap Fintech Developers Must Close
&lt;/h2&gt;

&lt;p&gt;Oracle building these agents is significant, but it exposes a broader infrastructure problem. Current payment systems were not designed for autonomous software actors.&lt;/p&gt;

&lt;p&gt;Consider the authentication challenge alone. When an AI agent initiates a transaction or modifies a loan record, the system needs to verify:&lt;/p&gt;

&lt;ol&gt;
&lt;li&gt;
&lt;strong&gt;Agent identity&lt;/strong&gt; — Is this a legitimate agent, not a malicious bot?&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Delegated authority&lt;/strong&gt; — Who authorised this agent, and what are its permission boundaries?&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Action scope&lt;/strong&gt; — Does this specific action fall within the agent's approved parameters?&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Audit trail&lt;/strong&gt; — Can every machine-initiated action be traced back to its authorising principal?&lt;/li&gt;
&lt;/ol&gt;




&lt;p&gt;&lt;strong&gt;&lt;a href="https://tomcn.uk/news/2026-04-15-oracle-ai-agents-corporate-banking-payment-infrastructure" rel="noopener noreferrer"&gt;Read the full article on tomcn.uk →&lt;/a&gt;&lt;/strong&gt;&lt;/p&gt;




&lt;p&gt;I am &lt;strong&gt;Tom Wang&lt;/strong&gt;, founder of &lt;a href="https://applr.ai" rel="noopener noreferrer"&gt;Applr.ai&lt;/a&gt;. Based in London, UK.&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;
&lt;a href="https://tomcn.uk" rel="noopener noreferrer"&gt;Portfolio&lt;/a&gt; | &lt;a href="https://www.linkedin.com/in/tomwangcn/" rel="noopener noreferrer"&gt;LinkedIn&lt;/a&gt; | &lt;a href="https://github.com/tomwangcn" rel="noopener noreferrer"&gt;GitHub&lt;/a&gt; | &lt;a href="mailto:hi@tomcn.uk"&gt;Email&lt;/a&gt;
&lt;/li&gt;
&lt;/ul&gt;

</description>
      <category>fintech</category>
      <category>aiagents</category>
      <category>payments</category>
      <category>banking</category>
    </item>
    <item>
      <title>Stablecoins Hit 40M Retail Terminals</title>
      <dc:creator>Tom Wang</dc:creator>
      <pubDate>Sat, 11 Apr 2026 03:36:59 +0000</pubDate>
      <link>https://dev.to/tomwangcn/stablecoins-hit-40m-retail-terminals-4bj3</link>
      <guid>https://dev.to/tomwangcn/stablecoins-hit-40m-retail-terminals-4bj3</guid>
      <description>&lt;p&gt;Stablecoins are no longer confined to DeFi dashboards and crypto-native apps. In the span of a single quarter, two major partnerships have brought stablecoin payments to physical retail at global scale — and the infrastructure behind them is something every fintech developer and crypto developer in the UK should understand. Ingenico has launched native stablecoin checkout across its 40 million Android POS terminals via WalletConnect Pay, whilst Paysafe has integrated MoonPay's stablecoin rails into its $167 billion-a-year payment platform. For payment developers, the message is clear: stablecoin acceptance at the point of sale is now production infrastructure, not a pilot programme.&lt;/p&gt;

&lt;p&gt;&lt;a href="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fimages.unsplash.com%2Fphoto-1601597111126-bcfcf1f69c3e%3Fw%3D1200%26q%3D80" class="article-body-image-wrapper"&gt;&lt;img src="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fimages.unsplash.com%2Fphoto-1601597111126-bcfcf1f69c3e%3Fw%3D1200%26q%3D80" alt="Contactless payment at a retail terminal" width="800" height="400"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;h2&gt;
  
  
  How Stablecoin Checkout Works at Physical POS
&lt;/h2&gt;

&lt;p&gt;The Ingenico-WalletConnect integration is the first to bring native stablecoin payments to physical retail terminals without requiring new hardware. Here is how the flow works from a payment developer's perspective:&lt;/p&gt;

&lt;ol&gt;
&lt;li&gt;
&lt;strong&gt;Customer initiates payment.&lt;/strong&gt; At checkout, the customer selects stablecoin as their payment method. The Ingenico Android terminal displays a QR code or initiates a WalletConnect session.&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Wallet connection.&lt;/strong&gt; The customer scans the QR code with any of 700+ compatible wallets connected through the WalletConnect protocol — serving over half a billion crypto users globally.&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Stablecoin transfer.&lt;/strong&gt; The customer authorises the payment in their wallet. Supported stablecoins include USDC, EURC, and USDT across multiple blockchains.&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Fiat conversion and settlement.&lt;/strong&gt; WalletConnect Pay handles the conversion from stablecoin to fiat currency. The merchant receives settlement in their local currency through their existing acquirer — no crypto touches the merchant's balance sheet.&lt;/li&gt;
&lt;/ol&gt;

&lt;p&gt;The critical architectural insight is that WalletConnect Pay operates as a "messaging layer that sits alongside settlement." It abstracts blockchain complexity entirely from the merchant. As WalletConnect Pay CEO Jess Houlgrave put it: "The payments company and the merchant shouldn't even need to know about any of this stuff. They should just be able to serve this as an offering."&lt;/p&gt;

&lt;p&gt;For Ingenico, this means the Digital Currency Application runs on existing Android terminals — no hardware swap, no new integration for acquirers beyond enabling the app. The potential reach is staggering: 40 million POS units across 120 countries.&lt;/p&gt;

&lt;h2&gt;
  
  
  Paysafe and MoonPay: Stablecoin Rails Inside a $167B Platform
&lt;/h2&gt;

&lt;p&gt;The second major development is Paysafe's integration of MoonPay's crypto payment infrastructure, announced on 8 April 2026. Paysafe processed $167 billion in transactions in 2025 — this is not a niche crypto processor, but a mainstream payment platform serving e-commerce, financial services, retail, and iGaming.&lt;/p&gt;




&lt;p&gt;&lt;strong&gt;&lt;a href="https://tomcn.uk/news/2026-04-11-stablecoins-hit-physical-retail-pos-payments" rel="noopener noreferrer"&gt;Read the full article on tomcn.uk →&lt;/a&gt;&lt;/strong&gt;&lt;/p&gt;




&lt;h3&gt;
  
  
  About the Author
&lt;/h3&gt;

&lt;p&gt;I'm &lt;strong&gt;Tom Wang&lt;/strong&gt;, a Founding Engineer at &lt;a href="https://www.radom.com" rel="noopener noreferrer"&gt;Radom&lt;/a&gt; building crypto payment infrastructure, Open Banking integrations, and cross-border payout systems with Rust and Go. Based in London, UK.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Currently open to new opportunities&lt;/strong&gt; in fintech, crypto payments, and AI agent engineering.&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;
&lt;a href="https://tomcn.uk" rel="noopener noreferrer"&gt;Portfolio&lt;/a&gt; | &lt;a href="https://www.linkedin.com/in/tomwangcn/" rel="noopener noreferrer"&gt;LinkedIn&lt;/a&gt; | &lt;a href="https://github.com/tomwangcn" rel="noopener noreferrer"&gt;GitHub&lt;/a&gt; | &lt;a href="mailto:contact@tomcn.uk"&gt;Email&lt;/a&gt;
&lt;/li&gt;
&lt;/ul&gt;

</description>
      <category>fintech</category>
      <category>crypto</category>
      <category>payments</category>
      <category>stablecoins</category>
    </item>
    <item>
      <title>AI Agents Now Have Credit Cards</title>
      <dc:creator>Tom Wang</dc:creator>
      <pubDate>Thu, 09 Apr 2026 02:44:55 +0000</pubDate>
      <link>https://dev.to/tomwangcn/ai-agents-now-have-credit-cards-gn3</link>
      <guid>https://dev.to/tomwangcn/ai-agents-now-have-credit-cards-gn3</guid>
      <description>&lt;p&gt;Today Nevermined announced the integration that many fintech developers and crypto developers have been waiting for: a unified commerce layer that gives AI agents both delegated Visa credit cards and stablecoin wallets through a single platform. By combining Visa Intelligent Commerce with Coinbase's x402 protocol, Nevermined has created the first production infrastructure where autonomous software can pay for goods and services — using either traditional card rails or crypto — without human intervention per transaction. For any payment developer or AI agent developer in the UK, this is the clearest signal yet that agentic commerce infrastructure is ready to build on.&lt;/p&gt;

&lt;p&gt;&lt;a href="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fimages.unsplash.com%2Fphoto-1485827404703-89b55fcc595e%3Fw%3D1200%26q%3D80" class="article-body-image-wrapper"&gt;&lt;img src="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fimages.unsplash.com%2Fphoto-1485827404703-89b55fcc595e%3Fw%3D1200%26q%3D80" alt="White humanoid robot representing AI agents entering the commerce ecosystem" width="1200" height="800"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;h2&gt;
  
  
  How AI Agents Get Their Own Credit Cards
&lt;/h2&gt;

&lt;p&gt;The core innovation is what Visa calls "agentic tokens" — a fourth token type purpose-built for AI agents, sitting alongside the familiar card-present, card-not-present, and device token categories.&lt;/p&gt;

&lt;p&gt;Here is how the delegation flow works:&lt;/p&gt;

&lt;ol&gt;
&lt;li&gt;
&lt;strong&gt;User enrolment:&lt;/strong&gt; A cardholder registers their Visa card with Visa Intelligent Commerce and authorises a specific AI agent to spend on their behalf.&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Token binding:&lt;/strong&gt; Visa issues a cryptographically bound agentic token that ties to that specific agent. Unlike virtual cards, the token never exposes the card PAN to the agent runtime.&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Guardrails:&lt;/strong&gt; The user sets granular controls — per-transaction limits, daily/monthly budgets, merchant category restrictions, time-based validity windows, and pre-approved vendor lists.&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Three-point validation:&lt;/strong&gt; Every transaction is verified against three criteria: the credential request matches the user's instructions, the merchant authorisation aligns with the request, and the transaction data matches the original consumer intent.&lt;/li&gt;
&lt;/ol&gt;

&lt;p&gt;The critical difference from virtual cards is visibility. Agentic tokens identify the agent to banks, merchants, and payment networks, creating a new "human-not-present" transaction category. This replaces the awkward workaround of disguising agent transactions as card-not-present human purchases — a practice that was already causing fraud detection headaches across the industry.&lt;/p&gt;

&lt;h2&gt;
  
  
  The x402 Protocol: Machine-Native Payments Over HTTP
&lt;/h2&gt;

&lt;p&gt;On the crypto side, Nevermined integrates Coinbase's x402 protocol — the HTTP-native payment standard that revives the long-dormant HTTP 402 "Payment Required" status code.&lt;/p&gt;

&lt;p&gt;The flow is elegantly simple for any payment developer who has worked with REST APIs:&lt;/p&gt;

&lt;ol&gt;
&lt;li&gt;An AI agent sends a standard HTTP request to a merchant's API endpoint.&lt;/li&gt;
&lt;li&gt;The server responds with &lt;code&gt;402 Payment Required&lt;/code&gt; and a payment instruction in the response header — specifying the price, accepted currencies (USDC, RLUSD, etc.), and a wallet address.&lt;/li&gt;
&lt;li&gt;The agent autonomously executes payment via its agentic wallet — holding stablecoins and making payments without direct human handling of private keys.&lt;/li&gt;
&lt;li&gt;The merchant verifies payment and serves the requested resource.&lt;/li&gt;
&lt;/ol&gt;




&lt;p&gt;&lt;strong&gt;&lt;a href="https://tomcn.uk/news/2026-04-09-nevermined-visa-coinbase-ai-agent-commerce" rel="noopener noreferrer"&gt;Read the full article on tomcn.uk →&lt;/a&gt;&lt;/strong&gt;&lt;/p&gt;




&lt;h3&gt;
  
  
  About the Author
&lt;/h3&gt;

&lt;p&gt;I'm &lt;strong&gt;Tom Wang&lt;/strong&gt;, a Founding Engineer at &lt;a href="https://www.radom.com" rel="noopener noreferrer"&gt;Radom&lt;/a&gt; building crypto payment infrastructure, Open Banking integrations, and cross-border payout systems with Rust and Go. Based in London, UK.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Currently open to new opportunities&lt;/strong&gt; in fintech, crypto payments, and AI agent engineering.&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;
&lt;a href="https://tomcn.uk" rel="noopener noreferrer"&gt;Portfolio&lt;/a&gt; | &lt;a href="https://www.linkedin.com/in/tomwangcn/" rel="noopener noreferrer"&gt;LinkedIn&lt;/a&gt; | &lt;a href="https://github.com/tomwangcn" rel="noopener noreferrer"&gt;GitHub&lt;/a&gt; | &lt;a href="mailto:contact@tomcn.uk"&gt;Email&lt;/a&gt;
&lt;/li&gt;
&lt;/ul&gt;

</description>
      <category>ai</category>
      <category>fintech</category>
      <category>payments</category>
      <category>crypto</category>
    </item>
    <item>
      <title>Ant Group Launches Anvita for AI Agent Crypto</title>
      <dc:creator>Tom Wang</dc:creator>
      <pubDate>Mon, 06 Apr 2026 16:25:57 +0000</pubDate>
      <link>https://dev.to/tomwangcn/ant-group-launches-anvita-for-ai-agent-crypto-36lg</link>
      <guid>https://dev.to/tomwangcn/ant-group-launches-anvita-for-ai-agent-crypto-36lg</guid>
      <description>&lt;p&gt;Ant Digital Technologies, the blockchain arm of Alipay's parent company, has unveiled &lt;strong&gt;Anvita&lt;/strong&gt; — a two-part platform that lets AI agents autonomously hold crypto assets, execute trades, and settle payments in real time using stablecoins. For any fintech developer or crypto developer building payment infrastructure in the UK, this marks the moment a major Asian fintech giant went all in on the agent-to-agent economy running on crypto rails.&lt;/p&gt;

&lt;p&gt;&lt;a href="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fimages.unsplash.com%2Fphoto-1644088379091-d574269d422f%3Fw%3D1200%26q%3D80" class="article-body-image-wrapper"&gt;&lt;img src="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fimages.unsplash.com%2Fphoto-1644088379091-d574269d422f%3Fw%3D1200%26q%3D80" alt="Blockchain network visualisation with connected nodes" width="1200" height="637"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;Announced at the Real Up summit in Cannes on 5 April, Anvita sits at the exact intersection of agentic AI and crypto payment infrastructure — two domains converging faster than most payment developers anticipated.&lt;/p&gt;

&lt;h2&gt;
  
  
  What Anvita Means for Payment Developers
&lt;/h2&gt;

&lt;p&gt;Anvita ships in two distinct modules, each targeting a different layer of the fintech stack:&lt;/p&gt;

&lt;h3&gt;
  
  
  Anvita TaaS (Tokenisation-as-a-Service)
&lt;/h3&gt;

&lt;p&gt;This is an institutional-grade layer for real-world asset (RWA) tokenisation. It handles custody, treasury management, and the on-chain representation of traditional financial instruments. For payment developers working on cross-border settlement or asset-backed payment flows, TaaS provides the tokenisation primitives that sit beneath the agent layer.&lt;/p&gt;

&lt;h3&gt;
  
  
  Anvita Flow
&lt;/h3&gt;

&lt;p&gt;Flow is the coordination layer where things get interesting for AI agent developers. It provides:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;
&lt;strong&gt;Agent registration and discovery&lt;/strong&gt; — autonomous agents can find and negotiate with each other&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Real-time settlement&lt;/strong&gt; — agents settle payments in USDC without human approval&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;An Agent Store&lt;/strong&gt; — pre-built modules for data collection, financial analysis, and gaming, plus developer-published custom agents&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Framework compatibility&lt;/strong&gt; — works with Claude Code, OpenClaw, and other agentic AI frameworks&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;The critical detail: Anvita Flow integrates the &lt;strong&gt;x402 protocol&lt;/strong&gt; — the HTTP-native stablecoin micropayment standard developed by Coinbase and Cloudflare that &lt;a href="https://dev.to/news/2026-04-04-x402-linux-foundation-http-native-payments"&gt;recently joined the Linux Foundation&lt;/a&gt;. This means agents can complete sub-cent transactions instantly using USDC, embedded directly in HTTP request headers. No billing systems, no subscriptions, no human in the loop.&lt;/p&gt;

&lt;h2&gt;
  
  
  Why This Matters: The Agentic Payment Stack Is Filling In
&lt;/h2&gt;

&lt;p&gt;Over the past week, we have tracked an extraordinary acceleration in the agentic payment space:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;
&lt;strong&gt;Stripe Tempo&lt;/strong&gt; launched AI agent payment rails with card-based checkout&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Visa&lt;/strong&gt; released an AI Agent Developer SDK for trusted agent commerce&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Google&lt;/strong&gt; introduced AP2, an open protocol for agent-to-merchant negotiation&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;x402&lt;/strong&gt; moved to the Linux Foundation for vendor-neutral HTTP-native payments&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Convera and Ripple&lt;/strong&gt; partnered on stablecoin sandwich settlement for cross-border flows&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;Anvita is the first platform from a major Asian fintech to enter this space — and it chose crypto rails over card rails. That architectural decision is significant. While Visa and Stripe anchor their agent payment flows to existing card networks, Ant Group is betting that autonomous agents need native digital asset settlement. The reasoning is sound: agents operating at machine speed across borders cannot wait for T+1 card settlement or navigate the correspondent banking maze.&lt;/p&gt;




&lt;p&gt;&lt;strong&gt;&lt;a href="https://tomcn.uk/news/2026-04-06-ant-group-anvita-ai-agent-crypto-payments" rel="noopener noreferrer"&gt;Read the full article on tomcn.uk →&lt;/a&gt;&lt;/strong&gt;&lt;/p&gt;




&lt;h3&gt;
  
  
  About the Author
&lt;/h3&gt;

&lt;p&gt;I'm &lt;strong&gt;Tom Wang&lt;/strong&gt;, a Founding Engineer at &lt;a href="https://www.radom.com" rel="noopener noreferrer"&gt;Radom&lt;/a&gt; building crypto payment infrastructure, Open Banking integrations, and cross-border payout systems with Rust and Go. Based in London, UK.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Currently open to new opportunities&lt;/strong&gt; in fintech, crypto payments, and AI agent engineering.&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;
&lt;a href="https://tomcn.uk" rel="noopener noreferrer"&gt;Portfolio&lt;/a&gt; | &lt;a href="https://www.linkedin.com/in/tomwangcn/" rel="noopener noreferrer"&gt;LinkedIn&lt;/a&gt; | &lt;a href="https://github.com/tomwangcn" rel="noopener noreferrer"&gt;GitHub&lt;/a&gt; | &lt;a href="mailto:contact@tomcn.uk"&gt;Email&lt;/a&gt;
&lt;/li&gt;
&lt;/ul&gt;

</description>
      <category>fintech</category>
      <category>crypto</category>
      <category>payments</category>
      <category>ai</category>
    </item>
    <item>
      <title>Convera and Ripple Launch Stablecoin Rails</title>
      <dc:creator>Tom Wang</dc:creator>
      <pubDate>Sun, 05 Apr 2026 15:02:10 +0000</pubDate>
      <link>https://dev.to/tomwangcn/convera-and-ripple-launch-stablecoin-rails-3ace</link>
      <guid>https://dev.to/tomwangcn/convera-and-ripple-launch-stablecoin-rails-3ace</guid>
      <description>&lt;p&gt;The cross-border payments industry just took a decisive step towards stablecoin-native infrastructure. On 31 March, Convera — the $190 billion-a-year payments giant spun out of Western Union Business Solutions — announced a strategic partnership with Ripple to deliver stablecoin-enabled settlement across 200 countries and 140 currencies. For any fintech developer or crypto developer working on payment infrastructure in the UK and beyond, this is a signal that traditional rails and blockchain settlement are converging faster than most predicted.&lt;/p&gt;

&lt;p&gt;&lt;a href="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fimages.unsplash.com%2Fphoto-dRoc08uUrv0%3Fw%3D1200%26q%3D80" class="article-body-image-wrapper"&gt;&lt;img src="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fimages.unsplash.com%2Fphoto-dRoc08uUrv0%3Fw%3D1200%26q%3D80" alt="Blue world map showing digital payment connections across continents" width="800" height="400"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;h2&gt;
  
  
  How the Stablecoin Sandwich Works for Payment Developers
&lt;/h2&gt;

&lt;p&gt;The architecture behind this partnership follows what the industry calls the "stablecoin sandwich" model — a pattern every payment developer should understand.&lt;/p&gt;

&lt;p&gt;The flow is straightforward:&lt;/p&gt;

&lt;ol&gt;
&lt;li&gt;
&lt;strong&gt;On-ramp (fiat in):&lt;/strong&gt; A business initiates a cross-border payment in their local currency — GBP, EUR, USD — through Convera's existing platform.&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Settlement layer (stablecoin middle):&lt;/strong&gt; Instead of routing through correspondent banks, the payment is converted into a regulated stablecoin — in this case, Ripple's RLUSD, a USD-backed token issued on the XRP Ledger and Ethereum. Settlement completes in seconds rather than days.&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Off-ramp (fiat out):&lt;/strong&gt; At the destination, the stablecoin is converted back to the recipient's local currency and deposited into their account. The recipient may never know stablecoins were involved.&lt;/li&gt;
&lt;/ol&gt;

&lt;p&gt;The beauty of this model is that it collapses the traditional multi-hop correspondent banking chain into a single digital settlement layer. No nostro/vostro accounts draining liquidity. No weekend blackouts. No value drift during transit.&lt;/p&gt;

&lt;p&gt;From an engineering perspective, this is essentially an abstraction layer — fiat interfaces on both ends, with deterministic blockchain settlement in the middle. If you have built payment orchestration systems, you will recognise the pattern: swap the unreliable middle for something faster and more predictable.&lt;/p&gt;

&lt;h2&gt;
  
  
  Why This Partnership Matters at Scale
&lt;/h2&gt;

&lt;p&gt;Convera is not a startup experimenting with crypto. The company processes roughly $190 billion in annual transaction volume, serves 30,000+ customers across 200 countries, and employs over 2,100 people. When a company of this scale integrates stablecoin settlement, it validates the technology for the entire B2B payments sector.&lt;/p&gt;

&lt;p&gt;The numbers backing this shift are compelling:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;
&lt;strong&gt;$34 trillion&lt;/strong&gt; in global stablecoin transaction volume in 2025 — surpassing Visa and Mastercard combined&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;3%&lt;/strong&gt; of all US dollar payments expected to flow through stablecoins in 2026, rising to &lt;strong&gt;10% by 2031&lt;/strong&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;88%&lt;/strong&gt; of firms receiving stablecoins immediately convert them back to fiat — confirming that stablecoins are being used as rails, not as assets to hold&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;RLUSD&lt;/strong&gt; has surpassed $1 billion in circulation within its first year, with HSBC now testing cross-border settlement workflows&lt;/li&gt;
&lt;/ul&gt;




&lt;p&gt;&lt;strong&gt;&lt;a href="https://tomcn.uk/news/2026-04-05-convera-ripple-stablecoin-sandwich-cross-border-payments" rel="noopener noreferrer"&gt;Read the full article on tomcn.uk →&lt;/a&gt;&lt;/strong&gt;&lt;/p&gt;




&lt;h3&gt;
  
  
  About the Author
&lt;/h3&gt;

&lt;p&gt;I'm &lt;strong&gt;Tom Wang&lt;/strong&gt;, a Founding Engineer at &lt;a href="https://www.radom.com" rel="noopener noreferrer"&gt;Radom&lt;/a&gt; building crypto payment infrastructure, Open Banking integrations, and cross-border payout systems with Rust and Go. Based in London, UK.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Currently open to new opportunities&lt;/strong&gt; in fintech, crypto payments, and AI agent engineering.&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;
&lt;a href="https://tomcn.uk" rel="noopener noreferrer"&gt;Portfolio&lt;/a&gt; | &lt;a href="https://www.linkedin.com/in/tomwangcn/" rel="noopener noreferrer"&gt;LinkedIn&lt;/a&gt; | &lt;a href="https://github.com/tomwangcn" rel="noopener noreferrer"&gt;GitHub&lt;/a&gt; | &lt;a href="mailto:contact@tomcn.uk"&gt;Email&lt;/a&gt;
&lt;/li&gt;
&lt;/ul&gt;

</description>
      <category>fintech</category>
      <category>crypto</category>
      <category>payments</category>
      <category>stablecoins</category>
    </item>
    <item>
      <title>x402 Joins the Linux Foundation: HTTP-Native Payments Go Mainstream</title>
      <dc:creator>Tom Wang</dc:creator>
      <pubDate>Sat, 04 Apr 2026 12:09:23 +0000</pubDate>
      <link>https://dev.to/tomwangcn/x402-joins-the-linux-foundation-http-native-payments-go-mainstream-1cjd</link>
      <guid>https://dev.to/tomwangcn/x402-joins-the-linux-foundation-http-native-payments-go-mainstream-1cjd</guid>
      <description>&lt;h2&gt;
  
  
  The HTTP 402 Status Code Finally Has a Protocol
&lt;/h2&gt;

&lt;p&gt;For over thirty years, HTTP 402 "Payment Required" sat unused in the specification — a placeholder waiting for the internet to figure out native payments. On 2 April 2026, that wait ended. Coinbase formally transferred the x402 protocol to the Linux Foundation, establishing an open, vendor-neutral standard for embedding payments directly into HTTP requests. For fintech developers and crypto payment engineers, this is the most consequential infrastructure shift since PSD2 opened bank APIs across Europe.&lt;/p&gt;

&lt;p&gt;The founding coalition reads like a who's who of internet infrastructure: Stripe, Cloudflare, AWS, Google, Microsoft, Visa, and Mastercard all sit on the x402 Foundation board. When traditional payment networks and cloud hyperscalers align behind an open-source crypto payment standard, the signal is unmistakable — stablecoin settlement is moving from experiment to expectation.&lt;/p&gt;

&lt;h2&gt;
  
  
  How x402 Works Under the Hood
&lt;/h2&gt;

&lt;p&gt;The elegance of x402 lies in its simplicity. The protocol piggybacks on standard HTTP, requiring no sidechannels, no OAuth dance, and no API keys. The flow works in four steps:&lt;/p&gt;

&lt;ol&gt;
&lt;li&gt;
&lt;strong&gt;Client requests a resource.&lt;/strong&gt; A standard HTTP GET or POST to any x402-enabled endpoint.&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Server responds with 402.&lt;/strong&gt; The response includes a &lt;code&gt;PAYMENT-REQUIRED&lt;/code&gt; header containing a base64-encoded payment instruction: amount, recipient address, accepted chains, and token type (typically USDC).&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Client signs and pays.&lt;/strong&gt; The client constructs a &lt;code&gt;PaymentPayload&lt;/code&gt;, signs the transaction with its wallet, and resends the request with a &lt;code&gt;PAYMENT-SIGNATURE&lt;/code&gt; header.&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Facilitator verifies, server delivers.&lt;/strong&gt; A facilitator node verifies the payment on-chain (or locally), and the server returns the requested resource along with a settlement receipt.&lt;/li&gt;
&lt;/ol&gt;

&lt;p&gt;No accounts. No subscriptions. No merchant onboarding. A Rust service, a Go microservice, or an AI agent can pay for an API call the same way a browser requests a webpage — with a single HTTP round-trip.&lt;/p&gt;

&lt;h3&gt;
  
  
  Middleware Integration in Practice
&lt;/h3&gt;

&lt;p&gt;For payment developers working with Node.js or Next.js, x402 integration is strikingly minimal. Coinbase's SDK provides Express middleware that wraps existing route handlers:&lt;br&gt;
&lt;/p&gt;

&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight typescript"&gt;&lt;code&gt;&lt;span class="k"&gt;import&lt;/span&gt; &lt;span class="p"&gt;{&lt;/span&gt; &lt;span class="nx"&gt;paymentMiddleware&lt;/span&gt; &lt;span class="p"&gt;}&lt;/span&gt; &lt;span class="k"&gt;from&lt;/span&gt; &lt;span class="dl"&gt;'&lt;/span&gt;&lt;span class="s1"&gt;@coinbase/x402&lt;/span&gt;&lt;span class="dl"&gt;'&lt;/span&gt;&lt;span class="p"&gt;;&lt;/span&gt;

&lt;span class="nx"&gt;app&lt;/span&gt;&lt;span class="p"&gt;.&lt;/span&gt;&lt;span class="nf"&gt;use&lt;/span&gt;&lt;span class="p"&gt;(&lt;/span&gt;&lt;span class="dl"&gt;'&lt;/span&gt;&lt;span class="s1"&gt;/api/premium-data&lt;/span&gt;&lt;span class="dl"&gt;'&lt;/span&gt;&lt;span class="p"&gt;,&lt;/span&gt; &lt;span class="nf"&gt;paymentMiddleware&lt;/span&gt;&lt;span class="p"&gt;({&lt;/span&gt;
  &lt;span class="na"&gt;amount&lt;/span&gt;&lt;span class="p"&gt;:&lt;/span&gt; &lt;span class="dl"&gt;'&lt;/span&gt;&lt;span class="s1"&gt;0.001&lt;/span&gt;&lt;span class="dl"&gt;'&lt;/span&gt;&lt;span class="p"&gt;,&lt;/span&gt;
  &lt;span class="na"&gt;token&lt;/span&gt;&lt;span class="p"&gt;:&lt;/span&gt; &lt;span class="dl"&gt;'&lt;/span&gt;&lt;span class="s1"&gt;USDC&lt;/span&gt;&lt;span class="dl"&gt;'&lt;/span&gt;&lt;span class="p"&gt;,&lt;/span&gt;
  &lt;span class="na"&gt;network&lt;/span&gt;&lt;span class="p"&gt;:&lt;/span&gt; &lt;span class="dl"&gt;'&lt;/span&gt;&lt;span class="s1"&gt;base&lt;/span&gt;&lt;span class="dl"&gt;'&lt;/span&gt;&lt;span class="p"&gt;,&lt;/span&gt;
  &lt;span class="na"&gt;recipient&lt;/span&gt;&lt;span class="p"&gt;:&lt;/span&gt; &lt;span class="dl"&gt;'&lt;/span&gt;&lt;span class="s1"&gt;0x...&lt;/span&gt;&lt;span class="dl"&gt;'&lt;/span&gt;
&lt;span class="p"&gt;}));&lt;/span&gt;
&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;



&lt;p&gt;That is the entire server-side implementation. The middleware intercepts requests without the payment header, responds with 402 and payment instructions, then verifies and settles when the client retries with a signed payload. Equivalent libraries exist for Go, Python, and Rust — the protocol is language-agnostic by design.&lt;/p&gt;

&lt;h2&gt;
  
  
  Why Stablecoin Settlement Changes the Cost Equation
&lt;/h2&gt;




&lt;p&gt;&lt;strong&gt;&lt;a href="https://tomcn.uk/news/2026-04-04-x402-linux-foundation-http-native-payments" rel="noopener noreferrer"&gt;Read the full article on tomcn.uk →&lt;/a&gt;&lt;/strong&gt;&lt;/p&gt;




&lt;h3&gt;
  
  
  About the Author
&lt;/h3&gt;

&lt;p&gt;I'm &lt;strong&gt;Tom Wang&lt;/strong&gt;, a Founding Engineer at &lt;a href="https://www.radom.com" rel="noopener noreferrer"&gt;Radom&lt;/a&gt; building crypto payment infrastructure, Open Banking integrations, and cross-border payout systems with Rust and Go. Based in London, UK.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Currently open to new opportunities&lt;/strong&gt; in fintech, crypto payments, and AI agent engineering.&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;
&lt;a href="https://tomcn.uk" rel="noopener noreferrer"&gt;Portfolio&lt;/a&gt; | &lt;a href="https://www.linkedin.com/in/tomwangcn/" rel="noopener noreferrer"&gt;LinkedIn&lt;/a&gt; | &lt;a href="https://github.com/tomwangcn" rel="noopener noreferrer"&gt;GitHub&lt;/a&gt; | &lt;a href="mailto:contact@tomcn.uk"&gt;Email&lt;/a&gt;
&lt;/li&gt;
&lt;/ul&gt;

</description>
      <category>fintech</category>
      <category>cryptopayments</category>
      <category>x402</category>
      <category>stablecoins</category>
    </item>
    <item>
      <title>Google AP2 Completes the Agentic Payment Stack</title>
      <dc:creator>Tom Wang</dc:creator>
      <pubDate>Fri, 03 Apr 2026 21:10:46 +0000</pubDate>
      <link>https://dev.to/tomwangcn/google-ap2-completes-the-agentic-payment-stack-faf</link>
      <guid>https://dev.to/tomwangcn/google-ap2-completes-the-agentic-payment-stack-faf</guid>
      <description>&lt;h2&gt;
  
  
  Three Protocols, One Stack: The Agentic Payment Layer Is Taking Shape
&lt;/h2&gt;

&lt;p&gt;Six months ago, the idea of an AI agent autonomously completing a purchase felt like a demo-stage curiosity. Today, three production-grade protocols — OpenAI and Stripe's &lt;strong&gt;Agentic Commerce Protocol (ACP)&lt;/strong&gt;, Google's freshly launched &lt;strong&gt;Agent Payments Protocol (AP2)&lt;/strong&gt;, and Coinbase's &lt;strong&gt;x402&lt;/strong&gt; — form what increasingly looks like a layered agentic commerce stack. For fintech developers and payment engineers building the next generation of checkout infrastructure, understanding how these pieces fit together is no longer optional.&lt;/p&gt;

&lt;p&gt;Google's AP2 announcement, published on 3 April 2026, brings over sixty launch partners including Mastercard, Adyen, PayPal, Coinbase, American Express, Revolut, and UnionPay International. The protocol is open-source under Apache 2.0 and already has a &lt;a href="https://github.com/google-agentic-commerce/AP2" rel="noopener noreferrer"&gt;public GitHub repository&lt;/a&gt;. This is not a whitepaper — it is a specification with working implementations.&lt;/p&gt;

&lt;h2&gt;
  
  
  How AP2's Mandate System Works
&lt;/h2&gt;

&lt;p&gt;The centrepiece of AP2 is its &lt;strong&gt;mandate architecture&lt;/strong&gt;, built on Verifiable Credentials (VCs) — cryptographically signed digital contracts that define exactly what an AI agent is permitted to do.&lt;/p&gt;

&lt;p&gt;AP2 defines three mandate types:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;
&lt;strong&gt;Cart Mandate&lt;/strong&gt;: Created when a user approves a final purchase. It produces a cryptographically signed, immutable record of the exact items, price, and shipping details. The merchant signs first, guaranteeing fulfilment at the specified price.&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Intent Mandate&lt;/strong&gt;: Pre-authorised instructions for delegated tasks where no human is present at checkout. These specify price limits, timing constraints, and other conditions — essentially a spending policy for autonomous agents.&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Payment Mandate&lt;/strong&gt;: Signals to payment networks that the transaction was AI-initiated, enabling downstream risk scoring and fraud detection models to treat agent transactions differently from human ones.&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;This dual-signature structure — merchant commits to terms, then the user (or their agent) countersigns — creates a non-repudiable cryptographic audit trail. Every transaction links agent, user, merchant, and payment network with clear evidence for dispute resolution.&lt;/p&gt;

&lt;p&gt;For payment developers who have worked with tokenisation flows or 3D Secure challenge protocols, the mental model is familiar: AP2 adds an authorisation layer, but instead of authenticating a cardholder, it authenticates an &lt;em&gt;agent's mandate to act&lt;/em&gt;.&lt;/p&gt;

&lt;h2&gt;
  
  
  Where AP2 Fits in the Agentic Commerce Stack
&lt;/h2&gt;

&lt;p&gt;The three major protocols are not competitors — they operate at different layers:&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;ACP (Agentic Commerce Protocol)&lt;/strong&gt; handles the merchant integration layer. Developed by OpenAI and Stripe, it is already production-live inside ChatGPT's Instant Checkout. ACP lets agents share credentials and initiate checkouts without exposing raw payment data. The merchant remains the merchant of record, and transactions flow through existing payment providers like Stripe. Think of ACP as the &lt;em&gt;what&lt;/em&gt; — what the agent wants to buy, from whom, and through which checkout flow.&lt;/p&gt;




&lt;p&gt;&lt;strong&gt;&lt;a href="https://tomcn.uk/news/2026-04-03-google-ap2-agentic-payment-protocol-stack" rel="noopener noreferrer"&gt;Read the full article on tomcn.uk →&lt;/a&gt;&lt;/strong&gt;&lt;/p&gt;




&lt;h3&gt;
  
  
  About the Author
&lt;/h3&gt;

&lt;p&gt;I'm &lt;strong&gt;Tom Wang&lt;/strong&gt;, a Founding Engineer at &lt;a href="https://www.radom.com" rel="noopener noreferrer"&gt;Radom&lt;/a&gt; building crypto payment infrastructure, Open Banking integrations, and cross-border payout systems with Rust and Go. Based in London, UK.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Currently open to new opportunities&lt;/strong&gt; in fintech, crypto payments, and AI agent engineering.&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;
&lt;a href="https://tomcn.uk" rel="noopener noreferrer"&gt;Portfolio&lt;/a&gt; | &lt;a href="https://www.linkedin.com/in/tomwangcn/" rel="noopener noreferrer"&gt;LinkedIn&lt;/a&gt; | &lt;a href="https://github.com/tomwangcn" rel="noopener noreferrer"&gt;GitHub&lt;/a&gt; | &lt;a href="mailto:contact@tomcn.uk"&gt;Email&lt;/a&gt;
&lt;/li&gt;
&lt;/ul&gt;

</description>
      <category>fintech</category>
      <category>aiagents</category>
      <category>agenticcommerce</category>
      <category>paymentdeveloper</category>
    </item>
    <item>
      <title>Visa Launches AI Agent Developer SDK for Payments</title>
      <dc:creator>Tom Wang</dc:creator>
      <pubDate>Thu, 02 Apr 2026 00:01:00 +0000</pubDate>
      <link>https://dev.to/tomwangcn/visa-launches-ai-agent-developer-sdk-for-payments-4m1d</link>
      <guid>https://dev.to/tomwangcn/visa-launches-ai-agent-developer-sdk-for-payments-4m1d</guid>
      <description>&lt;h2&gt;
  
  
  Visa Opens the Door for AI Agent Payment Developers
&lt;/h2&gt;

&lt;p&gt;Visa has officially launched its Intelligent Commerce (VIC) developer toolkit and the Digital Commerce Authentication Program (VDCAP) this month, giving payment developers and fintech engineers the infrastructure they need to build secure, autonomous AI agent transactions on the world's largest card network.&lt;/p&gt;

&lt;p&gt;This is not a whitepaper or a pilot announcement. Over 30 partners are actively building in the VIC sandbox, more than 20 agent platforms are integrating directly, and hundreds of secure agent-initiated transactions have already been completed. For AI agent developers and payment engineers in the UK and globally, Visa's move signals that agentic commerce has crossed from experimentation into production infrastructure.&lt;/p&gt;

&lt;h2&gt;
  
  
  What Is Visa Intelligent Commerce?
&lt;/h2&gt;

&lt;p&gt;Visa Intelligent Commerce is a suite of APIs, SDKs, and protocols that equip AI agents with trusted payment rails. The system combines four core capabilities:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;
&lt;strong&gt;Tokenisation&lt;/strong&gt; — agents receive context-specific payment credentials scoped to the customer's intent, not raw card numbers&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Authentication&lt;/strong&gt; — Visa's Trusted Agent Protocol verifies agent identity and authorisation before any transaction&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Spending controls&lt;/strong&gt; — merchants and consumers can set limits on what an agent can purchase, from which sellers, and up to what amount&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Privacy-aware personalisation&lt;/strong&gt; — agents can access purchase preferences without exposing sensitive cardholder data&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;The architecture is designed so that AI agents can browse, buy, and manage orders on a consumer's behalf — securely, at scale, and within the compliance framework that card networks already enforce.&lt;/p&gt;

&lt;h2&gt;
  
  
  VDCAP: Authentication That Pays for Itself
&lt;/h2&gt;

&lt;p&gt;The Digital Commerce Authentication Program launches in the US and Canada this month with a straightforward incentive: merchants who provide enriched data elements — Device ID, IP address, email, and billing address — qualify for a 0.05% fee reduction on transactions. Combine that with Network Tokens and the reduction rises to 0.10%.&lt;/p&gt;

&lt;p&gt;For payment developers building checkout flows, this is a direct signal: better data quality equals lower interchange costs. The programme encourages the kind of structured, machine-readable transaction data that AI agents naturally produce — making agentic commerce not just technically feasible but economically advantageous.&lt;/p&gt;

&lt;h3&gt;
  
  
  Why This Matters for Backend Engineers
&lt;/h3&gt;

&lt;p&gt;If you are building payment infrastructure with Rust, Go, or TypeScript, VDCAP means your transaction payloads need to be richer. The authentication data elements Visa now incentivises are:&lt;/p&gt;

&lt;ol&gt;
&lt;li&gt;
&lt;strong&gt;Device fingerprint&lt;/strong&gt; — hash of the agent's runtime environment&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;IP geolocation&lt;/strong&gt; — where the request originates&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Verified email&lt;/strong&gt; — tied to the consumer's Visa credential&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Billing address match&lt;/strong&gt; — AVS data included in the authorisation&lt;/li&gt;
&lt;/ol&gt;




&lt;p&gt;&lt;strong&gt;&lt;a href="https://tomcn.uk/news/2026-04-02-visa-intelligent-commerce-sdk-agentic-payments" rel="noopener noreferrer"&gt;Read the full article on tomcn.uk →&lt;/a&gt;&lt;/strong&gt;&lt;/p&gt;




&lt;h3&gt;
  
  
  About the Author
&lt;/h3&gt;

&lt;p&gt;I'm &lt;strong&gt;Tom Wang&lt;/strong&gt;, a Founding Engineer at &lt;a href="https://www.radom.com" rel="noopener noreferrer"&gt;Radom&lt;/a&gt; building crypto payment infrastructure, Open Banking integrations, and cross-border payout systems with Rust and Go. Based in London, UK.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Currently open to new opportunities&lt;/strong&gt; in fintech, crypto payments, and AI agent engineering.&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;
&lt;a href="https://tomcn.uk" rel="noopener noreferrer"&gt;Portfolio&lt;/a&gt; | &lt;a href="https://www.linkedin.com/in/tomwangcn/" rel="noopener noreferrer"&gt;LinkedIn&lt;/a&gt; | &lt;a href="https://github.com/tomwangcn" rel="noopener noreferrer"&gt;GitHub&lt;/a&gt; | &lt;a href="mailto:contact@tomcn.uk"&gt;Email&lt;/a&gt;
&lt;/li&gt;
&lt;/ul&gt;

</description>
      <category>fintech</category>
      <category>aiagents</category>
      <category>visa</category>
      <category>agenticcommerce</category>
    </item>
    <item>
      <title>Stripe Tempo Goes Live: AI Agent Payment Rails</title>
      <dc:creator>Tom Wang</dc:creator>
      <pubDate>Wed, 01 Apr 2026 01:12:47 +0000</pubDate>
      <link>https://dev.to/tomwangcn/stripe-tempo-goes-live-ai-agent-payment-rails-3306</link>
      <guid>https://dev.to/tomwangcn/stripe-tempo-goes-live-ai-agent-payment-rails-3306</guid>
      <description>&lt;h2&gt;
  
  
  Stripe Just Launched Its Own Blockchain — And It Changes Everything for Payment Developers
&lt;/h2&gt;

&lt;p&gt;On 18 March 2026, Stripe-backed Tempo went live on mainnet, bringing a payments-optimised blockchain into production alongside a new open standard: the Machine Payments Protocol (MPP). For fintech developers and crypto payment engineers, this is a watershed moment. The company that processes over $1 trillion in annual payment volume is now building its own settlement layer — purpose-built for stablecoins and AI agent transactions.&lt;/p&gt;

&lt;p&gt;And Stripe is not alone. Circle launched USDC Nanopayments on testnet the same month, enabling gas-free micro-transfers down to $0.000001. The race to become the default payment rail for autonomous AI agents is officially underway.&lt;/p&gt;

&lt;h2&gt;
  
  
  What Is Tempo and Why Does It Matter?
&lt;/h2&gt;

&lt;p&gt;Tempo is a payments-focused blockchain co-developed by Stripe and Paradigm. Unlike general-purpose chains optimised for DeFi or NFTs, Tempo is engineered specifically for high-throughput stablecoin settlement. The numbers speak for themselves:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;
&lt;strong&gt;100,000 transactions per second&lt;/strong&gt; — orders of magnitude beyond Ethereum's base layer&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Sub-second finality&lt;/strong&gt; — critical for real-time payment confirmation&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Native stablecoin support&lt;/strong&gt; — built from the ground up for dollar-pegged assets&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;The design partners read like a who's who of global finance and technology: Visa, Mastercard, Deutsche Bank, Standard Chartered, Revolut, Nubank, Shopify, OpenAI, Anthropic, Ramp, and DoorDash. When both card networks and AI labs are building on the same infrastructure, the signal is clear — this is where payment settlement is heading.&lt;/p&gt;

&lt;h2&gt;
  
  
  The Machine Payments Protocol: OAuth for Money
&lt;/h2&gt;

&lt;p&gt;The real innovation is not the blockchain itself but what runs on top of it. MPP introduces a concept called "sessions" — essentially OAuth for money. Here is how it works:&lt;/p&gt;

&lt;ol&gt;
&lt;li&gt;An AI agent authenticates and sets a spending cap&lt;/li&gt;
&lt;li&gt;The agent streams micropayments continuously as it consumes services (data, compute, API calls)&lt;/li&gt;
&lt;li&gt;Payments settle in stablecoins without human approval at each step&lt;/li&gt;
&lt;li&gt;Service providers receive real-time confirmation of payment&lt;/li&gt;
&lt;/ol&gt;

&lt;p&gt;This is fundamentally different from traditional payment flows. There is no checkout page, no card authorisation, no 3D Secure challenge. The agent pays as it goes, much like how a developer's API calls are metered and billed — except settlement happens in real time on-chain.&lt;/p&gt;

&lt;p&gt;Visa contributed to the MPP specification, developing standards for letting agents pay with traditional credit or debit cards alongside stablecoin rails. This hybrid approach — crypto-native settlement with card network fallback — is precisely the kind of infrastructure that payment developers need to understand.&lt;/p&gt;




&lt;p&gt;&lt;strong&gt;&lt;a href="https://tomcn.uk/news/2026-04-01-stripe-tempo-ai-agent-payment-rails" rel="noopener noreferrer"&gt;Read the full article on tomcn.uk →&lt;/a&gt;&lt;/strong&gt;&lt;/p&gt;




&lt;h3&gt;
  
  
  About the Author
&lt;/h3&gt;

&lt;p&gt;I'm &lt;strong&gt;Tom Wang&lt;/strong&gt;, a Founding Engineer at &lt;a href="https://www.radom.com" rel="noopener noreferrer"&gt;Radom&lt;/a&gt; building crypto payment infrastructure, Open Banking integrations, and cross-border payout systems with Rust and Go. Based in London, UK.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Currently open to new opportunities&lt;/strong&gt; in fintech, crypto payments, and AI agent engineering.&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;
&lt;a href="https://tomcn.uk" rel="noopener noreferrer"&gt;Portfolio&lt;/a&gt; | &lt;a href="https://www.linkedin.com/in/tomwangcn/" rel="noopener noreferrer"&gt;LinkedIn&lt;/a&gt; | &lt;a href="https://github.com/tomwangcn" rel="noopener noreferrer"&gt;GitHub&lt;/a&gt; | &lt;a href="mailto:contact@tomcn.uk"&gt;Email&lt;/a&gt;
&lt;/li&gt;
&lt;/ul&gt;

</description>
      <category>fintech</category>
      <category>cryptopayments</category>
      <category>aiagents</category>
      <category>stablecoins</category>
    </item>
    <item>
      <title>Mastercard's $1.8B BVNK Deal Reshapes Payment Infrastructure</title>
      <dc:creator>Tom Wang</dc:creator>
      <pubDate>Mon, 30 Mar 2026 23:56:40 +0000</pubDate>
      <link>https://dev.to/tomwangcn/mastercards-18b-bvnk-deal-reshapes-payment-infrastructure-1fgj</link>
      <guid>https://dev.to/tomwangcn/mastercards-18b-bvnk-deal-reshapes-payment-infrastructure-1fgj</guid>
      <description>&lt;p&gt;Mastercard's agreement to acquire BVNK for up to $1.8 billion marks the largest stablecoin infrastructure deal in history — and a turning point for every fintech developer and payment developer working on cross-border systems. The London-founded startup, processing $30 billion in annualised stablecoin volume across 130+ countries, will plug directly into Mastercard's global network spanning 200+ countries and 150 currencies. For crypto developers and payment engineers in the UK, this is the clearest signal yet that stablecoin rails are becoming core financial infrastructure.&lt;/p&gt;

&lt;h2&gt;
  
  
  Why This Deal Matters for Payment Developers
&lt;/h2&gt;

&lt;p&gt;The acquisition isn't about Mastercard buying a crypto company. It's about owning the orchestration layer between on-chain settlement and traditional card networks. BVNK's modular API suite — covering send, receive, store, convert, spend, and earn functions — gives Mastercard a full-stack stablecoin infrastructure that can sit alongside its existing fiat rails.&lt;/p&gt;

&lt;p&gt;As Raj Dhamodharan, Mastercard's EVP of Blockchain and Digital Assets, put it: "Mastercard has been in the translation business for half a century." The company sees stablecoin orchestration as the next translation problem to solve.&lt;/p&gt;

&lt;p&gt;For payment developers building at companies like &lt;a href="https://dev.to/"&gt;Radom&lt;/a&gt; and similar fintech startups, this creates an entirely new API surface area. Engineers will increasingly need to build hybrid payment flows where a single transaction touches both blockchain rails and traditional card networks — a pattern that demands deep understanding of both systems.&lt;/p&gt;

&lt;h2&gt;
  
  
  The Technical Architecture Behind BVNK
&lt;/h2&gt;

&lt;p&gt;BVNK operates two deployment models that illustrate the spectrum of stablecoin infrastructure design:&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Layer1 (Self-Managed):&lt;/strong&gt; An enterprise-grade self-custody platform where businesses run their own stablecoin stack with direct wallet and key management. Built to transform "complex, backend-heavy stablecoin plumbing into modular, scalable tools," according to CTO Donald Jackson.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Managed Service:&lt;/strong&gt; BVNK handles infrastructure, custody, and compliance on behalf of clients — licensing and regulatory requirements included.&lt;/p&gt;

&lt;p&gt;The platform connects to both blockchain networks and traditional payment rails including SWIFT, ACH, Fedwire, SEPA, CHAPS, and Faster Payments. It supports real-time FX conversion, stablecoin-to-stablecoin swaps, and smart routing for liquidity management across chains.&lt;/p&gt;

&lt;p&gt;This dual-model architecture is particularly relevant for Rust developers and Go developers building high-throughput payment systems. The settlement finality mismatch alone — near-instant blockchain confirmation versus 1–5 day correspondent banking settlement — requires sophisticated state management, reconciliation engines, and event-driven architectures that languages like Rust and Go handle exceptionally well.&lt;/p&gt;

&lt;h2&gt;
  
  
  Bridging On-Chain and Off-Chain: The Engineering Challenges
&lt;/h2&gt;

&lt;p&gt;The technical challenges of connecting stablecoin infrastructure to traditional payment networks are substantial, and they're exactly the problems that fintech developers in the UK will be solving over the next several years:&lt;/p&gt;




&lt;p&gt;&lt;strong&gt;&lt;a href="https://tomcn.uk/news/2026-03-31-mastercard-bvnk-stablecoin-payment-infrastructure" rel="noopener noreferrer"&gt;Read the full article on tomcn.uk →&lt;/a&gt;&lt;/strong&gt;&lt;/p&gt;




&lt;h3&gt;
  
  
  About the Author
&lt;/h3&gt;

&lt;p&gt;I'm &lt;strong&gt;Tom Wang&lt;/strong&gt;, a Founding Engineer at &lt;a href="https://www.radom.com" rel="noopener noreferrer"&gt;Radom&lt;/a&gt; building crypto payment infrastructure, Open Banking integrations, and cross-border payout systems with Rust and Go. Based in London, UK.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Currently open to new opportunities&lt;/strong&gt; in fintech, crypto payments, and AI agent engineering.&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;
&lt;a href="https://tomcn.uk" rel="noopener noreferrer"&gt;Portfolio&lt;/a&gt; | &lt;a href="https://www.linkedin.com/in/tomwangcn/" rel="noopener noreferrer"&gt;LinkedIn&lt;/a&gt; | &lt;a href="https://github.com/tomwangcn" rel="noopener noreferrer"&gt;GitHub&lt;/a&gt; | &lt;a href="mailto:contact@tomcn.uk"&gt;Email&lt;/a&gt;
&lt;/li&gt;
&lt;/ul&gt;

</description>
      <category>fintech</category>
      <category>crypto</category>
      <category>payments</category>
      <category>stablecoin</category>
    </item>
    <item>
      <title>AI Agents Are Now Making Real Payments — What Developers Need to Build</title>
      <dc:creator>Tom Wang</dc:creator>
      <pubDate>Mon, 30 Mar 2026 12:09:02 +0000</pubDate>
      <link>https://dev.to/tomwangcn/ai-agents-are-now-making-real-payments-what-developers-need-to-build-1i9g</link>
      <guid>https://dev.to/tomwangcn/ai-agents-are-now-making-real-payments-what-developers-need-to-build-1i9g</guid>
      <description>&lt;h2&gt;
  
  
  The First AI Agent Payment in Europe Just Happened
&lt;/h2&gt;

&lt;p&gt;On 2 March 2026, Banco Santander and Mastercard completed Europe's first live end-to-end payment executed entirely by an AI agent. Not a demo. Not a sandbox. A real transaction, processed through Santander's regulated payment infrastructure, with real money moving between real accounts.&lt;/p&gt;

&lt;p&gt;For fintech developers and AI agent engineers building payment systems, this milestone changes the conversation. Agentic commerce — where AI agents autonomously initiate, authorise, and complete payments on behalf of users — has moved from concept to production reality.&lt;/p&gt;

&lt;p&gt;And the scale is staggering: AI agents already influenced $262 billion in holiday sales in 2025. Visa predicts millions of consumers will use AI agents to complete purchases by the 2026 holiday season. Both Mastercard and Visa have live agentic payment pilots running across Europe, Latin America, and Asia Pacific.&lt;/p&gt;

&lt;h2&gt;
  
  
  How Mastercard Agent Pay Works
&lt;/h2&gt;

&lt;p&gt;The technical architecture behind agentic payments is what makes this interesting for payment developers. Mastercard's Agent Pay, launched in April 2025, provides the infrastructure for AI agents to transact on payment networks. Here's the flow:&lt;/p&gt;

&lt;h3&gt;
  
  
  1. Agent Registration and Authentication
&lt;/h3&gt;

&lt;p&gt;Before an AI agent can make a payment, it must be registered and authenticated on the Mastercard network. This is analogous to merchant onboarding — the agent gets a verified identity, a set of permitted operations, and transaction limits defined by the cardholder.&lt;/p&gt;

&lt;h3&gt;
  
  
  2. Consumer Consent and Limits
&lt;/h3&gt;

&lt;p&gt;The cardholder sets predefined limits: maximum transaction amount, permitted merchant categories, spending caps per day or month. The agent can only operate within these boundaries. Think of it as a programmable spending policy — the kind of system that payment developers and crypto developers building smart contract wallets have been designing for years.&lt;/p&gt;

&lt;h3&gt;
  
  
  3. Transaction Execution
&lt;/h3&gt;

&lt;p&gt;The AI agent — in Santander's case, built with Microsoft Azure OpenAI Service and Copilot Studio, orchestrated by PayOS — identifies a purchase need, selects the merchant, and initiates payment through Mastercard's network. The transaction flows through existing card rails, meaning the entire settlement infrastructure already works.&lt;/p&gt;

&lt;h3&gt;
  
  
  4. Verifiable Intent
&lt;/h3&gt;

&lt;p&gt;This is the genuinely innovative piece. Mastercard and Google jointly introduced Verifiable Intent — an open-source framework that creates a cryptographic audit trail proving what the consumer authorised and whether the agent followed instructions exactly.&lt;/p&gt;

&lt;p&gt;The specification builds on established standards from FIDO Alliance, EMVCo, IETF, and W3C. It employs Selective Disclosure, sharing only the minimum necessary information with each transaction party. The framework interoperates with Google's Agent Payments Protocol (AP2) and the Universal Commerce Protocol (UCP).&lt;/p&gt;




&lt;p&gt;&lt;strong&gt;&lt;a href="https://tomcn.uk/news/2026-03-30-ai-agents-making-real-payments-agentic-commerce" rel="noopener noreferrer"&gt;Read the full article on tomcn.uk →&lt;/a&gt;&lt;/strong&gt;&lt;/p&gt;




&lt;h3&gt;
  
  
  About the Author
&lt;/h3&gt;

&lt;p&gt;I'm &lt;strong&gt;Tom Wang&lt;/strong&gt;, a Founding Engineer at &lt;a href="https://www.radom.com" rel="noopener noreferrer"&gt;Radom&lt;/a&gt; building crypto payment infrastructure, Open Banking integrations, and cross-border payout systems with Rust and Go. Based in London, UK.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Currently open to new opportunities&lt;/strong&gt; in fintech, crypto payments, and AI agent engineering.&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;
&lt;a href="https://tomcn.uk" rel="noopener noreferrer"&gt;Portfolio&lt;/a&gt; | &lt;a href="https://www.linkedin.com/in/tomwangcn/" rel="noopener noreferrer"&gt;LinkedIn&lt;/a&gt; | &lt;a href="https://github.com/tomwangcn" rel="noopener noreferrer"&gt;GitHub&lt;/a&gt; | &lt;a href="mailto:contact@tomcn.uk"&gt;Email&lt;/a&gt;
&lt;/li&gt;
&lt;/ul&gt;

</description>
      <category>aiagents</category>
      <category>fintech</category>
      <category>cryptopayments</category>
      <category>mastercard</category>
    </item>
  </channel>
</rss>
