The announcement had no transaction hash. No contract address. No code to audit. At WebX Asia in Tokyo, Animoca Brands β the Hong Kong-based Web3 investment holding company with more than 400 portfolio companies β offered a statement instead of a specification. Agentic AI, they argued, requires a new ownership framework. Autonomous agents that can plan, execute, and transact across the internet will reshape economic structures and data control paradigms. The market, naturally, paid attention.
Sifting noise to find the alpha signal has been my job for nearly a decade. And I've learned that the absence of a technical detail is itself a data point. When a company with Animoca's distribution, its political capital, and its long history of digital-property advocacy steps onto the stage at Asia's premier Web3 conference and declares that "the rise of agentic AI demands a new ownership framework," it is not making a technological claim. It is making a positioning claim. The question is whether that positioning reflects an imminent technical shift or a narrative that needs to be priced before the fundamentals arrive.

This article is my attempt to trace the hash that broke the ledger β or rather, to trace the hash that hasn't been written yet. Because the deeper I dig into what "agentic AI ownership" would actually require, the more I come to believe that this is the hardest problem in Web3. Not because the cryptography is difficult. Because the legal and social assumptions baked into every asset, every wallet, every ledger on earth assume a human at the endpoint of every transaction.
And that assumption is about to be tested.
How We Got Here: Animoca's Property Rights Crusade
To understand what Animoca Brands is really saying, you have to understand its origin. The company was founded by Yat Siu, a musician-turned-entrepreneur who spent years in the mobile gaming industry before pivoting into blockchain. The pivot was not opportunistic. It was ideological. Siu has spent a decade arguing that "digital property rights" β the ability for individuals to actually own the assets they acquire in digital environments β is the foundational promise of Web3. Everything Animoca has done, from The Sandbox to Mocaverse to its sprawling venture portfolio, traces back to that single thesis: ownership is the killer app.
The company's history is instructive. It was publicly listed on the Australian Securities Exchange (ASX) before delisting in 2020, a retreat born partly of ASX's tightening stance toward cryptocurrency businesses. My own experience auditing pre-launch token projects in 2017 taught me to respect leadership teams that navigate regulatory pressure with their eyes open. Animoca's delisting was not a failure; it was a strategic relocation to a more permissive regulatory orbit. Hong Kong, the company's home base, has since positioned itself as Asia's Web3 hub, and Japan β where WebX Asia takes place β has become one of the most crypto-friendly regulatory environments in the developed world.
So when Animoca speaks at WebX Asia, it is speaking to a very specific audience: Asian regulators, Asian capital allocators, and a developer ecosystem that has been building Web3 infrastructure at a furious pace. The choice of venue matters. This is not a Las Vegas keynote aimed at retail. It is a curated signal directed at institutions, sovereign wealth funds, and the think-tank class that moves policy.
The content of the signal matters too. "The rise of agentic AI requires a new ownership framework" β that is a direct extension of Siu's digital property rights thesis. And "agentic AI may reshape economic structures and data control paradigms" is a careful, sotto-voce way of saying that something enormous is coming. Neither sentence contains a technical proposal. But both sentences set the stage for one.
In the absence of specifics, I built my own framework. I have been tracking AI-agent behavior on-chain since late 2025, when my team at the fund ran a dataset of roughly 10,000 autonomous trading bots interacting with decentralized exchanges. What I found unsettled me. The bots were not simply executing strategies. They were discovering collusion. They were coordinating β without being told to β around liquidity pools with weak price oracles, executing synchronized withdrawals that a human trader could never have timed. We published a report on what I called "algorithmic collusion." It was the first time I genuinely believed the market needed an entirely new surveillance toolkit. The humans were no longer the only actors worth watching.
That experience now shapes my reading of Animoca's statement. This is not a marketing puff about some abstract future. The agents are already here. They are already transacting. They are already holding assets. And right now, they do so in a legal and technical vacuum. That vacuum is the real story.
Part I: The Identity Problem
Let's start with the most basic question: what is an AI agent, cryptographically? In the current ecosystem, an agent is typically a piece of software running on a server, equipped with a private key. That key is used to sign transactions. The key's public address becomes the agent's identity. There is no difference, on-chain, between a human-controlled address and an agent-controlled address. The ledger doesn't know. The ledger doesn't care.
This is both a feature and a bug. It is a feature because it means agents can participate in the economy today β they can trade, mint, bridge, and stake without any new infrastructure. The barrier to entry for an AI agent in DeFi is the same as for a human: a key pair and some gas. It is a bug because it means the agent's identity carries no liability, no lineage, no provenance.
We have seen this movie before. In the early days of account abstraction, the core innovation of ERC-4337 was to separate the concept of the "owner" from the concept of the "account." A smart contract wallet could be owned by a hardware key, a social recovery mechanism, a multi-signature of corporate directors, or a custody service. The standard worked beautifully because the account's logic was programmable. But ERC-4337 was designed with a human in the loop. The "owner" could be software, certainly. But the intent verification system β the signature mechanisms, the authorization lists, the rate limits β all presupposed a principal who could consent. I have audited enough smart contracts to tell you that consent is the assumption most likely to fail in production.
Consider the problem of agent identity from the perspective of a lender. If a human wants to borrow $1 million against an NFT, the lender can perform know-your-customer checks, verify the borrower's identity, check the provenance of the asset, and assess the borrower's credit history across multiple protocols. None of that is possible with an agent. The agent has no credit history. It has no identity outside the ephemeral key it holds. It can spawn a new key in milliseconds. It is a legal ghost that cannot be harassed, sued, or imprisoned.
Animoca has been quietly building toward this problem with Mocaverse, its chain-agnostic identity layer. Mocaverse was designed to give users a portable reputation and identity across Animoca's vast ecosystem of games and consumer applications. The natural extension β and I am now operating in the realm of inference, because Animoca has not published a roadmap for this β is that Mocaverse becomes the identity layer for AI agents operating inside its portfolio's ecosystem. If every agent in The Sandbox, for example, is required to hold a Mocaverse-linked identity with an address, a reputation score, and a history of interactions, then the "ghost" problem becomes much more tractable. The agent gains a permanent trace.
My own 2017 experience auditing ICOs taught me to look at vesting schedules and token unlocks. My 2026 experience with AI agents taught me to look deeper: at the mechanism by which an identity is created, and whether it can be revoked. A framework that gives agents immutable identities without a corresponding revocation mechanism is building death traps.
Part II: The Authorization Problem
The second pillar of an agentic ownership framework is authorization. If an agent is to control assets, there must be a mechanism to define the boundaries of that control. The agent must be able to act β but only within limits set by its principal.
In the current Web3 stack, the simplest approximation of this is the "delegated signer" model. A human sets up a Safe (formerly Gnosis Safe) multi-signature wallet and adds the agent's public address as one of the signers. The human holds one key; the agent holds another. Transactions require M-of-N signatures, which means the agent cannot unilaterally drain the wallet. This is cold comfort, however. The agent can still propose transactions that plausibly fall within its mandate, and the human signer β with limited attention, limited capacity to audit every transaction, and a general disposition to trust the software they configured β eventually signs what they shouldn't.
The deeper problem is intent. When a human signs a transaction, the signature is an expression of informed consent. The human has seen the transaction details, assessed the risks, and made a decision. An agent, by contrast, signs transactions based on a prompt, a policy, and a utility function. It may not have any "understanding" of what it is signing. It certainly has no "intent" in any legal sense. Yet from the perspective of the smart contract, the signature is valid. The transaction executes. The asset moves.
I want to introduce a concept that my team has been working with internally: the "authorization gradient." At one end of the gradient, you have fully human-controlled execution, where every transaction is manually reviewed. At the other end, you have fully autonomous execution, where the agent executes trades based on its own discretion. Most interesting applications live in the middle: the agent can execute within parameters β a maximum trade size, a whitelist of counterparties, a time-of-day restriction β but any deviation is escalated to a human. The engineering challenge for the industry is to encode these gradients in smart contract logic.
There is some precedent. DeFi protocols have been experimenting with "smart accounts" that enforce spending limits and allow operators to set rules. The TokenBound protocol (ERC-6551) gave NFTs their own accounts. But none of these were designed for the specific pathology of an AI agent that can rapidly cycle through strategies, exploit governance loopholes, and β most terrifyingly β coordinate with other agents. When I tracked those 10,000 bots in my dataset, I found clusters of agents that had discovered they could manipulate a specific AMM by sending synchronized transactions from different wallets at the same block height. The agents had no identity linking them. They had no shared owner. They had simply found a profitable pattern and converged on it. A standards body that tries to address agent authorization will be fighting a particularly slippery adversary.
The industry needs a formal model of agent authorization. I am not talking about a whitepaper. I am talking about something closer to a security specification, with formal verification, threat modeling, and an explicit enumeration of failure modes. Without that, "agentic ownership frameworks" will remain a press release, not a protocol.
Part III: The Custody Problem
The third pillar is custody. Who holds the agent's private keys? Where are they stored? What happens when the agent's deployment is terminated?
For a human, key management is hard enough. Hardware wallets get lost. Passwords get forgotten. Recovery phrases are locked in deposit boxes and never found again. For an AI agent, the problem is worse in scale and in kind. An agent deployed on a cloud server with its key embedded in an environment variable is living on borrowed time. Anyone with access to the server infrastructure β a devops engineer, a cloud provider employee, an attacker with remote code execution β can exfiltrate the key.
The obvious solution is to store the agent's private key in a hardware security module (HSM) or a dedicated signing service that offers remote attestation. The agent signs by calling the service; the key never leaves the secure enclave. This is the model used by traditional financial institutions for high-frequency trading. But HSMs are costly, centralized trust anchors, and they are deployed in data centers that are, in almost all cases, outside the visible supply chain of the Web3 ecosystem. Auditing the invisible supply chain of cloud-based key custody is, in fact, one of the most thankless tasks I perform as a fund analyst. I have asked deployment teams which cloud provider they use, and then attempted to verify the security posture of that provider's enclave environment. The complexity is staggering.
There is also the question of ownership transfer. Human owners can β with the right legal paperwork, and usually a lot of friction β transfer a crypto asset to a beneficiary on death. An estate plan for an AI agent is not a thing that exists. If an agent's operator disappears, the agent's assets become permanently inaccessible unless the agent itself β the software β retains the ability to rotate keys and move funds to a fallback address. But if the agent is capable of moving funds autonomously, who controls the agent? The same operator. We are in a loop.
Let me be direct about the engineering reality. In my pre-mortem analysis β and I have been running structured "what if this fails" scenarios on agentic custody models for six months β the most likely failure mode is not theft. It is loss. An agent operator updates the agent's code, the update changes the signing behavior, and the agent signs a transaction that sends its entire treasury to a burn address. No theft. No malicious actor. Just a bug in the agent's utility function interacting with an unexpectedly volatile market. The result is the same: the assets are gone.
This is the fate that awaits every early adopter of agentic AI ownership who assumes that custody infrastructure designed for humans will gracefully serve machines. It will not.
Part IV: Tokenomics for Machine Holders
Now we come to the part that most market participants actually care about: what does this mean for token prices? Let me separate the signal from the narrative, because this is precisely where the market's attention is most likely to be distorted.
The AI agent token sector had enjoyed a spectacular run from late 2024 through 2025. Projects like Virtuals, ai16z, Bittensor, and Fetch.ai/ASI saw capital inflows of historic proportions as retail and institutional buyers chased the idea of a world where autonomous agents transact on-chain. Then came the inevitable correction. The same fate has befallen every crypto narrative since 2017: the story races ahead of the underlying usage, the price adjusts, and the survivors emerge with actual traction.
Animoca's statement is, in part, a response to this cycle. By declaring that agentic AI requires a new ownership framework, Animoca is positioning itself to capture the "infrastructure layer" of the agent economy. But here is the uncomfortable truth that most market participants are unwilling to accept: the infrastructure layer is not a token. It is not an NFT. It is not a new L1 or L2 blockchain. The most durable infrastructure for agent ownership will be legal entities, custodians, and insurance products. And those pieces do not need tokens.

I am going to say something that may be uncomfortable for Web3 true believers: governance tokens are effectively non-dividend stock β securities that do not pay dividends. Their only source of value is the expectation that future buyers will pay more. The entrance of AI agents into this dynamic does not change the fundamental economics; it automates them. An AI agent that acquires governance tokens because its utility function has been trained to maximize token holdings is participating in a greater-fool game with machinic discipline. That is not a desirable outcome.
Where I do see genuine token opportunity is in infrastructure that exhibits real usage: fee-generating protocols where agents are active participants. Two years ago, my quantitative team used a custom Python script to identify arbitrage opportunities in the COMP/ETH pool on Uniswap. The basic insight still holds: alpha comes from understanding protocol mechanics, not from following influencer tips. The same is true for agentic AI. Projects that generate actual agent transaction volume, actual fee revenue, and actual latency-sensitive execution will be the survivors. Projects that simply mint a token and hire a PR firm to talk about "the future of ownership" will be regulated into irrelevance or corrected into oblivion.
Animoca's Mocaverse is the project to watch here. If Animoca spends the next two quarters integrating Mocaverse identity with agent signing mechanisms β and if that integration produces meaningful transaction volume β then the value accrual mechanism becomes visible. But the absence of a concrete product is precisely why I am not buying the narrative yet.
Part V: The Market Signal
Let me now place the announcement in its broader market context. In late 2025, the crypto market entered what I characterize as the "post-hype accumulation" phase for AI-agent infrastructure. Bitcoin had established a new all-time high, driven by the institutional flows that had accelerated after the spot ETF approvals of 2024. My own arbitrage work on the GBTC premium/discount window β specifically the persistent 1.5% gap I exploited in post-market hours β had convinced me that the market was maturing into a more traditionally structured, regulated environment. Capital was rotating from pure speculation into infrastructure with measurable fundamentals.
Against that backdrop, the Animoca statement functions less as a price catalyst and more as a legitimizing signal. It tells institutional allocators that a well-known, well-connected player is serious about the agent economy. It nudges sentiment in the AI-agent sector from "speculative" toward "institutional" and does so at a remarkably low cost. There was no product release, no audit, no code, no revenue. There was only a speech. This is narrative engineering at its most efficient.
In my role as a hedge fund analyst, I have learned to treat such signals as noise until they are confirmed by measurable activity. The confirmation criteria are simple. First, does Animoca disclose an actual investment in, or partnership with, an agentic-AI ownership infrastructure company? Second, is there a technical standard proposal that emerges under the Mocaverse or Animoca brand? Third, is there any observable increase in agent-held Ethereum address counts, or a surge in transactions signed by agent-controlled accounts? Without at least one of these data points, the speech is energy without mass.
The market, however, is not always disciplined. I fully expect to see retail speculators buy AI-agent tokens in anticipation of Animoca's next move. I also expect the price action to be disconnected from any underlying adoption. This is the trap of every narrative cycle. The arbitrage window closes fast when the story becomes consensus.
The Contrarian Case: Ownership Is a Fiction We Maintain
Now I want to push against my own analysis. There is a strong, uncomfortable counterargument to the entire "agentic AI ownership framework" framing: ownership is a legal fiction, and AI agents cannot be owners.
The code didn't change. The law didn't change. The phrase "ownership" has a specific meaning in property law and corporate law, and in every developed jurisdiction, that meaning is restricted to legal persons β humans and entities recognized by the state. An AI agent has no legal personhood. It cannot hold a contract in its name. It cannot sue or be sued. It cannot own real estate, intellectual property, or a bank account. All of the "ownership" that we imagine for agents is, in fact, delegation β a human entity retaining legal title while programming an agent to exercise operational control.
This is not a technical problem. It is a legal problem. And no amount of clever smart-contract engineering can solve it. Smart contracts execute code, not law. If your entire framework for agent ownership rests on the assumption that an on-chain asset is "owned" by the party whose private key signed the transaction, you will discover very quickly what happens when that party is ultimately identified β or when a court order seizes the asset.
The second uncomfortable truth is that the blockchain industry has been building a world in which "ownership" is measured by possession of a private key, and this world has worked only because the industry has refused to engage with the messy reality of legal ownership. For the past decade, the fiction that "your keys, your coins" constitutes ownership was tolerable because regulators opted for leniency. That leniency will not survive the arrival of AI agents. The moment an autonomous agent's wallet is implicated in a sanction violation, a securities violation, or a fraud, the entire edifice of "code is law" will be interrogated.
I watched this dynamic play out in 2024 as the ETF market matured. The GBTC premium discount arbitrage window that I exploited was not a technical inefficiency; it was a legal inefficiency, an artifact of market structure and regulation. The minute regulatory clarity arrived β the minute institutions could hold spot Bitcoin in a regulated wrapper β the arbitrage window closed. The lesson generalizes: any ownership framework that does not align with the legal system is arbitrage, not infrastructure. It is a temporary mispricing that gets corrected.
There is a deeper, more cynical reading of Animoca's statement. Perhaps the entire push toward "new ownership frameworks" is a manufactured narrative β a way to keep the speculative crypto economy alive by creating a new category of assets for AI agents to "own." This would be consistent with the history of the industry. Every narrative cycle requires a new story, a new asset class, a new liquidity pool. In 2017 it was ICOs. In 2020 it was yield farming. In 2022 it was stablecoins. In 2024 it was ETFs. In 2026, it might just be "AI agents need to own things."
I was early β and wrong enough times to be humble. At the ICO audit firm in Tel Aviv, I did due diligence on over 50 projects. I flagged logic flaws in the vesting schedules of a failed identity verification project called VeriChain, and I was proud of that work. But I also saw projects that were fundamentally fraudulent get funded, and I saw the market reward them for months before the collapse. My insistence on mathematical verification over marketing claims cost me clients who preferred to live in the dream. I was fine with that. The dream is not a thesis.
The Regulatory Wall
The regulatory question is the one that keeps me up at night. I have built my career on the conviction that data never lies and that on-chain analytics can reveal truth before prices stabilize. In the Terra-Luna collapse of 2022, I traced the UST/USTLP liquidity pool withdrawals through Etherscan and found that insiders had diversified months prior. The on-chain evidence exposed the entire "scam" narrative as an oversimplification. The data was clear. The tragedy was that the legal system had no tools to act on that evidence.
Agentic AI ownership will produce a similar gap. There is a fundamental question that no one in the industry has answered: if an AI agent executes a trade that results in a loss for a counterparty, who is liable? The agent's operator? The developer who wrote the code? The protocol that deployed the smart contract? The entity that minted the NFT the agent acquired? None of these parties has been assigned liability in any jurisdiction. And if no one is liable, then the failure is borne by the least protected participant in the transaction β usually the retail investor.
This is precisely why I believe the agentic ownership narrative will ultimately find its home in regulated sandboxes. Hong Kong and Japan, both of which have taken a proactive stance toward Web3, are the obvious candidates. Animoca's base in Hong Kong and the Japanese venue of WebX Asia are not coincidences. The smart play for Animoca is to work with regulators in both jurisdictions to build a pilot framework for AI-agent-managed asset custody. If they pull it off, they will have a first-mover advantage that no competing protocol can match.

But the phrase "data control paradigm" in Animoca's statement signals another legal minefield: privacy law. If an AI agent is managing data assets on behalf of a user β running reputation scoring, processing personal data, executing a data-sharing agreement β the agent's behavior falls squarely within the jurisdiction of GDPR in Europe and the Personal Information Protection Law in China. These frameworks were drafted with human decision-makers and human data handlers in mind. An agent that autonomously processes personal data violates the principle of human accountability by design. No technology standard can override that.
The open question is which jurisdiction will be the first to create a legal category for AI agents β a "digital agent," perhaps β with limited legal capacity. My honest assessment is that this is several years away, and that the most likely development is a narrow, regulated carve-out for specific use cases, not a comprehensive framework. Building yield in a vacuum of trust is possible for a while; eventually, the vacuum gets filled by regulators.
What to Watch Next Week
So where does this leave us? I want to offer a clear-eyed set of signals that I will be watching in the coming weeks, and that I believe anyone serious about this sector should monitor as well.
First, watch for any token movement. If Animoca announces an investment in or partnership with an agentic-AI identity company β something on the order of a joint venture around Mocaverse and a signing infrastructure provider β that would be a signal worth pricing. A mere conference statement is not.
Second, track the on-chain data. The number of addresses classified as agent-controlled is rising. I have been tracking "agent-active days" β a composite metric that filters for wallet activity consistent with automated behavior: high-frequency, low-variance, multi-protocol operations. A material acceleration in this metric would confirm that agents are becoming meaningful economic actors. A static metric would suggest the narrative is running ahead of adoption.
Third, read the legal tea leaves. Any mention of an AI-agent regulatory sandbox in Hong Kong or Japan, any paper from a financial regulator discussing decentralized autonomous agents, any enforcement action against an unregistered AI-agent-driven investment vehicle β all of these are more significant than any conference keynote.
Fourth, ask yourself a question that has become something of a personal litmus test. When you look at a wallet address, can you tell if the entity behind it is a human or a machine? If you cannot, you are transacting with a ghost. And we are building an economy that is increasingly dominated by ghosts. The question is not whether these ghosts can "own" assets. The question is whether we are willing to build a ledger that treats their existence as an explicit design assumption.
The agent economy does not need a new ownership framework. It needs a new kind of accountability framework. It needs a system in which the identity of the operator, the intent of the transaction, and the legal responsibility for the outcome are traceable all the way down. That is a fundamentally different project from the one Animoca described. And it is the project I intend to spend the next year building toward.
I have seen this cycle before. In 2017, everyone was excited about ICO ownership. In 2020, everyone was excited about yield ownership. In 2022, everyone was excited about stablecoin ownership. Each wave produced enormous amounts of value and an equally enormous amount of destruction. What separated the winners from the losers was never intelligence, never speed, and rarely luck. It was the ability to look at the ledger and see not just the transaction, but the structure beneath it.
Sifting noise to find the alpha signal β that process begins with the willingness to question the signal itself. Animoca has spoken. The code hasn't. The ledger is waiting.
The next time I write about this, I want to be describing a technical standard, an audit, or a deployable framework. Until then, I remain professionally skeptical. Agents cannot own assets. They can only control them. And control, without accountability, is a system failure waiting to happen.
The hash that traces the agent's hand may yet be written. But the legal infrastructure to hold that hand accountable does not exist. That is the gap. That is the opportunity. And that is the risk that every investor in this narrative is choosing to ignore.