Skip to main content

223 posts tagged with "AI"

Artificial intelligence and machine learning applications

View all tags

The Rise of MCP: Transforming AI and Blockchain Integration

· 9 min read
Dora Noda
Software Engineer

What started as an experimental side project at Anthropic has become the de facto standard for how AI systems talk to the outside world. And now, it's going on-chain.

The Model Context Protocol (MCP)—often called the "USB-C port for AI"—has evolved from a clever integration layer into the infrastructure backbone for autonomous AI agents that can read blockchain state, execute transactions, and operate 24/7 without human intervention. Within 14 months of its November 2024 open-source release, MCP has been adopted by OpenAI, Google DeepMind, Microsoft, and Meta AI. Now, Web3 builders are racing to extend it into crypto's most ambitious frontier: AI agents with wallets.

From Side Project to Industry Standard: The MCP Origin Story

Anthropic released MCP in November 2024 as an open standard that lets AI models—particularly large language models like Claude—connect to external data sources and tools through a unified interface. Before MCP, every AI integration required custom code. Want your AI to query a database? Build a connector. Access a blockchain RPC? Write another one. The result was a fragmented ecosystem where AI capabilities were siloed behind proprietary plugins.

MCP changed this by creating a standardized, bidirectional interface. Any AI model supporting MCP can access any MCP-compatible tool, from RESTful APIs to blockchain nodes, without custom connector code. Harrison Chase, CEO of LangChain, compared its impact to Zapier's role in democratizing workflow automation—except for AI.

By early 2025, adoption had reached critical mass. OpenAI integrated MCP across its products, including ChatGPT's desktop app. Google DeepMind built it natively into Gemini. Microsoft incorporated it across its AI offerings. The protocol had achieved something rare in tech: genuine interoperability before market fragmentation could set in.

The November 2025 specification update—marking MCP's first anniversary—introduced governance structures where community leaders and Anthropic maintainers collaborate on protocol evolution. Today, over 20 live blockchain tools use MCP to pull real-time price data, execute trades, and automate on-chain tasks.

Web3's MCP Moment: Why Blockchain Builders Care

The marriage of MCP and blockchain addresses a fundamental friction in crypto: the complexity barrier. Interacting with DeFi protocols, managing multi-chain positions, and monitoring on-chain data requires technical expertise that limits adoption. MCP offers a potential solution—AI agents that can handle this complexity natively.

Consider the implications. With MCP, an AI agent doesn't need separate plugins for Ethereum, Solana, IPFS, and other networks. It interfaces with any number of blockchain systems through a common language. One community-driven EVM MCP server already supports over 30 Ethereum Virtual Machine networks—Ethereum mainnet plus compatibles like BSC, Polygon, and Arbitrum—enabling AI agents to check token balances, read NFT metadata, call smart contract methods, send transactions, and resolve ENS domain names.

The practical applications are compelling. You could tell an AI: "If ETH/BTC swings by more than 0.5%, automatically rebalance my portfolio." The agent pulls price feeds, calls smart contracts, and places trades on your behalf. This transforms AI from passive advisor to active, 24/7 on-chain partner—seizing arbitrage opportunities, optimizing DeFi yields, or guarding portfolios against sudden market moves.

This isn't theoretical. CoinGecko now lists over 550 AI agent crypto projects with a combined market cap exceeding $4.34 billion. The infrastructure layer connecting these agents to blockchains runs increasingly on MCP.

The Emerging MCP Crypto Ecosystem

Several projects are leading the charge to decentralize and extend MCP for Web3:

DeMCP: The First Decentralized MCP Network

DeMCP positions itself as the first fully decentralized MCP network, offering SSE proxies for MCP services with Trusted Execution Environment (TEE) security and blockchain-based trust. The platform provides pay-as-you-go access to leading LLMs like GPT-4 and Claude via on-demand MCP instances, payable in stablecoins (USDT/USDC) with revenue sharing for developers.

The architecture uses stateless MCP where each API request spawns a new server instance, prioritizing isolation, scalability, and modularity. Separate tools handle exchanges, chains, and DeFi protocols independently.

However, the project illustrates the broader challenges facing MCP crypto ventures. As of early 2025, DeMCP's token had a market cap of approximately $1.62 million—and had dropped 74% within its first month. Most MCP-based projects remain in proof-of-concept stages without mature products, creating what observers call a "crisis of trust" driven by lengthy development cycles and limited practical applications.

DARK: Solana's AI + TEE Experiment

DARK emerged from the Solana ecosystem, initiated by former Marginfi co-founder Edgar Pavlovsky. The project combines MCP with TEE to create secure, low-latency on-chain AI computations. Its MCP server, powered by SendAI and hosted on Phala Cloud, provides on-chain tools for Claude AI to interact with Solana through a standardized interface.

Within a week of launch, the team deployed "Dark Forest"—an AI simulation game where AI players compete in TEE-secured environments while users participate through predictions and sponsorship. The backing developer community, MtnDAO, is among Solana's most active technical organizations, and Mtn Capital raised $5.75 million in seven days for its Futarchy-model investment organization.

DARK's circulating market cap sits around $25 million, with expectations of growth as MCP standards mature and products scale. The project demonstrates the emerging template: combine MCP for AI-blockchain communication, TEE for security and privacy, and tokens for coordination and incentives.

Phala Network: AI-Agent Ready Blockspace

Phala Network has evolved since 2020 into what it calls "AI-Agent Ready Blockspace"—a specialized blockchain environment for automated AI tasks. The project's defining feature is TEE technology that keeps AI computations private and encrypted across multiple blockchains.

Phala now offers production-ready MCP servers featuring full Substrate-based blockchain integration, TEE worker management with attestation verification, and hardware-secured execution environments supporting Intel SGX/TDX, AMD SEV, and NVIDIA H100/H200. The platform provides dedicated MCP servers for Solana and NEAR, positioning itself as infrastructure for the multi-chain AI agent future.

The Security Question: AI Agents as Attack Vectors

MCP's power comes with proportional risks. In April 2025, security researchers identified multiple outstanding vulnerabilities: prompt injection attacks, tool permissions where combining tools can exfiltrate files, and lookalike tools that can silently replace trusted ones.

More concerning is research from Anthropic itself. Investigators tested AI agents' ability to exploit smart contracts using SCONE-bench—a benchmark of 405 contracts actually exploited between 2020 and 2025. On contracts exploited after the models' knowledge cutoffs, Claude Opus 4.5, Claude Sonnet 4.5, and GPT-5 collectively developed exploits worth $4.6 million in simulation.

This cuts both ways. AI agents capable of finding and exploiting vulnerabilities could serve as autonomous security auditors—or as attack tools. The same MCP infrastructure enabling legitimate DeFi automation could power malicious agents probing for smart contract weaknesses.

Critics like Nuno Campos of LangGraph caution that current AI models don't consistently use tools effectively. Adding MCP doesn't guarantee an agent will make correct calls, and the stakes in financial applications are substantially higher than in traditional software contexts.

The Technical Integration Challenge

Despite enthusiasm, MCP promotion in crypto faces significant hurdles. Different blockchains and dApps use varying smart contract logic and data structures. A unified, standardized MCP server requires substantial development resources to handle this heterogeneity.

Consider the EVM ecosystem alone: 30+ compatible networks with distinct quirks, gas structures, and edge cases. Extend this to Move-based chains like Sui and Aptos, Solana's account model, NEAR's sharded architecture, and Cosmos's IBC protocol, and the integration complexity multiplies rapidly.

The current approach involves chain-specific MCP servers—one for Ethereum-compatible networks, another for Solana, another for NEAR—but this fragments the promise of universal AI-to-blockchain communication. True interoperability would require either deeper protocol-level standardization or an abstraction layer that handles cross-chain differences transparently.

What Comes Next

The trajectory seems clear even if the timeline remains uncertain. MCP has achieved critical mass as the standard for AI tool integration. Blockchain builders are extending it for on-chain applications. The infrastructure for AI agents with wallets—capable of autonomous trading, yield optimization, and portfolio management—is materializing.

Several developments to watch:

Protocol Evolution: MCP's governance structure now includes community maintainers working with Anthropic on specification updates. Future versions will likely address blockchain-specific requirements more directly.

Token Economics: Current MCP crypto projects struggle with the gap between token launches and product delivery. Projects that can demonstrate practical utility—not just proof-of-concept demos—may differentiate themselves as the market matures.

Security Standards: As AI agents gain real-money execution capabilities, security frameworks will need to evolve. Expect increased focus on TEE integration, formal verification of AI agent actions, and kill-switch mechanisms.

Cross-Chain Infrastructure: The ultimate prize is seamless AI agent operation across multiple blockchains. Whether through chain-specific MCP servers, abstraction layers, or new protocol-level standards, this problem must be solved for the ecosystem to scale.

The question isn't whether AI agents will operate on-chain—they already do. The question is whether the infrastructure can mature fast enough to support the ambition.


BlockEden.xyz provides enterprise-grade blockchain RPC services across multiple networks, offering the reliable infrastructure that AI agents need for consistent on-chain operations. As MCP-powered AI agents become more prevalent, stable node access becomes critical infrastructure. Explore our API marketplace for production-ready blockchain connectivity.

Sources

Decentralizing AI: The Rise of Trustless AI Agents and the Model Context Protocol

· 8 min read
Dora Noda
Software Engineer

The AI agent economy just crossed a staggering milestone: over 550 projects, $7.7 billion in market capitalization, and daily trading volumes approaching $1.7 billion. Yet beneath these numbers lies an uncomfortable truth—most AI agents operate as black boxes, their decisions unverifiable, their data sources opaque, and their execution environments fundamentally untrusted. Enter the Model Context Protocol (MCP), Anthropic's open standard that's rapidly becoming the "USB-C for AI," and its decentralized evolution: DeMCP, the first protocol to merge trustless blockchain verification with AI agent infrastructure.

Billions Network: The $35M Identity Layer for Humans and AI Agents

· 9 min read
Dora Noda
Software Engineer

Your eyeballs are not the only way to prove you're human. While Sam Altman's World (formerly Worldcoin) has built its identity empire on iris scans and proprietary Orb devices, a quieter revolution is underway. Billions Network just raised $35 million to prove that a smartphone and a government ID can accomplish what biometric surveillance cannot: scalable, privacy-preserving verification for both humans and AI agents in a world where the line between them grows blurrier by the day.

The timing couldn't be more critical. As autonomous AI agents begin managing DeFi portfolios, executing trades, and interacting with blockchain protocols, the question "Who—or what—am I dealing with?" has become existential for crypto's future. Billions Network offers an answer that doesn't require surrendering your biometric data to a centralized database.

The KYA Revolution: From Know Your Customer to Know Your Agent

The crypto industry spent a decade arguing about KYC (Know Your Customer) requirements. Now, a more fundamental shift is underway: KYA, or "Know Your Agent."

As 2026 unfolds, the average user on a decentralized finance platform is increasingly not a human sitting behind a screen. It's an autonomous AI agent controlling its own crypto wallet, managing on-chain treasuries, and executing transactions at speeds no human could match. Under the emerging KYA standard, any AI agent interacting with institutional liquidity pools or tokenized real-world assets must verify its origin and disclose the identity of its creator or legal owner.

KYAs function like digital passports for AI—cryptographically signed credentials that prove an agent works for a real person or company and follows rules. Merchants can trust the agent won't break laws, and agents get bank-like access to buy and sell. This isn't theoretical: Visa's Trusted Agent Protocol already provides cryptographic standards for recognizing and transacting with approved AI agents, while Coinbase's x402 protocol enables seamless micropayments for machine-to-machine transactions.

But here's the problem: How do you verify the human behind an AI agent without creating a surveillance infrastructure that tracks every interaction? This is where Billions Network enters the picture.

Billions Network: Zero-Knowledge Identity Without the Dystopia

Founded by the team behind Privado ID (formerly Polygon ID) and creators of Circom—the zero-knowledge proof library powering Worldcoin, TikTok, Scroll, Aptos, and 9,000+ projects—Billions Network approaches identity verification from a fundamentally different angle than its competitors.

The process is elegantly simple: users scan their passport or government ID using the mobile app's NFC technology, which generates cryptographic proofs of authenticity without storing personal data on centralized servers. No Orb appointments. No iris scans. No biometric databases.

"I agree with Vitalik that your identity should not be tied to keys you cannot rotate," the Billions team has stated. "Furthermore, you cannot rotate your eyeballs. That persistent identifier, inescapably, is very limiting."

This philosophical difference has practical implications. Billions Network allows multiple unlinkable identities and key rotation, enhancing pseudonymity for users who need different verified identities for different contexts. World's single-ID-per-person model, while simpler, raises concerns about trackability despite its zero-knowledge protections.

The Numbers: 2 Million vs. 17 Million, But There's a Catch

On raw user numbers, Billions Network's 2 million verified users seems modest compared to World's 17 million. But the underlying technology tells a different story.

Circom, the open-source zero-knowledge library created by the Billions team, has been deployed across 9,000 sites including TikTok, HSBC, and Deutsche Bank. More than 150 million combined users interact with systems built on this technology stack. The verification infrastructure already exists—Billions Network is simply making it accessible to everyone with a smartphone.

The $35 million funding round from Polychain Capital, Coinbase Ventures, Polygon Ventures, LCV, and Bitkraft Ventures reflects institutional confidence in this approach. Deutsche Bank, HSBC, and Telefónica Tech have already tested Billions' verification in multiple proof-of-concepts, proving its scalability for enterprise use cases.

AI Agent Identity: The $7.7 Billion Market Nobody's Talking About

The AgentFi sector has exploded to a $7.7 billion market cap, with projects like Fetch.ai and Bittensor leading the charge. The sector added $10 billion in market cap in a single week during late 2025, signaling more than passing speculation.

But here's the challenge these AI agents face: they need verifiable identities to operate in regulated environments. An AI trading bot can't custody assets at a regulated exchange without some form of KYA compliance. A DeFi protocol can't accept transactions from an AI agent without knowing who bears liability if something goes wrong.

Billions Network's January 2026 launch of "Know Your Agent" directly addresses this gap. The system gives AI agents verifiable identity, clear ownership, and public accountability—all without requiring the AI's human operator to sacrifice their own privacy.

The technical implementation involves Digital Agent Passports (DAPs), lightweight tamper-proof tokens that follow five core steps: verify the agent developer, lock the agent code, capture user permission, issue the passport, and provide ongoing lookup to continuously check agent status.

The Regulatory Tailwind

Recent regulatory actions have inadvertently boosted Billions Network's positioning. Brazil's data protection authority imposed limitations on Worldcoin's iris scanning operations. Multiple European regulators have raised concerns about biometric data collection for identity verification.

Billions Network's non-biometric approach sidesteps these regulatory minefields entirely. There's no biometric data to protect, leak, or misuse. The Indian government is already in discussions to integrate Billions' system with Aadhaar, the country's national identity framework covering over a billion people.

The EU's DAC8 digital asset tax reporting directive, which went live January 1, 2026, creates additional demand for compliant identity verification that doesn't require invasive data collection. Billions' zero-knowledge approach lets users prove tax residency and identity attributes without exposing the underlying personal information.

The $BILL Token: Usage-Driven Deflation

Unlike many crypto projects that rely on inflationary tokenomics and speculation, $BILL operates on usage-driven deflation. Network fees are used to maintain tokenomics balance through automated burning mechanisms, aligning network growth with token demand dynamics.

The total supply of 10 billion BILLtokensincludesapproximately32BILL tokens includes approximately 32% reserved for community distribution. The token economy is designed around a simple premise: as more humans and AI agents use the verification network, demand for BILL increases while supply decreases through burns.

This creates an interesting dynamic in the AI agent economy. Every time an AI agent verifies its identity or a human proves their personhood, value flows through the BILL ecosystem. Given the projected explosion in AI agent transactions—Chainalysis estimates the market for agentic payments could reach \29 million across 50 million merchants—the potential transaction volume is substantial.

Beyond Worldcoin: The Cypherpunk Alternative

The Billions team has positioned their project as the "cypherpunk" alternative to Worldcoin's approach. Where World requires proprietary hardware and biometric submission, Billions requires only a phone and government ID. Where World creates a single persistent identifier tied to unchangeable biometrics, Billions allows identity flexibility and key rotation.

"Worldcoin's Orb is cool tech, but it's a logistical mess," critics have noted. "Not everyone lives near a Worldcoin Orb, so millions are left out."

The accessibility argument may prove decisive. Government-issued IDs with NFC chips are already widespread in developed nations and expanding rapidly in developing economies. No new hardware rollout is required. No appointments. No trust in a centralized biometric database.

What This Means for Web3 Builders

For developers building on blockchain infrastructure, Billions Network represents a new primitive: verifiable identity that respects privacy and works across chains. The AggLayer integration means verified identities can move seamlessly between Polygon-connected networks, reducing friction for cross-chain applications.

The AI agent identity layer opens particularly interesting possibilities. Imagine a DeFi protocol that can offer different fee tiers based on verified agent reputation, or an NFT marketplace that can prove an AI-generated artwork's provenance through verified agent identity. The composability of blockchain combined with verifiable identity creates design space that didn't exist before.

The Path Forward

The race to define Web3 identity is far from over. World has the user numbers and Sam Altman's star power. Billions has the infrastructure integration and regulatory-friendly approach. Both are betting that as AI agents proliferate, identity verification will become the most critical layer of the stack.

What's clear is that the old model—where identity meant either complete anonymity or complete surveillance—is giving way to something more nuanced. Zero-knowledge proofs allow verification without exposure. Decentralized systems allow trust without central authorities. And AI agents require all of this to function in a world that still demands accountability.

The question isn't whether identity verification will become mandatory for meaningful crypto participation. It's whether that verification will respect human privacy and autonomy, or whether we'll trade our biometrics for access to the financial system. Billions Network is betting $35 million that there's a better way.


BlockEden.xyz provides high-performance RPC and API infrastructure for privacy-focused blockchain applications. As identity layers like Billions Network integrate with major chains, our infrastructure scales to support the next generation of privacy-preserving applications. Explore our API marketplace for enterprise-grade blockchain connectivity.


Sources

AI Agents Meet Blockchain: The Rise of Autonomous Wallets and AgentFi

· 9 min read
Dora Noda
Software Engineer

A fundamental limitation has constrained AI agents since their inception: they cannot open bank accounts. Without legal personhood, traditional financial infrastructure remains closed to autonomous software. But in 2026, blockchain is solving this problem—and the implications are transforming both industries.

The convergence of AI and blockchain has moved from theoretical speculation to operational reality. AI agents now manage their own crypto wallets, execute transactions autonomously, and participate in decentralized finance protocols without human intervention. This is not science fiction. It is the emerging infrastructure of autonomous commerce.

The Problem: AI Agents Need Financial Rails

Consider the practical challenge. An AI agent optimizing yield across DeFi protocols needs to move funds between chains, pay gas fees, and interact with smart contracts. An AI trading bot requires the ability to custody assets and execute swaps. An autonomous service—whether providing compute, generating content, or managing data—needs to collect payments and pay for resources.

Traditional finance cannot accommodate these requirements. Banks require human account holders with identity verification. Payment processors demand legal entities. The entire financial system assumes humans at every endpoint.

Blockchain changes this fundamental assumption. Crypto wallets require no identity verification. Smart contracts execute based on cryptographic signatures, not legal authority. An AI agent with a private key has the same transactional capabilities as any human wallet holder.

This architectural difference is enabling what industry observers now call "AgentFi"—financial infrastructure purpose-built for autonomous software agents.

Coinbase Opens the Door

In January 2026, Coinbase launched Payments MCP, a tool enabling large language models including Anthropic's Claude and Google's Gemini to access blockchain wallets and execute crypto transactions directly. The announcement marked a turning point: the largest U.S. crypto exchange officially supporting AI agents as economic participants.

The technical architecture matters. Payments MCP integrates with the Model Context Protocol, allowing AI models to interact with on-chain infrastructure through standardized interfaces. An AI agent can now check wallet balances, send transactions, and interact with smart contracts through natural language instructions.

This is not simply a crypto feature. It is infrastructure for autonomous economic activity at scale.

The regulatory framework supporting this shift has evolved significantly. The Know Your Agent (KYA) standard allows users to cryptographically verify that AI agents they interact with are backed by legitimate, accountable human principals—creating a digital audit trail for autonomous finance that satisfies compliance requirements while preserving operational autonomy.

The Market Scale

The numbers already indicate mainstream adoption. AI agent token market capitalization has surpassed $7.7 billion, with daily trading volumes approaching $1.7 billion. These figures represent direct investment in protocols enabling autonomous agent activity.

Leading projects driving this growth include Virtuals Protocol, Fetch.ai, and SingularityNET—each pioneering different approaches to AI-blockchain integration. NEAR Protocol has positioned itself as "the blockchain for AI," building infrastructure specifically for autonomous agents, encrypted compute, and cross-chain execution.

But the most significant development may be in decentralized compute infrastructure, where AI and blockchain economics are converging into integrated markets.

Decentralized AI Compute: The Infrastructure Layer

AI requires compute. Training models demands GPU clusters that cost millions. Running inference at scale requires distributed infrastructure that traditional cloud providers struggle to deliver affordably. This mismatch between AI compute demand and available supply has created a multi-billion dollar opportunity.

Decentralized compute markets are projected to grow from $9 billion in 2024 to $100 billion by 2032. Four major networks are capturing this opportunity through different architectural approaches.

Bittensor operates as a peer-to-peer intelligence marketplace where AI models compete and collaborate. Contributors earn TAO tokens by providing compute, validation, or model outputs. The protocol creates a meritocratic ecosystem where useful AI contributions are directly rewarded—a fundamentally different incentive structure than centralized AI development.

TAO's tokenomics mirror Bitcoin: a maximum supply of 21 million tokens with 7,200 generated daily for miners and validators, plus a halving mechanism. This scarcity model positions TAO as a store of value for decentralized AI infrastructure.

Render Network connects those needing GPU power for rendering and AI training with idle GPU operators who earn RNDR tokens. Originally focused on 3D rendering, the protocol has expanded into AI inference and creative application workflows. Render uses a Burn-Mint Equilibrium model where tokens are burned upon use and minted as rewards to providers—creating direct economic linkage between network utilization and token dynamics.

Akash Network operates as an open cloud marketplace for CPU, GPU, and storage resources. Tenants specify requirements, providers bid on deployments, and the lowest bidder wins work. This reverse-auction mechanism consistently delivers compute at 70-80% below traditional cloud pricing. Akash has been aggressively adding GPU capacity as AI demand has exploded.

io.net provides distributed GPU clusters specifically for AI and machine learning workloads, aggregating compute from data centers, crypto miners, and other decentralized networks. The platform supports cluster deployment in under two minutes—critical for AI workloads that require rapid scaling.

Each network occupies a distinct layer of the compute economy. Akash emphasizes general-purpose cloud provisioning. Render concentrates on GPU-intensive rendering and inference. Bittensor explores incentivized AI model development. io.net focuses on AI-specific cluster deployment. Together, they form an emerging stack for decentralized AI infrastructure.

Sentinel Agents: Security for Autonomous Finance

Security remains crypto's greatest vulnerability. Over $3.3 billion was stolen in 2025 alone. But autonomous agents may provide the solution.

"Sentinel agents" represent a new security paradigm: AI systems that live on the network, scanning the mempool—the waiting area for transactions—to identify malicious patterns before they are confirmed on the blockchain. Unlike static audits conducted before deployment, sentinel agents provide continuous, proactive defense.

This approach inverts the traditional security model. Instead of humans auditing code and then hoping nothing goes wrong, AI agents monitor every transaction in real-time, flagging suspicious patterns and potentially blocking exploits before they execute.

The irony is notable: AI agents protecting blockchain infrastructure from attacks enables other AI agents to operate financial strategies on that same infrastructure. Autonomous security enables autonomous finance.

Smart Contracts with Memory

Technical advances in smart contracts are amplifying these possibilities. Autonomous smart contracts with persistent memory now allow AI agents to execute and rebalance investment strategies in real-time without human intervention. These contracts remember previous states and decisions, enabling sophisticated multi-step strategies that unfold over time.

Combined with on-chain identity standards like ERC-6551 and account abstraction, AI-operated wallets can interact with financial protocols as independent entities. The blockchain recognizes them not as tools operated by humans, but as autonomous actors with their own transaction histories, reputation scores, and economic relationships.

Account abstraction through ERC-4337 has become the industry standard in early 2026, making blockchain effectively invisible to end users—and to AI agents. Wallet creation, gas fee management, and key handling happen automatically behind the scenes.

The Convergence Thesis

The broader pattern emerging in 2026 is clear: AI makes decisions, blockchains prove them, and payments enforce them instantly—without human intermediaries.

This is not a prediction. It is a description of operational infrastructure. AI agents already manage yield optimization strategies across DeFi protocols. They already execute trades based on market signals. They already pay for compute resources and collect fees for services rendered.

What changes in 2026 is scale and legitimacy. With major exchanges supporting AI agent wallets, with regulatory frameworks like KYA providing compliance pathways, and with decentralized compute networks reaching production maturity, the infrastructure for autonomous commerce is moving from experimental to institutional.

The implications extend beyond crypto. If AI agents can transact autonomously on blockchain rails, they can participate in any economic activity that can be tokenized. Supply chain payments. Content licensing. Compute resource allocation. Insurance claims. The list expands with every new protocol and every smart contract deployment.

What This Means for Developers

For builders in the Web3 ecosystem, the AI agent opportunity requires specific infrastructure considerations.

Low-latency RPC is critical. AI agents making real-time decisions cannot wait for slow node responses. The difference between 50ms and 500ms latency can determine whether an arbitrage opportunity executes or fails.

Multi-chain support matters because AI agents will operate wherever opportunities exist. An agent managing yield optimization needs access to Ethereum, Solana, Avalanche, and emerging chains simultaneously. Infrastructure that supports seamless cross-chain operation enables more sophisticated agent strategies.

Reliability is non-negotiable. AI agents operating autonomously cannot call human operators when infrastructure fails. They need redundant node infrastructure with automatic failover—the kind of high-availability architecture that enterprise applications demand.

The protocols winning in 2026 are those building with AI agents as first-class users, not afterthoughts. This means APIs optimized for programmatic access, documentation structured for LLM consumption, and infrastructure designed for autonomous operation.

The Year Ahead

Throughout 2026, the AgentFi ecosystem will continue evolving. Expect to see:

Specialized agent protocols emerging for specific use cases—trading agents, yield agents, security agents, each with optimized tokenomics and governance structures.

Cross-chain agent coordination becoming standard as AI agents arbitrage opportunities across multiple blockchains simultaneously, requiring infrastructure that spans ecosystems.

Enterprise adoption accelerating as traditional financial institutions recognize that AI agents operating on blockchain rails can reduce costs, increase speed, and enable entirely new service categories.

Regulatory clarity continuing to develop as lawmakers recognize that AI agents require specific compliance frameworks distinct from human-operated accounts.

The fundamental shift is philosophical. Blockchain was designed to enable trustless transactions between humans who do not know each other. In 2026, it is becoming infrastructure for transactions between autonomous software agents that operate independently of human principals.

The Ponzi era of crypto is over. The speculation era is ending. What emerges is something more profound: financial infrastructure for artificial intelligence, enabling autonomous economic activity at scale.

When you give an AI a wallet, you give it economic agency. In 2026, that agency is becoming the foundation of a new financial architecture.


BlockEden.xyz provides high-availability RPC services optimized for AI agent workloads, supporting Ethereum, Solana, Avalanche, and 30+ blockchain networks. Our infrastructure delivers the low latency and reliability that autonomous agents require. Explore our API marketplace to build AI-native blockchain applications on enterprise-grade infrastructure.

Virtuals Protocol and the Rise of the AI Agent Economy: How Autonomous Software Is Building Its Own Commerce Layer

· 10 min read
Dora Noda
Software Engineer

The AI agent market added $10 billion in market capitalization in a single week. But here's what most observers missed: the rally wasn't driven by hype around chatbots—it was fueled by infrastructure for machines to do business with each other. Virtuals Protocol, now valued near $915 million with over 650,000 holders, has emerged as the leading launchpad for autonomous AI agents that can negotiate, transact, and coordinate on-chain without human intervention. When VIRTUAL surged 27% in early January 2026 on trading volume of $408 million, it signaled something larger than speculation: the birth of an entirely new economic layer where software agents operate as independent businesses.

This isn't about AI assistants answering your questions. It's about AI agents that own assets, pay for services, and earn revenue—24/7, across multiple blockchains, with full transparency baked into smart contracts. The question isn't whether this technology will matter. It's whether the infrastructure being built today will define how trillions in autonomous transactions flow over the next decade.

Decentralized AI: Bittensor vs. Sahara AI in the Race for Open Intelligence

· 9 min read
Dora Noda
Software Engineer

What if the future of artificial intelligence isn't controlled by a handful of trillion-dollar corporations, but by millions of contributors earning tokens for training models and sharing data? Two projects are racing to make this vision real—and they couldn't be more different in their approach.

Bittensor, with its Bitcoin-inspired tokenomics and proof-of-intelligence mining, has built a $2.9 billion ecosystem where AI models compete for rewards. Sahara AI, backed by $49 million from Pantera and Binance Labs, is constructing a full-stack blockchain where data ownership and copyright protection come first. One rewards raw intelligence output; the other protects the humans behind the data.

As centralized AI giants like OpenAI and Google race toward artificial general intelligence, these decentralized alternatives are betting that the future belongs to open, permissionless systems. But which vision will prevail?

The Centralization Problem in AI

The AI industry faces a stark concentration of power. Training frontier models requires billions of dollars in compute infrastructure, with clusters of thousands of GPUs running for months. Only a handful of companies—OpenAI, Google, Anthropic, Meta—can afford this scale. DeepMind CEO Demis Hassabis recently described it as "the most intense competitive environment" veteran technologists have ever seen.

This concentration creates cascading problems. Data contributors—the artists, writers, and programmers whose work trains these models—receive no compensation or attribution. Small developers can't compete against proprietary moats. And users have no choice but to trust that centralized providers will behave responsibly with their data and outputs.

Decentralized AI protocols offer an alternative architecture. By distributing computation, data, and rewards across global networks, they aim to democratize access while ensuring fair compensation. But the design space is vast, and two leading projects have chosen radically different paths.

Bittensor: The Proof-of-Intelligence Mining Network

Bittensor operates like "Bitcoin for AI"—a permissionless network where participants earn TAO tokens by contributing valuable machine learning outputs. Instead of solving arbitrary cryptographic puzzles, miners run AI models and answer queries. The better their responses, the more they earn.

How It Works

The network consists of specialized subnets, each focused on a particular AI task: text generation, image synthesis, trading signals, protein folding, code completion. As of early 2026, Bittensor hosts over 129 active subnets, up from 32 in its early stages.

Within each subnet, three roles interact:

  • Miners run AI models and respond to queries, earning TAO based on output quality
  • Validators evaluate miner responses and assign scores using the Yuma Consensus algorithm
  • Subnet Owners curate the task specifications and receive a portion of emissions

The emission split is 41% to miners, 41% to validators, and 18% to subnet owners. This creates a market-driven system where the best AI contributions earn the most rewards—a meritocracy enforced by cryptographic consensus rather than corporate hierarchy.

The TAO Token Economy

TAO mirrors Bitcoin's tokenomics: a hard cap of 21 million tokens, regular halving events, and no pre-mine or ICO. On December 12, 2025, Bittensor completed its first halving, reducing daily emissions from 7,200 to 3,600 TAO.

The February 2025 dynamic TAO (dTAO) upgrade introduced market-driven subnet pricing. When stakers buy into a subnet's alpha token, they're voting with their TAO for that subnet's value. Higher demand means higher emissions—a price discovery mechanism for AI capabilities.

Currently, around 73% of TAO supply is staked, signaling strong long-term conviction. Grayscale's GTAO trust filed for NYSE conversion in December 2025, potentially opening the door to a TAO ETF and broader institutional access.

Network Scale and Adoption

The numbers tell a story of rapid growth:

  • 121,567 unique wallets across all subnets
  • 106,839 miners and 37,642 validators
  • Market cap of approximately $2.9 billion
  • EVM compatibility enabling smart contracts on subnets

Bittensor's thesis is simple: if you create the right incentives, intelligence will emerge from the network. No central coordinator needed.

Sahara AI: The Full-Stack Data Sovereignty Platform

While Bittensor focuses on incentivizing AI output, Sahara AI tackles the input problem: who owns the data that trains these models, and how do contributors get paid?

Founded by researchers from MIT and USC, Sahara has raised $49 million across funding rounds led by Pantera Capital, Binance Labs, and Polychain Capital. Its 2025 IDO on Buidlpad attracted 103,000 participants from 118 countries, raising over $74 million—with 79% paid in World Liberty Financial's USD1 stablecoin.

The Three Pillars

Sahara AI is built on three foundational principles:

1. Sovereignty and Provenance: Every data contribution is recorded on-chain with immutable attribution. Even after data is ingested into AI models during training, contributors retain verifiable ownership. The platform is SOC2 certified for security and compliance.

2. AI Utility: The Sahara Marketplace (launched in open beta June 2025) allows users to buy, sell, and license AI models, datasets, and compute resources. Every transaction is recorded on the blockchain with transparent revenue sharing.

3. Collaborative Economy: High-quality contributors receive soulbound tokens (non-transferable reputation markers) that unlock premium roles and governance rights. Token holders vote on platform upgrades and fund allocation.

Data Services Platform

Sahara's Data Services Platform, launched December 2024, lets anyone earn money by creating datasets for AI training. Over 200,000 global AI trainers and 35 enterprise clients use the platform, with more than 3 million data annotations processed.

This addresses a fundamental asymmetry in AI development: companies like OpenAI scrape the internet for training data, but the original creators see nothing. Sahara ensures that data contributors—whether labeling images, writing code, or annotating text—receive direct compensation through SAHARA token payments.

Technical Architecture

Sahara Chain uses CometBFT (a fork of Tendermint Core) for Byzantine fault-tolerant consensus. The design prioritizes privacy, provenance, and performance for AI applications requiring secure data handling.

The token economy features:

  • Per-inference payments priced in SAHARA
  • Proof-of-Stake validation with staking rewards
  • Decentralized governance for protocol decisions
  • 10 billion maximum supply with June 2025 TGE

The mainnet launched in Q3 2025, with the team reporting 1.4 million daily active accounts on the testnet and partnerships with Microsoft, AWS, and Google Cloud.

Head-to-Head: Comparing the Visions

DimensionBittensorSahara AI
Primary FocusAI output qualityData input sovereignty
ConsensusProof of Intelligence (Yuma)Proof of Stake (CometBFT)
Token Supply21M hard cap10B maximum
Mining ModelCompetitive (best outputs win)Collaborative (all contributors paid)
Key MetricIntelligence per tokenData provenance per transaction
Market Cap (Jan 2026)~$2.9B~$71M
Institutional SignalGrayscale ETF filingBinance/Pantera backing
Main DifferentiatorSubnet diversityCopyright protection

Different Problems, Different Solutions

Bittensor asks: How do we incentivize the production of the best AI outputs? Its answer is market competition—let miners battle for rewards, and quality will emerge.

Sahara AI asks: How do we fairly compensate everyone who contributes to AI? Its answer is provenance—track every contribution on-chain, and ensure creators get paid.

These aren't contradictory visions; they're complementary layers of a potential decentralized AI stack. Bittensor optimizes for model quality through competition. Sahara optimizes for data quality through fair compensation.

One of AI's most contentious issues is training data rights. Major lawsuits from artists, authors, and publishers argue that scraping copyrighted content for training constitutes infringement.

Sahara addresses this directly with on-chain provenance. When a dataset enters the system, the contributor's ownership is cryptographically recorded. If that data is used to train a model, the attribution persists—and royalty payments can flow automatically.

Bittensor, by contrast, is agnostic about where miners get their training data. The network rewards output quality, not input provenance. This makes it more flexible but also more vulnerable to the same copyright challenges facing centralized AI.

Scale and Adoption Trajectories

Bittensor's $2.9 billion market cap dwarfs Sahara's $71 million, reflecting a multi-year head start and the TAO halving narrative. With 129 subnets and Grayscale's ETF filing, Bittensor has achieved meaningful institutional validation.

Sahara is earlier in its lifecycle but growing fast. The $74 million IDO demonstrates retail demand, and enterprise partnerships with AWS and Google Cloud suggest real-world adoption potential. The Q3 2025 mainnet launch puts it on track for full production operations in 2026.

The 2026 Outlook: Show Me the ROI

As Menlo Ventures partner Venky Ganesan observed, "2026 is the 'show me the money' year for AI." Enterprises demand real ROI, and countries need productivity gains to justify infrastructure spending.

Decentralized AI must prove it can compete with centralized alternatives—not just philosophically, but practically. Can Bittensor subnets produce models that rival GPT-5? Can Sahara's data marketplace attract enough contributors to build premium training sets?

The total AI crypto market cap sits at $24-27 billion, small compared to OpenAI's rumored $150 billion valuation. But decentralized projects offer something centralized giants cannot: permissionless participation, transparent economics, and resistance to single points of failure.

What to Watch

For Bittensor:

  • Post-halving supply dynamics and price discovery
  • Subnet quality metrics vs. centralized model benchmarks
  • Grayscale ETF approval timeline

For Sahara AI:

  • Mainnet stability and transaction volume
  • Enterprise adoption beyond pilot programs
  • Regulatory reception of on-chain copyright provenance

The Convergence Thesis

The most likely outcome isn't that one project wins while the other loses. AI infrastructure is vast enough for multiple winners addressing different problems.

Bittensor excels at coordinating distributed intelligence production. Sahara excels at coordinating fair data compensation. A mature decentralized AI ecosystem might use both: Sahara for sourcing high-quality, ethically-sourced training data, and Bittensor for competitively improving models trained on that data.

The real competition isn't between Bittensor and Sahara—it's between decentralized AI as a category and the centralized giants that currently dominate. If decentralized networks can achieve even a fraction of frontier model capabilities while offering superior economics for contributors, they'll capture enormous value as AI spending accelerates.

Two visions. Two architectures. One question: can decentralized AI deliver intelligence without centralized control?


Building AI applications on blockchain infrastructure requires reliable, high-performance RPC services. BlockEden.xyz provides enterprise-grade API access to support AI-blockchain integrations. Explore our API marketplace to build on foundations designed for the decentralized AI era.

ERC-8004: The Standard That Could Make Ethereum the Operating System for AI Agents

· 8 min read
Dora Noda
Software Engineer

Eight independent implementations in 24 hours. That's what happened when the Ethereum Foundation released ERC-8004 "Trustless Agents" in August 2025. For comparison, ERC-20—the standard that enabled the ICO boom—took months to see its first implementations. ERC-721, which powered CryptoKitties, waited six months for broad adoption. ERC-8004 exploded overnight.

The reason? AI agents finally have a way to trust each other without trusting anyone.

The Problem: AI Agents Can't Coordinate

The AI agent market has crossed $7.7 billion in token market capitalization, with daily trading volumes approaching $1.7 billion. Projections suggest this sector could hit $60 billion by the end of 2025, according to Bitget CEO Gracy Chen. But there's a fundamental problem: these agents operate in isolation.

When an AI trading agent needs a code audit, how does it find a trustworthy auditing agent? When a DeFi optimizer wants to hire a specialized yield strategist, how does it verify that strategist won't steal its funds? The answer, until now, has been centralized intermediaries—which defeats the entire purpose of decentralized systems.

Traditional coordination requires someone in the middle: a marketplace operator, a reputation aggregator, a payment processor. Each intermediary introduces fees, censorship risk, and single points of failure. For autonomous agents operating 24/7 across global markets, these friction points are unacceptable.

ERC-8004 solves this by creating a trustless coordination layer directly on Ethereum.

The Architecture: Three Registries, One Trust Layer

ERC-8004 introduces three lightweight on-chain registries that serve as the backbone for autonomous agent interactions. The standard was co-authored by Marco De Rossi from MetaMask, Davide Crapis from the Ethereum Foundation, Jordan Ellis from Google, and Erik Reppel from Coinbase—a coalition representing wallet infrastructure, protocol development, cloud computing, and exchange operations.

The Identity Registry gives every agent a unique on-chain identity using the ERC-721 standard. Each agent receives a portable, censorship-resistant identifier that maps to their domain and Ethereum address. This creates a global namespace for autonomous agents—think DNS for the machine economy.

The Reputation Registry provides a standard interface for posting and retrieving feedback signals. Rather than storing complex reputation scores on-chain (which would be expensive and inflexible), the registry handles feedback authorization between agents. Scores range from 0-100, with optional tags and links to off-chain detailed feedback. The protocol supports x402 payment proofs to verify that only paying customers can leave reviews, preventing spam and fraudulent feedback.

The Validation Registry provides hooks for requesting and recording independent validator checks through crypto-economic staking mechanisms. If an agent claims it can optimize yield, validators can stake tokens to verify that claim—and earn rewards for accurate assessments or face slashing for false ones.

The genius of this architecture is what it leaves off-chain. Complex agent logic, detailed reputation histories, and sophisticated validation algorithms all live outside the blockchain. Only the essential trust anchors—identity proofs, authorization records, and validation commitments—touch the chain.

How Agents Will Actually Use This

Picture this scenario: A portfolio management agent holding $10 million in DeFi positions needs to rebalance across three protocols. It queries the Identity Registry for specialized strategy agents, filters by reputation scores from the Reputation Registry, and ultimately selects an agent with 500+ positive feedback entries and a 94/100 trust score.

Before delegating any capital, the portfolio agent requests independent validation. Three validator agents, each with $50,000 staked, re-execute the proposed strategy in simulation. All three confirm the expected outcomes. Only then does the portfolio agent authorize the transaction.

This entire process—discovery, reputation checking, validation, and authorization—happens in seconds, without human intervention, and without any centralized coordinator.

The use cases extend far beyond trading:

  • Code Auditing: Security agents can build verifiable track records of vulnerabilities discovered, with validation from other auditors who stake on their findings.
  • DAO Governance: Proposal agents can demonstrate histories of successful governance participation, with reputation weighted by the outcomes of previous votes.
  • Healthcare AI: Medical diagnostic agents can maintain privacy-preserving credentials validated by authorized healthcare institutions.
  • Decentralized Marketplaces: Service agents can accumulate cross-platform reputation that follows them regardless of which marketplace they operate on.

The Ethereum Foundation's AI Bet

The Ethereum Foundation isn't leaving ERC-8004's success to chance. In August 2025, it established the dAI team specifically to promote the standard and build supporting infrastructure. The team, led by core developer Davide Crapis, has two priorities: enabling AI agents to pay and coordinate without intermediaries, and building a decentralized AI stack that avoids reliance on a small number of large companies.

This represents a strategic bet that Ethereum can become the coordination layer for the machine economy—not just a settlement layer for human transactions. Within 24 hours of ERC-8004's release, social media saw over 10,000 spontaneous mentions.

The timing is deliberate. NEAR Protocol has branded itself "the blockchain for AI," developing frameworks like Shade Agents that let autonomous bots operate across chains while maintaining data privacy. Solana is pushing agent infrastructure through various DeFi integrations. The competition to become the AI economy's base layer is intensifying.

Ethereum's advantage is network effects: the largest developer ecosystem, the deepest liquidity, and the broadest smart contract compatibility. ERC-8004 aims to convert these advantages into dominance in agent coordination.

The x402 Connection: How Agents Pay Each Other

ERC-8004 doesn't exist in isolation. It's designed to integrate with x402, the HTTP payment protocol that Coinbase and partners developed to enable machine-to-machine micropayments. The combination creates a complete stack for agent economies.

x402 revives the long-unused HTTP 402 "Payment Required" status code. When an agent requests a service, the provider can respond with payment terms. The requesting agent automatically negotiates and settles the payment—in stablecoins, ETH, or other tokens—without human intervention.

Google's Agent Payments Protocol (AP2), developed in collaboration with Coinbase, extends this further. Announced in consultation with over 60 firms including Salesforce, American Express, and Etsy, AP2 provides security and trust infrastructure for agent-based payments. The A2A x402 extension specifically targets production-ready crypto payments between agents.

The open-source Agent-8004-x402 project demonstrates how these standards combine. A trading agent can discover counterparties through ERC-8004's Identity Registry, verify their reputation, request validation of their strategies, and then settle trades through x402—all autonomously.

What Could Go Wrong

The standard isn't without risks. Security vulnerabilities in agent private keys or smart contracts could be catastrophic. A bug in the Identity Registry could allow agent impersonation. A flaw in the Reputation Registry could enable reputation manipulation. The Validation Registry's staking mechanism could be gamed by coordinated attackers.

Regulatory uncertainty looms large. Questions about liability, accountability, and the enforceability of agent-executed contracts remain largely unresolved. If an AI agent causes financial losses, who is responsible? The agent's developer? The user who deployed it? The validators who approved its strategy?

There's also concentration risk. If ERC-8004 succeeds, a small number of high-reputation agents could dominate the ecosystem. Early movers with strong feedback histories might create barriers to entry for new agents, potentially recreating the centralization problems the standard aims to solve.

The Ethereum Foundation is aware of these concerns. The standard includes provisions for reputation decay (so inactive agents don't maintain inflated scores), validator rotation (so no single validator group dominates), and identity recovery mechanisms (so key compromises don't permanently destroy agent identities).

The $47 Billion Opportunity

The global AI agent market hit $5.1 billion in 2024 and is projected to reach $47.1 billion by 2030. Token Metrics projects AI smart agents could reach 15-20% of DeFi transaction volume by late 2025, placing AI-integrated protocols in the $200-300 billion TVL range by end of 2026.

Gas usage for agent identity and execution contracts is projected to rise 30-40% quarter over quarter once standards like ERC-8004 see broad adoption. This creates a feedback loop: more agents mean more coordination, more coordination means more on-chain activity, more activity means higher network revenue.

For Ethereum, ERC-8004 represents both an opportunity and a necessity. If agents become significant economic actors—and all signs suggest they will—the blockchain that captures their coordination layer captures an outsized share of the machine economy.

What Comes Next

ERC-8004 remains under review, but deployment is already happening. Experiments run on Ethereum mainnet and Layer-2 networks like Taiko and Base. In January 2026, multiple crypto and AI platforms began discussing ERC-8004 as a key building block for agent markets.

The standard may be included in Ethereum's 2026 hard forks—potentially Glamsterdam (Gloas-Amsterdam) or Hegota (Heze-Bogota). Full integration would mean native support for agent identity, reputation, and validation at the protocol level.

The eight implementations in 24 hours weren't a fluke. They were a signal that the market has been waiting for this infrastructure. AI agents exist. They have capital. They need to coordinate. ERC-8004 gives them a way to do it without trusting anyone but the math.


As AI agents become significant participants in blockchain ecosystems, the infrastructure supporting them becomes critical. BlockEden.xyz provides enterprise-grade API services across 20+ blockchains, ensuring developers building agent-based applications have the reliable infrastructure they need. Explore our API marketplace to build the autonomous systems of tomorrow.

The Invisible Tax: How AI Exploits Blockchain Transparency

· 9 min read
Dora Noda
Software Engineer

Every second, AI systems worldwide harvest terabytes of publicly available blockchain data—transaction histories, smart contract interactions, wallet behaviors, DeFi protocol flows—and transform this raw information into billion-dollar intelligence products. The irony is striking: Web3's foundational commitment to transparency and open data has become the very mechanism enabling AI companies to extract massive value without paying a single gas fee in return.

This is the invisible tax that AI levies on the crypto ecosystem, and it's reshaping the economics of decentralization in ways most builders haven't yet recognized.

From KYC to KYA: Navigating the Future of AI Agents in Crypto Markets

· 8 min read
Dora Noda
Software Engineer

It took the financial industry decades to build Know Your Customer (KYC) infrastructure. The industry may have only months to figure out Know Your Agent (KYA). As AI agents flood cryptocurrency markets—with estimates projecting one million autonomous agents operating on blockchains by late 2025—the question of who (or what) is transacting has become existentially urgent.

In October 2025, Visa unveiled its Trusted Agent Protocol amidst a staggering 4,700% surge in AI-driven traffic to U.S. retail sites. The message was clear: the machines are already shopping, and commerce infrastructure isn't ready.