Skip to main content

304 posts tagged with "AI"

Artificial intelligence and machine learning applications

View all tags

AI Agents and the Future of Crypto Wallet Security: MoonPay's Ledger Integration

· 9 min read
Dora Noda
Software Engineer

Every AI agent needs a wallet. But who holds the keys?

On March 13, 2026, MoonPay answered that question by launching the first AI agent platform secured by a Ledger hardware signer — a move that forces every transaction through a physical device where private keys never touch the internet. In a market where 60–80% of global crypto trading volume is already AI-driven and autonomous agents manage billions in assets, MoonPay's bet is that the winning architecture isn't the one that moves fastest, but the one that humans still trust.

The Key Problem Nobody Solved

The crypto AI agent explosion of 2025–2026 created a paradox. Autonomous agents need wallet access to trade, bridge, stake, and pay for services. But wallet access means key access — and key access means trusting software with everything you own.

Before MoonPay's Ledger integration, the industry offered two imperfect options:

  • Full autonomy, zero security. Give the agent your private key or seed phrase. It can act instantly, but a single vulnerability — a prompt injection, a compromised dependency, a rogue API call — drains the wallet. In February 2026, supply chain attacks targeting dYdX through compromised npm and Python packages, linked to the Lazarus Group, demonstrated how real this threat is.

  • Full security, zero autonomy. Keep keys locked in cold storage and approve every transaction manually. Safe, but it defeats the purpose of autonomous agents entirely. You become the bottleneck in a system designed to operate at machine speed.

MoonPay's Ledger integration introduces a third path: autonomous strategy, human-verified execution. The AI agent handles research, portfolio analysis, swap routing, and trade construction. But every on-chain transaction must be physically confirmed on a Ledger device before it executes. The agent is the brain; the hardware wallet is the lock.

How It Actually Works

MoonPay Agents, initially released on February 24, 2026 as a command-line interface (CLI) tool, lets AI agents manage wallets, execute trades, and transact across multiple blockchains. The March 13 update adds native Ledger signer support, making it the first CLI wallet with this integration.

The technical flow is straightforward:

  1. Connect any Ledger signer (Nano S Plus, Nano X, Gen5, Stax, or Flex) via USB to the MoonPay CLI
  2. The agent automatically detects wallets across all supported networks — Ethereum, Solana, Base, Arbitrum, Polygon, Optimism, BNB Chain, and Avalanche
  3. The AI agent constructs transactions based on its strategy logic
  4. Each transaction is routed to the Ledger device for physical verification and signing
  5. Only after the user confirms on the hardware device does the transaction broadcast

The critical security property: private keys are generated and stored inside the Ledger's secure element chip. They never leave the device, never touch the host computer's memory, and never enter the AI agent's execution environment. The agent can propose any action, but it cannot execute without human approval.

Available now in MoonPay CLI version 0.12.3 at moonpay.com/agents.

The Agent Security Spectrum

MoonPay's approach sits at one end of a security spectrum that the crypto industry is rapidly defining. Each major player has staked out a different position, and the tradeoffs reveal fundamentally different visions for how humans and AI agents should interact.

Coinbase Agentic Wallets: Hosted Custody with Guardrails

Coinbase launched its Agentic Wallets in February 2026, built on multi-party computation (MPC). Every action is signed by the agent using MPC and recorded on-chain on Ethereum or Base. Creators retain an emergency administrative key that can freeze or recover funds if malicious behavior is detected.

The model prioritizes programmability. Developers set spending limits, whitelisted contract interactions, and automated guardrails. The agent operates within defined boundaries without needing transaction-by-transaction human approval. It's closer to giving an employee a corporate card with spending limits than requiring a manager's signature on every purchase.

Tradeoff: Keys are managed in Coinbase's hosted infrastructure, not on a physical device the user controls. This is convenient for developers building autonomous systems but requires trusting Coinbase's custodial infrastructure.

x402 Protocol: Fully Autonomous Machine Payments

At the opposite extreme, Coinbase's x402 protocol enables fully autonomous machine-to-machine payments with no human in the loop at all. Built directly into the HTTP layer, x402 lets AI agents pay for API calls, compute credits, and data access automatically using USDC on Base.

Alchemy integrated x402 in February 2026, creating a flow where an AI agent independently purchases compute credits and accesses blockchain data without any human intervention. The protocol has processed over 50 million transactions in testing, though daily real-world volume remains modest at roughly $28,000 — a sign that the infrastructure is ahead of adoption.

Tradeoff: Maximum speed and automation, but zero human oversight per transaction. Suitable for micropayments and API access, but risky for large trades or portfolio management.

MetaMask: Session Keys and Scoped Access

MetaMask's approach uses session keys — temporary, scoped permissions that allow AI agents to perform specific actions while users retain full custody. Think of it as giving a valet your car key but programming it so it can only drive below 25 mph and can't open the trunk.

Tradeoff: More granular than MoonPay's all-or-nothing Ledger approval, but session keys are software-based, making them vulnerable to the same class of attacks that hardware wallets are designed to prevent.

Where MoonPay Fits

MoonPay's Ledger integration occupies the maximum-security end of the spectrum. No transaction executes without a physical button press. This makes it the slowest option for high-frequency trading but the most resistant to software-based attacks, agent compromise, and unauthorized transactions.

As Ledger's chief experience officer noted: "There is a new wave of CLI and agent-centric wallets emerging, and these will need Ledger security as a feature, too."

The $30 Trillion Question

The stakes are enormous. The agentic economy is projected to grow to $30 trillion by 2030, according to industry estimates. Microsoft reported in February 2026 that more than 80% of Fortune 500 companies now use active AI agents. In crypto specifically, over 550 AI agent projects exist with a combined market cap exceeding $4.3 billion, and AI quant funds reported average returns of 52% in 2025 while 84% of retail traders lost money.

The question isn't whether AI agents will manage crypto portfolios — they already do. The question is what security architecture becomes the institutional standard.

Three models are competing:

  1. Hardware-in-the-loop (MoonPay + Ledger): Maximum security, human approval required, slower execution
  2. Hosted MPC with guardrails (Coinbase): Programmable boundaries, developer-friendly, custodial trust required
  3. Fully autonomous (x402, Alchemy): Maximum speed, zero friction, suitable only for low-value transactions

For retail users managing personal portfolios, hardware-in-the-loop may be ideal — the latency of pressing a button on a Ledger is irrelevant when you're making a few trades per day. For institutional quantitative strategies executing thousands of trades per second, it's a non-starter. For machine-to-machine micropayments, full autonomy is the only viable path.

The likely outcome isn't a single winner but a layered security stack. AI agents will use fully autonomous payments for sub-dollar API calls, MPC-secured wallets with spending limits for mid-range operations, and hardware-signed authorization for high-value transactions — the same way humans use tap-to-pay for coffee, a PIN for groceries, and a notary for real estate.

What This Means for Builders

MoonPay's move signals that the AI agent infrastructure war is entering its security-differentiation phase. The first wave was about capability — can agents trade, bridge, and swap? That's solved. The second wave is about trust — can users and institutions deploy agents without risking catastrophic loss?

For developers building on-chain AI agents, the practical takeaways are:

  • Security architecture is now a product differentiator. Users will choose agent platforms based on how keys are managed, not just what strategies agents can execute.

  • Multi-tier security is inevitable. No single model serves all use cases. Build with pluggable key management that can support hardware signers, MPC, and session keys depending on transaction value and risk profile.

  • Regulatory scrutiny is coming. As AI agents manage larger portfolios, regulators will ask who is responsible when an agent makes unauthorized trades. Hardware-in-the-loop creates a clear audit trail: every transaction has a human-verified signature.

The Trust Inflection Point

MoonPay's Ledger integration isn't a breakthrough in AI capability — the agents themselves don't get smarter. It's a breakthrough in the trust infrastructure that determines whether those agents get deployed at scale.

The crypto industry spent a decade learning that "not your keys, not your coins" is more than a slogan — it's an engineering requirement validated by exchange hacks, custodial failures, and billions in losses. Now, as AI agents ask for the same key access that centralized exchanges demanded, the industry faces the same question again: who holds the keys?

MoonPay's answer — a physical device that requires human confirmation for every transaction — is the most conservative possible response to the most important question in autonomous finance. In a market racing toward full automation, that conservatism might be exactly what institutions need to participate.

The agent economy will be built. The only question is whether it's built on a foundation of speed or a foundation of trust. MoonPay is betting that trust wins.


BlockEden.xyz provides enterprise-grade RPC and API infrastructure across Ethereum, Solana, Base, and 20+ blockchain networks — the foundational layer that AI agents depend on for reliable on-chain data and transaction submission. As autonomous agents demand secure, high-availability infrastructure, explore our API marketplace to build on foundations designed for the agentic era.

The Agent Payment Protocol War: Visa TAP vs Google AP2 vs Coinbase x402 vs PayPal — Who Will Own AI Commerce?

· 11 min read
Dora Noda
Software Engineer

Within 90 days of each other in early 2026, every major payment platform on the planet launched its own AI agent payment protocol. Visa unveiled TAP. Google rallied 60 partners behind AP2. Coinbase shipped x402 with Cloudflare and Stripe backing. PayPal announced Agent Ready. The message was unmistakable: the companies that move trillions of dollars through the global economy are betting that, very soon, software — not humans — will initiate most of those transactions.

Gartner predicts that 40% of enterprise applications will embed task-specific AI agents by the end of 2026, up from less than 5% in 2025. The dedicated market for autonomous AI agent software is projected to reach $11.79 billion this year alone. And in the longer view, agentic AI could drive roughly 30% of enterprise application software revenue by 2035 — surpassing $450 billion. The race to become the TCP/IP of agent-initiated payments is not about next quarter's revenue. It is about who controls the rails for the next era of commerce.

Polymarket × Kaito Attention Markets: When Betting on Social Mindshare Becomes a Financial Primitive

· 9 min read
Dora Noda
Software Engineer

What if you could trade not just what happens in the world, but what people think about it? In March 2026, Polymarket and Kaito AI launched exactly that — "Attention Markets," a new category of prediction markets where users wager on internet trends, brand popularity, and social sentiment rather than traditional real-world events. The partnership fuses Kaito's AI-quantified attention data with Polymarket's $21.5 billion prediction market infrastructure, creating tradeable instruments from something that has never been priced on-chain before: collective human attention.

The timing is no accident. It arrives just weeks after Kaito's flagship Yaps product was killed by X's API crackdown on InfoFi apps — and at a moment when prediction markets are projected to reach $1.3 trillion in annual volume by year-end.

Stablecoins Win AI Finance by Default: Why Programmable Dollar Rails Beat Every Alternative

· 9 min read
Dora Noda
Software Engineer

In the past nine months, AI agents have completed 140 million payments totaling $43 million. Of those transactions, 98.6% settled in USDC — not because their developers love crypto, but because no other payment rail could do the job. That single statistic captures the most unexpected alliance in fintech: a technology community broadly skeptical of blockchain has quietly made stablecoins the default infrastructure for autonomous commerce.

Vitalik's $1B SHIB Accident: How a Memecoin Windfall Became an AI Lobbying War Chest

· 9 min read
Dora Noda
Software Engineer

In May 2021, Shiba Inu developers sent trillions of SHIB tokens to Vitalik Buterin's Ethereum wallet — unsolicited, uninvited, and intended purely as a marketing stunt. Nobody, least of all Buterin, expected what came next: those tokens surged past $1 billion in book value during the memecoin frenzy, and their liquidation quietly funded one of the most consequential — and controversial — pivots in AI policy advocacy history.

On March 14, 2026, a CoinDesk investigation revealed the full arc of this story. The Future of Life Institute (FLI), which received roughly half of Buterin's SHIB windfall, managed to liquidate approximately $500 million worth of the tokens — twenty to fifty times more than Buterin expected was even possible. That money has since been redirected from broad existential-risk research toward aggressive political lobbying on AI regulation, prompting the Ethereum co-founder to publicly distance himself from an organization he once supported.

a16z's 'Rules as Law' Vision: How AI-Assisted Formal Verification and Runtime Guardrails Are Reshaping DeFi Security

· 9 min read
Dora Noda
Software Engineer

In December 2025, Anthropic's researchers pointed an AI agent at 405 real-world exploited smart contracts. The agent produced working exploits for 207 of them — 51% — draining $550 million in simulated funds. The cost per successful exploit? Just $1.22.

That single data point captures the existential crisis facing decentralized finance in 2026. The $3.4 billion lost to crypto hacks in 2025 was not a failure of effort — most attacked protocols had been audited, some multiple times. It was a failure of paradigm. And now, a16z Crypto is proposing a radical replacement: abandon "code is law" and embrace "spec is law," where mathematically proven safety properties and real-time runtime guardrails make most exploits structurally impossible.

Aethir's 94-Country GPU Cloud: How Decentralized Compute Became a Geopolitical Export Control Hedge

· 8 min read
Dora Noda
Software Engineer

When the U.S. Department of Justice dismantled a $160 million smuggling ring moving NVIDIA chips to China in early 2026, it exposed a fundamental truth: centralized GPU supply chains are chokepoints — and chokepoints attract both enforcement and evasion. Meanwhile, a decentralized GPU cloud spanning 94 countries and 440,000+ containers was quietly rendering the entire debate less relevant.

Aethir, the largest decentralized physical infrastructure network (DePIN) for compute, has built something that neither AWS nor smuggling rings can replicate: a globally distributed GPU fabric where the nearest available H100 is routed to the client that needs it, regardless of which government controls the data center it sits in.

The $5 Trillion Standards War: How Google, Coinbase, and Visa Are Racing to Own AI Agent Commerce

· 8 min read
Dora Noda
Software Engineer

Three incompatible visions for how AI agents will spend money are colliding in 2026 — and the outcome will determine whether autonomous commerce runs on Big Tech rails, crypto-native protocols, or legacy payment networks. With McKinsey projecting $3–5 trillion in global agentic commerce by 2030, this isn't a standards debate. It's a land grab.

The Problem: Machines Can't Open Bank Accounts

Here's the fundamental tension driving this standards war: AI agents are becoming capable enough to shop, negotiate, and transact autonomously — but the global payment infrastructure was built for humans with credit cards, KYC identities, and browser sessions.

When Coinbase CEO Brian Armstrong observed that "AI agents can't open bank accounts," he distilled the core challenge into a single sentence. Nearly half of all retailers plan to deploy agentic AI in 2026. They need a way for software to pay for things. The question is whose payment rails these agents will use.

Three camps have emerged, each with a fundamentally different philosophy about trust, identity, and control — and each backed by billions in infrastructure investment.

Camp 1: Google's UCP + AP2 — The Centralized Commerce OS

Google unveiled the Universal Commerce Protocol (UCP) at the National Retail Federation conference in January 2026, backed by an unprecedented coalition: Shopify, Etsy, Wayfair, Target, Walmart, and over 20 endorsing partners including Visa, Mastercard, Stripe, and American Express.

UCP is essentially HTTP for shopping. Merchants publish a standardized JSON manifest at /.well-known/ucp on their domains, exposing product discovery, checkout, and order management capabilities that any AI agent can consume. The architecture layers commerce into three tiers: a Shopping Service layer for transaction primitives, a Capabilities layer for checkout and catalog functions, and an Extensions layer for domain-specific logic.

Complementing UCP is the Agent Payments Protocol (AP2), developed with over 60 organizations. Where UCP handles commerce flow, AP2 handles payment authorization using verifiable digital credentials (VDCs) — tamper-evident, cryptographically signed objects that encode user consent. An agent can only transact within the bounds of a user-signed "mandate," creating a delegated trust model.

The critical detail: AP2 is payment-method agnostic. In collaboration with Coinbase, the Ethereum Foundation, and MetaMask, Google launched the A2A x402 extension — a production-ready bridge connecting AP2's authorization framework to crypto-native payment rails. This means AP2 doesn't compete with crypto payments; it wraps them in a consent layer.

UCP is already live, powering direct checkout in Google's AI Mode in Search and the Gemini app. Phase 2 targets international expansion by late 2026.

Strengths: Massive retail adoption from day one. Familiar REST APIs. No blockchain expertise required from merchants.

Weakness: Google sits at the center. Every agent-to-merchant interaction flows through UCP's discovery mechanism, creating a potential chokepoint where Google controls visibility and access.

Camp 2: x402 + ERC-8183 — The Crypto-Native Stack

While Google builds the commerce layer, crypto is building the payment rails from the ground up.

Coinbase's x402 protocol resurrects the long-dormant HTTP 402 "Payment Required" status code. The concept is elegantly simple: a server responds with 402 Payment Required, the client's agent automatically sends a stablecoin payment (typically USDC on Base or Solana), and resubmits the request with cryptographic proof of payment. No accounts. No sessions. No credit card forms. Sub-cent transaction fees ($0.0001 on L2s) make micropayments as small as $0.01 profitable.

Since launching in May 2025, x402 has processed over 35 million transactions and $10 million+ in volume across Base, Solana, and BNB Chain. The x402 Foundation, co-founded with Cloudflare, now governs the open spec. V2 shipped within six months of launch.

Sitting above x402 is ERC-8183, an Ethereum standard co-developed by the Ethereum Foundation and Virtuals Protocol for structured agent-to-agent commerce. ERC-8183 formalizes jobs between three participants — a client, a provider, and an evaluator — with escrowed funds that release only when work is verified. It supports four states (Open, Funded, Submitted, Terminal) and a modular hook system for extending the core lifecycle with reputation checks, complex capital flows, or governance mechanisms.

Together, x402 handles the payment primitive and ERC-8183 handles the commerce logic. No centralized intermediary controls discovery or authorization.

Strengths: Permissionless. Any agent can pay any service without platform approval. Micropayments are economically viable. Settlement is instant and global.

Weakness: Limited retail adoption. Most e-commerce merchants don't accept stablecoins. The user experience requires bridging between fiat and crypto, which adds friction for mainstream consumers.

Camp 3: Visa and Mastercard — TradFi's Agent Upgrade

The card networks aren't waiting to be disrupted. Both Visa and Mastercard launched dedicated agentic payment frameworks in late 2025, and they're moving fast.

Visa's Intelligent Commerce initiative introduced the Trusted Agent Protocol with over 10 launch partners. The protocol enables merchants to distinguish legitimate AI agents from malicious bots — solving a critical trust problem that neither UCP nor x402 addresses directly. By late 2025, Visa completed hundreds of secure agent-initiated transactions with ecosystem partners, and AWS partnered with Visa in March 2026 to enable agentic commerce payments at scale.

Mastercard's Agent Pay framework takes a different approach, evolving its existing tokenization technology into "agentic tokens" — cryptographic credentials purpose-built for autonomous transactions. In March 2026, Mastercard open-sourced Verifiable Intent, a standard for creating tamper-resistant proof of user authorization in agent-led commerce. Fiserv has already integrated Agent Pay into its merchant platform.

Both networks are building pilot programs across Asia Pacific, Europe, and Latin America for 2026 rollout, with over 100 partners in Visa's ecosystem alone.

Strengths: Instant access to billions of existing merchant acceptance points worldwide. Deep trust relationships with regulators. Decades of fraud prevention infrastructure.

Weakness: Transaction fees remain orders of magnitude higher than crypto rails. The same intermediary-heavy architecture that makes traditional payments expensive will constrain agent-to-agent micropayments.

The Convergence Nobody Expected

Here's the twist that makes this standards war unlike previous protocol battles: the three camps are actively building bridges to each other.

Google's AP2 already integrates with x402 for crypto payments. Coinbase is a member of the AP2 consortium. Mastercard is an endorsing partner of UCP. Visa's tokenization technology underpins multiple AP2 payment handlers.

The emerging architecture looks less like a winner-take-all battle and more like a layered stack:

LayerFunctionLeading Standards
Commerce DiscoveryProduct search, catalog, checkoutUCP (Google)
AuthorizationUser consent, spending limitsAP2 (Google + 60 orgs), Visa Trusted Agent, Mastercard Verifiable Intent
Payment ExecutionMoving moneyx402 (crypto), Card networks (fiat), AP2 (bridge)
Agent-to-Agent CommerceEscrowed jobs, verificationERC-8183 (Ethereum)

This layered model means the real competition isn't between protocols — it's between layers. Google wants to own discovery and authorization. Crypto wants to own the payment rails. Card networks want to own the trust and fraud layer.

The $450 Billion Question: Who Captures the Value?

The stakes are not abstract. During Cyber Week 2025, 20% of all global orders were already influenced by AI agents. By 2030, analysts project 20–30% of all online transactions will involve AI agent mediation. The agentic AI in retail market alone is estimated at $60.43 billion in 2026, growing to $218 billion by 2031.

The value capture question comes down to transaction economics:

  • Traditional card rails: 1.5–3.5% per transaction. On $5 trillion in agentic commerce, that's $75–175 billion in annual fees.
  • x402 on L2 chains: ~0.01% per transaction. The same volume generates ~$500 million in fees — a 99.7% cost reduction.
  • UCP: Free protocol, but Google captures value through search visibility, advertising, and data.

For merchants, the math is obvious. For agents handling millions of sub-dollar micropayments — paying for API calls, compute cycles, data feeds — traditional card economics don't work at all. A $0.05 API call can't absorb a $0.30 minimum card processing fee.

This is why the hybrid model is likely: card networks for high-value consumer purchases, crypto rails for agent-to-agent micropayments, and UCP as the universal discovery layer that connects them.

What This Means for Web3

The most consequential outcome may be the least obvious: Google's UCP legitimizes the concept of programmable commerce that crypto has advocated for years, while simultaneously demonstrating that you don't need a blockchain to achieve it.

But crypto's advantage is structural. x402's permissionless, borderless payment model doesn't require merchant onboarding, platform approval, or geographic licensing. An AI agent in Lagos can pay a compute provider in Singapore with the same $0.0001 fee as an agent in San Francisco. Card networks and UCP can't match that — yet.

The standards war for agentic commerce is ultimately a referendum on a question as old as the internet itself: do we build for convenience or for composability?

History suggests we'll get both — and that the protocols which bridge the two worlds will capture the most value of all.


BlockEden.xyz provides high-performance RPC and API infrastructure for building AI-integrated blockchain applications. As agentic commerce protocols like x402 and ERC-8183 drive growing demand for reliable on-chain infrastructure, explore our API marketplace to power the next generation of autonomous commerce.

Based Raises $11.5M to Build the First DeFi Super App on Hyperliquid — and AI Agents Are Next

· 8 min read
Dora Noda
Software Engineer

Eight months. One hundred thousand users. Forty billion dollars in cumulative trading volume. Those are the numbers that convinced Pantera Capital to lead an $11.5 million Series A into Based, a Singapore-based startup building what it calls a "composable web3 consumer SuperApp" on top of Hyperliquid's trading infrastructure. But the real bet isn't on what Based has already built — it's on what comes next: AI-powered personal financial agents that trade, predict, and spend on your behalf.

The funding round, which closed in February 2026 and included Coinbase Ventures, Wintermute Ventures, and other institutional backers, signals a broader shift in how the crypto industry thinks about consumer products. Instead of building another exchange or another wallet, Based is trying to bundle everything — perpetual futures, prediction markets, fiat on-ramps, and a crypto-linked Visa card — into a single mobile-first interface. And it's doing it on the most dominant on-chain perpetuals platform in crypto.