Skip to main content

128 posts tagged with "Solana"

Articles about Solana blockchain and its high-performance ecosystem

View all tags

Binance Puts Tokenized SpaceX, OpenAI, and Anthropic in 270 Million Pockets

· 13 min read
Dora Noda
Software Engineer

On April 10, 2026, Binance quietly reshaped who gets to own the private internet.

A new "Pre-IPO" row appeared in the Markets section of the Binance Web3 Wallet — five tokenized assets referencing SpaceX, OpenAI, Anthropic, Anduril, Kalshi, and Polymarket, suddenly discoverable by the wallet's roughly 270 million users worldwide. No accreditation check. No brokerage account. No S-1. Just a tab.

None of those users receive shares. None get dividends, voting rights, or a seat in anyone's cap table. What they get is exposure — a synthetic, on-chain claim pegged 1:1 to equity held by a Solana-based tokenization protocol called PreStocks, which in turn holds its positions through a series of SPVs. It is, in structure, the same trick Republic and Securitize have run for accredited investors for years. What is unprecedented is the distribution surface: a consumer app 30 times larger than any brokerage that has tried this before.

Meme Launchpad 2.0: How Pump.fun and LetsBonk Are Rebuilding Solana's $6.7B Meme Economy

· 11 min read
Dora Noda
Software Engineer

Two years ago, launching a meme coin on Solana meant accepting a ritual: pay $950 to migrate to Raydium, get sniped by bots in the first block, watch the creator dump on bonding curve completion, and move on. By April 2026, that ritual is dead. Pump.fun has retired roughly $213 million in PUMP tokens through buybacks, LetsBonk grabbed 64% of launchpad market share in under a year, and both platforms are quietly rebuilding the meme economy around anti-sniper protection, creator revenue sharing, and reputation-gated launches.

The $6.7 billion Solana meme market is finally growing up — not because regulators forced it, but because two competing launchpads discovered that speculation without trust infrastructure eventually eats itself.

Solana's Kora Signing Node Is the Quiet UX Pivot That Could Reset the Consumer Crypto Race

· 12 min read
Dora Noda
Software Engineer

For five years, "insufficient SOL for transaction" has been Solana's most expensive error message. Every consumer app that ever pitched a non-crypto user lost some percentage of them right there — at the checkout step where a stranger has to acquire a second token just to spend the first one. In April 2026, the Solana Foundation finally shipped the answer: Kora, a fee relayer and signing node that lets dApps sponsor transactions natively, pay fees in any SPL token, and outsource signing to TEEs or KMS-backed vaults. It is not a flashy launch. It is a plumbing upgrade. And plumbing upgrades are how Base and Abstract quietly captured the last twelve months of consumer onboarding.

The question is no longer whether Solana can match the gasless UX of EVM consumer chains. Kora makes that part trivial. The question is whether closing the last-mile gap is enough to win back the developers who already built somewhere else.

What Kora Actually Ships

Strip away the marketing and Kora is three things bolted together: a transaction relayer, a remote signer, and a policy engine. A dApp constructs a transaction, sets a Kora node as the fee payer, the user signs the payload from an embedded wallet, and the Kora operator co-signs and broadcasts. Validators still get paid in SOL. The user never holds any.

What makes it interesting is the validation layer. A Kora node does not blindly relay anything users hand it. It does three checks before signing:

  • Instruction validation against the associated Solana programs, so malformed or malicious instructions get rejected before they hit a leader.
  • Oracle-backed fee adequacy, comparing the offered SPL token amount against current SOL price plus operator margin, so the relayer is never running at a loss.
  • Allowlist and blocklist enforcement at the program and token level, so an operator running a Kora node for a single dApp never accidentally sponsors a transaction targeting some random unaudited contract.

The signing path is where the architecture gets ambitious. Kora supports remote signing through Turnkey and AWS KMS out of the box, which means the private key that pays fees never lives on the relayer's disk. For a fintech building on Solana, that is the difference between "we rolled our own paymaster and crossed our fingers" and "our key custody story passes a SOC 2 audit."

The whole thing has been audited and differentially fuzz-tested by Runtime Verification, which is the kind of detail you mention only when you expect institutions to read the line item.

Why "Native" Beats "Smart Contract" Here

The temptation is to compare Kora to ERC-4337 and assume Solana is catching up. The architectures are doing different things, and the difference matters.

ERC-4337 is account abstraction implemented as a parallel system on top of Ethereum. It introduces a separate mempool, a UserOperation object, a bundler role, and an EntryPoint contract — none of which the base protocol natively understands. Bundlers package user operations, paymasters sponsor fees, and an on-chain contract enforces validation. It works, and it has been deployed across Ethereum mainnet and major L2s, but it is a six-year construction project to retrofit a UX feature that the protocol never anticipated.

Solana's design ate that complexity at the protocol layer years ago. Every transaction already has a feePayer field. Partial signatures are native. Programs can validate arbitrary instructions. Kora is not a bundler-and-paymaster construction; it is a node operator that fills in the feePayer slot and signs with one of the partial signatures the protocol already accepts.

The practical consequence is latency and developer surface area. ERC-4337 transactions go through a separate mempool with its own ordering rules and propagation delays. Kora transactions go through the same path as every other Solana transaction, with the same sub-400ms finality. There is no bundler arbitrage market to think about, no EntryPoint contract version to track, no UserOperation gas estimation to debug.

What this buys Solana developers is something close to "set the fee payer field, ship the dApp." What it loses is some of the optionality EVM smart accounts get for free — multi-key auth, batched calls, on-chain session policies — though much of that is being built separately on Solana through PDAs and program-controlled accounts.

The Last-Mile Gap Solana Actually Had

For all the talk about Solana's developer momentum in 2025 and 2026, the consumer wallet layer was the part that lagged. The infrastructure stack matured fast: Pump.fun's DEX volume topped $2B in Q1 2026, Jito and Marinade dominate liquid staking, Tensor turned NFT trading into a professional terminal. But every one of those products had to ship its own answer to "the user has no SOL."

The workarounds got creative. Pump.fun routed initial token acquisitions through embedded onramps. Jito pre-funded user accounts with dust amounts. Tensor leaned on Phantom and Backpack to handle the SOL acquisition step before users ever reached the bid book. Each of these worked individually and none of them composed. A user who onboarded through Pump.fun's flow did not arrive at Tensor with a fee-paying balance.

Meanwhile Base shipped Coinbase Smart Wallet's passkey flow, free gas sponsorship through Coinbase Developer Platform, and a developer SDK that hides the entire concept of a private key behind email login. Abstract took the same idea further with embedded wallets that feel like Web2 apps. The combined pitch to a consumer-app developer in 2025 was: build on Base, your users will not know they're onchain, and we'll pay the fees while you scale.

Kora does not replicate that pitch line for line. What it does is remove the architectural reason a Solana dApp could not write the same pitch. With Kora, a Solana team can now offer:

  • Email or passkey signup through Privy, Turnkey, or Coinbase Embedded Wallets.
  • Zero SOL balance required to transact.
  • Fees paid in USDC, BONK, or the dApp's native token if it has one.
  • Sub-second finality with no bundler in the path.

The pieces existed before. Octane was the open-source ancestor. Circle's Gas Station, Openfort, Portal, Gelato, Biconomy, and a half-dozen other vendors offered fee relaying as a service. What Kora changes is that the Solana Foundation itself is now shipping the standard, audited, KMS-compatible reference implementation. That removes "which third-party paymaster do we trust" from the decision tree for every team that was previously rolling their own or paying a vendor.

The Vendor Layer Above Kora

Where things get interesting is what happens to the embedded wallet vendors that already built around the gap Kora just closed.

Privy, acquired by Stripe in June 2025, has been the consumer-app wallet of choice for Solana dApps that want email login. Solana is officially a secondary chain for Privy — the depth is on EVM — but the embedded wallet flow extends to Solana, and Privy already supports configuring a fee payer wallet that the app manages. Kora does not replace Privy; it gives Privy a standardized backend to plug into rather than each customer running their own paymaster service.

Turnkey is the security-first embedded signer that pairs naturally with Kora's remote signing API. Turnkey explicitly does not include paymaster infrastructure, so Solana teams that want hardware-isolated keys plus gasless UX have been forced to bolt two vendors together. Kora collapses that integration.

Dynamic, acquired by Fireblocks in 2025, brings multi-chain auth to institutional teams. The Fireblocks-backed positioning makes Dynamic the natural choice for fintechs that need both Solana and EVM coverage with enterprise compliance. Kora gives Dynamic a clean Solana fee-abstraction story that does not require Fireblocks to ship a competing paymaster.

Coinbase Developer Platform is the awkward one. Coinbase has invested heavily in making Base the default consumer chain through Coinbase Smart Wallet, free Base gas, and the embedded wallet SDK. Kora narrows the differentiation Base has been selling, especially for apps that want USDC-native flows where Solana already has scale advantages.

The likely outcome is that Kora becomes the default Solana backend for every embedded wallet vendor that did not want to operate a paymaster service themselves. The vendors compete on auth UX, key management, and policy controls. Kora handles the fee relay underneath. That is healthier for the ecosystem than the prior state where every consumer Solana dApp made an independent vendor decision and had to evaluate the security of each candidate's homegrown relayer.

What This Does and Does Not Solve

Kora closes one gap definitively and leaves several others open. Worth being precise about which is which.

What Kora solves:

  • The "user must hold SOL" UX cliff for any dApp willing to subsidize fees in another token.
  • The "build vs buy a paymaster" decision for teams that previously had to choose between operational burden and vendor lock-in.
  • The institutional acceptability gap, since the audit and KMS support let regulated entities run Kora nodes without rolling their own.

What Kora does not solve:

  • Wallet acquisition itself — users still need an embedded wallet from somewhere, whether Phantom, Privy, Turnkey, or Coinbase.
  • Account abstraction primitives like batched calls and session keys, which are still being assembled separately on Solana through PDAs and other program-level patterns.
  • The economic question of who pays for the SOL that Kora operators front. For a dApp with token revenue or a stablecoin float, this is fine; for a free product, gas sponsorship is just a customer acquisition cost.
  • Cross-chain UX, which still requires the user to interact with a bridge or a chain abstraction layer like LayerZero, Wormhole, or Across.

The "gasless infrastructure as protocol primitive" thesis cuts both ways. Solana now has the cleanest native fee abstraction story of any major chain. It also means the differentiation moves up the stack to wallet UX, recovery flows, and account abstraction features where EVM has a multi-year head start.

The Strategic Read for Builders

For a team picking a chain in mid-2026, the calculus has shifted. Twelve months ago, the consumer-onboarding answer was Base, Abstract, or one of the new EVM consumer chains, full stop. Solana had developer mindshare and infrastructure momentum but lost retail users to the SOL acquisition step. That is no longer true.

A consumer dApp launching today on Solana with Privy or Turnkey on the front end and Kora on the back end has functionally the same UX surface as the equivalent stack on Base. Email login, gasless transactions, fee payment in USDC, sub-second finality. The remaining differences are the runtime model, the tooling ecosystem, and the available liquidity. For an app that wants Solana's throughput and DEX depth, the UX argument for picking EVM has gotten substantially weaker.

For teams already shipping on Base, Kora does not change the immediate decision. It does change the long-term competitive pressure. If the consumer dApps with the cleanest UX start showing up on Solana because the new infrastructure is one less integration to worry about, the gravity around Base's consumer-onboarding moat starts to shift.

The honest read is that Kora is necessary but not sufficient. It removes a specific reason developers were not picking Solana for consumer apps. It does not by itself create a new reason to pick Solana. The next two quarters will show whether the embedded-wallet vendors actually default to Kora, whether new consumer dApps cite it as a reason for their chain choice, and whether the existing EVM consumer chains respond by improving their own infrastructure stories.

Either way, "user must acquire SOL before transacting" is finally a legacy problem, not a current one. That alone is worth shipping.


BlockEden.xyz operates production-grade Solana RPC infrastructure for teams building consumer dApps, payment rails, and trading systems. If you're integrating gasless flows or scaling a Solana product, explore our API marketplace for low-latency endpoints designed for the next generation of consumer crypto.

Sources

Virtuals Protocol + BitRobot: When AI Agents Start Paying Robots

· 11 min read
Dora Noda
Software Engineer

The first time an autonomous on-chain agent paid a physical robot to pick up a coffee cup, no human was in the loop. No purchase order. No invoice. No bank wire. Just a smart contract, an x402 micropayment, and a humanoid arm that obeyed because the money cleared. That moment, quiet and uncelebrated, marked the dissolution of a boundary that the AI agent narrative had treated as load-bearing for two years: the wall between digital agents that trade tokens and physical machines that move atoms.

Virtuals Protocol's Q1 2026 integration with BitRobot Network is the first production system to dismantle that wall at scale. By wiring 17,000+ on-chain AI agents into a Solana-based subnet of robotic infrastructure, Virtuals has done something the embodied AI thesis has been gesturing at since OpenAI's robotics demos in 2018 but never quite delivered: it has given software agents wallets, identities, and task queues that reach into warehouses, sidewalks, and coffee shops. The implications run from a $4.44 billion embodied AI market in 2025 toward a projected $23 billion by 2030, and they reframe what "agentic commerce" actually means.

From Digital Trading to Physical Tasks

For most of 2024 and 2025, AI agent tokens lived in a tightly-bounded sandbox. Agents on Virtuals, ai16z, and similar platforms posted on social media, traded memecoins, ran DeFi strategies, and occasionally made each other laugh. Critics correctly noted that this was a closed loop — agents transacting with agents about things that only existed on chain. The real economy, the one with shipping pallets and delivery vans and broken HVAC units, remained untouched.

BitRobot changes the topology of that loop. Co-developed by FrodoBots Lab and Protocol Labs after an $8 million seed round backed by Solana Ventures, Virtuals Protocol, and Solana co-founders Anatoly Yakovenko and Raj Gokal, BitRobot is structured as a constellation of subnets. Each subnet contributes one specialized output that embodied AI needs: navigation data, manipulation skills, simulation environments, or model evaluation. Subnet 5, called SeeSaw, was launched directly with Virtuals as a partnership product — users record short videos of mundane tasks like tying shoelaces or folding laundry, upload them, and earn token rewards while the data trains the next generation of robotic policy models.

The numbers tell the adoption story bluntly. SeeSaw has already logged more than 500,000 completed tasks since its iOS launch in October 2025. The first on-chain agent to actually drive a physical machine, called SAM, is operating humanoid robots around the clock and posting its observations to X. None of this requires that you believe in the agent economy as a religious matter. It requires only that you accept the data: machine-controlled actions are now being initiated by smart contracts, paid for in tokens, and verified by on-chain evaluators.

The Three-Layer Standards Stack

What makes the Virtuals + BitRobot integration more than a one-off demo is the standards work happening underneath it. Three Ethereum and HTTP-level protocols arrived in early 2026 to make agent-to-machine commerce composable rather than artisanal:

  • x402 is an HTTP payment standard that lets agents settle micropayments in the same handshake as an API call. Built on the long-dormant HTTP 402 status code, it processed roughly $600 million in AI micropayments in its first months of production use, with Google Cloud and AWS adopting it as a billing primitive for agent-driven inference.
  • ERC-8004 is an Ethereum identity and reputation standard for AI agents. It answers the question every counterparty needs answered before signing a contract: who is this agent, what is its track record, and is it trustworthy enough to do business with?
  • ERC-8183, jointly launched by the Ethereum Foundation's dAI team and Virtuals Protocol on March 10, 2026, is the commercial layer. It introduces a job escrow primitive in which a Client deposits funds, a Provider executes the work, and an Evaluator verifies completion before the escrow releases.

The shorthand is useful: x402 says "how to pay," ERC-8004 says "who you are paying," ERC-8183 says "how to settle a dispute when the cleaning robot leaves a streak on your floor." Together they form an internet-native commerce stack designed for parties that cannot rely on courts, credit cards, or chargebacks. For embodied AI, that stack is not a luxury. It is the only available substrate, because legal contracts struggle to accommodate counterparties that are software agents owned by other software agents managed by token holders scattered across forty jurisdictions.

Why Solana for Robots, Ethereum for Commerce

The Virtuals + BitRobot integration is quietly multi-chain in a way that reveals architectural intent. BitRobot lives on Solana because robot data collection is a high-throughput, low-margin activity — paying contributors fractions of a cent for each video clip demands the kind of fee economics Ethereum L1 cannot provide. Virtuals, born on Base and active on Arbitrum, lives where institutional liquidity and the bulk of the agent commerce standards reside. The integration uses Solana for the physical-world data layer and Ethereum-aligned chains for the commerce layer.

This is the same pattern that crystallized in 2024 around stablecoin payments: Tron and Solana for the cheap, frequent transactions; Ethereum for the high-value, low-frequency settlements. The machine economy appears to be inheriting that division of labor rather than collapsing it. Anyone betting on a single-chain winner for embodied AI is likely to be disappointed, because the workload is naturally bimodal.

Comparing the Embodied AI Approaches

The Virtuals + BitRobot model is not the only attempt to commercialize embodied AI in 2026, and it is worth setting it against the alternatives:

  • Figure AI has raised over a billion dollars to build centralized humanoid robots for warehouse and manufacturing customers. Figure's economic model is classical capital equipment leasing: customers pay monthly for robot-hours. There is no token, no permissionless contributor base, and no mechanism for a third-party developer to extend or specialize the robots without going through Figure's commercial team.
  • Tesla Optimus is corporate-controlled in the deepest sense. The robots, the training data, the policy models, and the deployment decisions all live inside one company. Optimus is impressive engineering, but it sits entirely outside any open economic protocol.
  • OpenMind is pursuing what its team calls an "Android for robotics" — an open platform layer where any robot manufacturer can run a shared operating system. The philosophy overlaps with BitRobot's, but OpenMind has explicitly avoided crypto rails so far, betting that hardware OEMs are still uncomfortable with token-mediated incentives.
  • peaq Network is the closest philosophical cousin. peaq's Layer 1 has onboarded more than 3.3 million machines with verified identities and processed over 200 million transactions across 60 DePIN applications, framing itself as the foundational chain for the machine economy. The difference is that peaq is bottom-up infrastructure, while Virtuals + BitRobot is top-down composition of an existing agent economy with an existing robotics dataset.

The real question is not which approach wins. It is whether the open, multi-chain, token-incentivized model produces enough velocity in data collection and agent deployment to outrun the centralized alternatives before they lock in winner-take-most network effects.

The Market Math

The embodied AI market was valued at roughly $4.44 billion in 2025 and is projected to grow at a 39% CAGR to reach $23 billion by 2030, according to Research and Markets. The broader robotics technology market sits at $108 billion in 2025 and is on track to reach $376 billion by 2034 at a 15% CAGR. These are not crypto-native markets, but they are the addressable surface that crypto-native infrastructure now claims to coordinate.

Stack on top of that the AI-crypto sector itself, which trades in a roughly $52 billion combined market cap and counts Virtuals among its largest sub-protocols. Virtuals processed $13.23 billion in monthly trading volume in late 2025 and powers agents like Ethy AI, which has handled more than 2 million autonomous transactions. The capital is concentrated, the agent inventory is real, and the bridges to physical machinery are now live. The remaining question is how much of that $23 billion embodied AI TAM gets channeled through token-mediated rails versus traditional procurement contracts.

The bullish case is that any sufficiently autonomous robotic fleet will need a payment layer that operates without human approval at every transaction, and that requirement maps cleanly onto stablecoin-and-token rails rather than ACH transfers. The bearish case is that enterprise customers will demand SOC 2 compliance, KYC counterparties, and traditional contractual remedies that crypto-native systems cannot easily offer, pushing the embodied AI market toward boring centralized procurement no matter what the agents do under the hood.

What This Means for Builders

For developers and infrastructure providers, the Virtuals + BitRobot integration creates several concrete openings worth tracking:

  • Data labeling and contribution markets are no longer hypothetical. SeeSaw's 500,000 tasks suggest that consumer-grade contributors will participate in robot training when the rewards are denominated in liquid tokens. This is the closest thing to a working scaled DePIN flywheel for AI training data.
  • Agent reputation as a service becomes a real product category once ERC-8004 has counterparties who care. Agents that can prove uptime, dispute history, and successful job completion will command higher rates and access to higher-value escrowed work.
  • Multi-chain abstraction matters more, not less. Builders who have to bridge Solana data layers to Ethereum commerce layers to Base agent-spawning environments will need infrastructure that hides the seams. Reliable RPC, consistent indexing, and unified API access across these chains is the difference between a working agent and an idle one.

The Closing Frame

The Virtuals + BitRobot integration is not yet a transformed economy. It is a working prototype of one. The 17,000 agents managing physical robots are doing so at a pace measured in thousands of transactions per day, not millions, and the use cases skew toward training data collection rather than mission-critical industrial automation. Skeptics will point out, fairly, that the gap between SAM driving a humanoid for X clout and an autonomous fleet of warehouse robots negotiating contracts with a logistics company is enormous.

But the boundary that mattered most has been crossed. On-chain identity, on-chain payment, and on-chain dispute resolution now extend to physical actuators. Whatever the embodied AI market becomes between now and 2030, a meaningful share of it will run on rails that look more like Virtuals + BitRobot than like SAP. The question for the next eighteen months is which subnet, which standard, and which chain captures the most useful workloads first.

BlockEden.xyz provides enterprise-grade RPC and indexing infrastructure across Solana, Base, Ethereum, and other chains powering the AI agent and machine economy stack. Explore our API marketplace to build agent-driven applications on infrastructure designed for the multi-chain era.

Sources

The Great Unbundling: How DEXs Finally Cracked the CEX Moat in 2026

· 10 min read
Dora Noda
Software Engineer

In January 2026, a single DEX on Solana processed more daily volume than most top-20 centralized exchanges.

A few weeks later, the SEC and CFTC chairs walked onstage together and signed a memorandum promising to stop fighting about who regulates what. And somewhere in between, the ratio of DEX-to-CEX spot volume quietly crossed a line nobody quite believed would ever be crossed.

For most of crypto's history, "DEX vs. CEX" was a thought experiment that ended the same way: CEXs own liquidity, retail wants a clean app, and institutions demand fiat rails. DeFi was for the ideologues. In 2026, that argument is no longer academic. The structural unbundling of the centralized exchange is underway — and it's being pulled forward by three forces that finally arrived together: chain-abstracted wallets, intent-based execution, and on-chain liquidity depth that rivals mid-tier CEXs.

Harvard, CalPERS, Goldman: Inside the Q1 2026 13F Filings That Exposed Crypto's Quiet Institutional Takeover

· 10 min read
Dora Noda
Software Engineer

Retail investors sold roughly 62,000 BTC in the first quarter of 2026. Corporations, endowments, and pension-adjacent vehicles bought about 69,000. That simple swap — panicked sellers trading with patient buyers — is the story the Q1 13F filings now put on the record, and it is nothing like the narrative crypto twitter has been telling itself through the 47% drawdown from October 2025's $126,296 all-time high.

The headlines write themselves. Harvard's endowment raised its BlackRock IBIT stake by 257%, making a spot Bitcoin ETF its largest publicly disclosed holding at $442.8 million. Goldman Sachs disclosed $108 million spread across six separate spot Solana ETF products. CalPERS, the $506 billion California public pension, holds $165.9 million in Strategy shares and is actively debating direct Bitcoin exposure on the board level. And Q1 2026 drew a record $18.7 billion into spot Bitcoin ETFs even as the spot price fell from the $90Ks into the $60Ks.

45 Seconds to Drain Your Wallet: Inside Ledger's MediaTek Dimensity 7300 Exploit

· 9 min read
Dora Noda
Software Engineer

Plug a USB cable into a Nothing CMF Phone 1. Wait 45 seconds. Walk away with the seed phrase to every hot wallet on the device.

That is not a theoretical threat model. It is a live demo Ledger's Donjon research team published on March 11, 2026, targeting MediaTek's Dimensity 7300 (MT6878) — a 4nm system-on-chip shipping in roughly a quarter of Android phones worldwide, and the exact silicon Solana's flagship Seeker handset was built around. The flaw lives in the chip's boot ROM, the read-only code that runs before Android even loads. It cannot be patched. It cannot be mitigated by an OS update. The only fix is a new chip.

For the tens of millions of users who trust their smartphone as a crypto wallet, this is the moment the "mobile-first self-custody" narrative collided with the physics of silicon.

Wrapped XRP Lands on Solana: Hex Trust and LayerZero Plug $130B of Dormant Liquidity Into DeFi's Fastest Rails

· 9 min read
Dora Noda
Software Engineer

For a token with an $88 billion market cap, XRP has spent most of its life locked out of the places where modern DeFi actually happens. That changed on April 17, 2026, when Hex Trust and LayerZero quietly flipped a switch and wrapped XRP (wXRP) went live on Solana — arriving with more than $100 million in initial liquidity and instant support on Jupiter, Phantom, Titan Exchange, and Meteora.

It is not just another bridge deployment. It is the moment a payment-focused L1 token with 100 billion units of supply finally gains programmable access to the chain that processed $650 billion in stablecoin volume in a single month. The question now is whether XRP repeats the WBTC playbook — where wrapping turned "dormant store of value" into $16 billion of working DeFi collateral at its peak — or whether it lands in Solana's liquidity gravity well and stays there.

250,000 Daily Active On-Chain AI Agents: What the 400% Growth Really Means

· 9 min read
Dora Noda
Software Engineer

When developers first deployed wallet-holding software bots on Ethereum in 2020, skeptics called it a toy. Six years later, Q1 2026 data has delivered a verdict that changes the definition of "blockchain user" permanently: over 250,000 AI agents are now active on-chain every single day — a 400%+ increase from the 50,000 daily active agents recorded just twelve months ago — and for the first time in the history of Ethereum, Solana, and BNB Chain, autonomous agent transactions are outpacing net new human wallet activity.

The number demands context. This is not chatbots sending the occasional on-chain tip. This is software entities with embedded wallets, dynamic decision-making, and persistent memory executing millions of transactions daily without a human in the loop. The era of the software agent as a full economic participant has arrived — and it is reshaping everything from chain selection criteria to RPC billing models.