ConceptioArchivearXiv CS
arXiv CSopen access

Paper Agents, Paper Gains: An Empirical Analysis of DeFi Investment Agents

Unknown · 2026 · arxiv_cs
arXiv CS · Papers · License: Open Access · 2026
Open Source ↗Direct PDF ↓
cryptography, security, privacy, cybersecurity

Paper Agents, Paper Gains: An Empirical Analysis of DeFi Investment Agents Jay Yu1,2 , Amy Zhao3,4 , and Danning Sui1 1

arXiv:2605.29174v1 [cs.AI] 27 May 2026

2

Pantera Capital Stanford University 3 IC3 4 Ava Labs

Abstract. DeFi investment agents—systems that attempt to use AI for autonomous on-chain trading—have attained over $3 billion in combined token valuations since late 2024. We survey over 1,900 AI-tagged crypto projects, filter to investment-focused agents, and curate a set of 10 representative projects spanning strategy and observability dimensions. We then conduct a deep-dive architectural analysis of two prominent agent frameworks—ElizaOS (an open-source trading-agent runtime) and Virtuals Protocol (a launchpad for creating and tokenizing agents)—and a quantitative on-chain performance analysis of 11 Solana-based agent treasuries with publicly attributable trading activity, covering 925,323 token holders. We find that current deployments remain early and heterogeneous: (1) in our sampled projects, many do not yet provide clear evidence of autonomous trade execution, and developer interviews suggest that a substantial share of visible current deployments remain basic API integrations; (2) agent treasuries retain over $30M in paper gains while their token holders collectively lost $191.7M, with the top 1% of wallets capturing 81.4% of all gains, or $1.81B; (3) token valuations are weakly connected to treasury fundamentals, with market-cap-to-AUM ratios exceeding 10,000× versus below 1× for established DeFi protocols; and (4) aggregate user gains peaked at $2.4B before declining to net losses, with median returns negative on every platform and tokens declining 93% on average from all-time highs. We interpret these outcomes as characteristic of a permissionless, first-generation market in which open platform infrastructure enables rapid experimentation but also allows naive or speculative agents to launch before robust standards for autonomy, performance, and stakeholder alignment have emerged. We therefore propose a maturity framework along three dimensions—autonomous execution, risk-adjusted profitability, and stakeholder alignment—to characterize the gap between current deployments and future investment-grade agent systems.

1

Introduction

Since late 2024, a wave of projects has emerged that present autonomous AI agents as a way to manage pooled capital in decentralized finance (DeFi) markets. These DeFi investment agents span a range of ambitions: some, such as

2

J. Yu et al.

Giza [29], pursue passive strategies like yield optimization and vault rebalancing; others, such as AIXBT [2], provide active investment signals derived from social media sentiment and on-chain analytics; and projects like Eliza (formerly ai16z) [14] attempt to build fully autonomous trading agents that execute onchain transactions with capital bootstrapped through a publicly traded token. These projects have attracted significant liquidity in the cryptocurrency markets, with peak valuations exceeding $3 billion [9]. This emergence was anchored by two events: Virtuals Protocol’s launch of bonding-curve agent token issuance in October 2024 and the rapid market emergence of ai16z/Eliza in November 2024. Combined AI-agent token market capitalizations peaked in January 2025 before contracting 88–99% through mid-2025, tracking the broader pullback in AI-narrative and memecoin tokens over the same window. Despite this rapid growth, several fundamental properties of DeFi investment agents remain empirically underexplored, including the degree to which trading decisions are executed algorithmically rather than manually, the profitability of the systems, transparency of the algorithms [27], and the alignment between treasury-level performance and the returns realized by token holders. Our paper provides a systematic investigation of these properties, presenting a qualitative framework to assess the scope of DeFi investment agents, an analysis of two notable agent frameworks—ElizaOS (an open-source trading-agent runtime) and Virtuals Protocol (a launchpad for creating and tokenizing agents)—and an empirical evaluation of various on-chain trading performance for the agents built on these frameworks.

1.1

Research Questions

Our study addresses four key questions: 1. Scope: What is the broad landscape of DeFi investment agents currently deployed, and what strategies, design patterns, and adoption scales characterize these agents? 2. Frameworks: Several DeFi investment agents are built on shared opensource platforms—agent frameworks—that provide common infrastructure for wallet management, strategy execution, and token launch mechanics. How do the two leading frameworks, ElizaOS and Virtuals Protocol, structure agent design and execution, and what trading behaviors emerge from agents built on them? 3. Performance: What does publicly observable on-chain data reveal about the trading performance and returns of active DeFi investment agents, both at the treasury level and from the perspective of token holders? 4. Evaluation: What criteria distinguish a DeFi investment agent that functions as a legitimate autonomous trading system from one that functions primarily as a speculative vehicle, and how do existing projects measure against them?

Paper Agents, Paper Gains

1.2

3

Contributions

We adopt a mixed-methods approach combining on-chain data analysis with semi-structured developer interviews, consistent with prior survey methodologies for DAOs [39]. Our study covers the period from October 2024 to November 2025. Specifically, we make the following contributions: – Starting from a broad candidate pool drawn from CoinGecko, a token-market aggregator, and Messari, a venture fundraising database, we define inclusion criteria for DeFi investment agents and select 10 representative projects, characterizing their strategy types, trade observability—the degree to which an agent’s trades are visible on-chain, from low (off-chain APIs, no public agent wallets) to high (public wallet addresses enabling audits)—funding mechanisms, and adoption scale (Section 3). – Through architecture analysis and developer interviews, we analyze the structure and agent ecosystems of ElizaOS and Virtuals Protocol, documenting design motivations, operational realities, and the possible gaps between envisioned autonomous capabilities and deployments that have emerged permissionlessly on the platform under the frameworks (Section 4). – We define and apply a quantitative framework for measuring DeFi investment agent profitability, analyzing 11 agent treasuries and 925,323 token holders, distinguishing between platform treasury performance and token-holder returns, and benchmarking against passive strategies (Section 5). This performance cohort partially overlaps with but is not identical to the 10-project broad survey above due to lack of universal onchain observability; selection criteria are detailed in Section 5. – Based on our empirical findings, we propose a framework for evaluating DeFi investment agents along three dimensions: autonomous trading, risk-adjusted profitability exceeding passive benchmarks, and stakeholder value alignment between trading performance and token-holder returns (Section 6).

2

Related Work

Crypto Market Manipulation. Xu and Livshits [48] anatomize cryptocurrency pump-and-dump schemes, documenting coordinated price inflation followed by rapid collapse and negative returns for late participants. The speculative dynamics we observe in DeFi investment agent tokens—synchronized peaks, 93% average declines, and right-skewed user return distributions where early entrants profit at the expense of later participants—are structurally consistent with these patterns, though the mechanism differs: agent tokens are inflated by narrative hype around AI capabilities rather than by explicit coordination in messaging groups. Conlon et al. [13] study contagion effects in memecoin markets, showing that price rallies propagate across correlated memecoin tokens regardless of underlying fundamentals, and that buyer enthusiasm during these rallies is driven by social-media-fueled speculation rather than informed valuation. Several of the agents we study funded their treasuries through memecoin launches, directly coupling agent token prices to these contagion-driven boomand-bust cycles.

4

J. Yu et al.

DAO Governance. Surveys of Decentralized Autonomous Organizations [39] establish methodological precedent for mixed-methods analysis of on-chain governance systems, combining quantitative analysis of treasury flows, token distributions, and voting records with qualitative developer interviews. We adopt a similar approach applied to investment-focused agents rather than governance DAOs. Several of the agents we study (notably Eliza/ai16z) adopt DAO-like governance structures for treasury management, blurring the boundary between these categories. Algorithmic and AI-Driven Trading. Research on algorithmic and highfrequency trading [30] examines automated execution in regulated markets with established oversight mechanisms. More recently, LLM-based trading agents have attracted growing academic attention. Yang et al. [49] introduce FinGPT, an open-source financial LLM with applications in robo-advising and algorithmic trading. A wave of concurrent benchmarking work evaluates whether LLM agents can trade profitably: Chen et al. [8] find that most LLM agents fail to outperform a buy-and-hold baseline on DJIA stocks over a four-month horizon; Fan et al. [28] extend this evaluation to U.S. stocks, A-shares, and cryptocurrencies, concluding that general intelligence does not translate to trading capability; and Qian et al. [36] show that system-level design choices—such as multi-agent collaboration, tool-use patterns, and memory mechanisms—exert a stronger influence on profitability than the choice of underlying LLM. In the cryptocurrency domain specifically, Luo et al. [32] propose a multi-agent system for crypto portfolio management that outperforms single-agent baselines on the top 30 tokens by market capitalization. Collectively, these results suggest that LLMs remain unreliable autonomous traders—consistent with the developer assessment we document in Section 4—while leaving open the question of whether agent framework design can compensate for individual model limitations. DeFi investment agents operate in a distinct environment from the settings these benchmarks evaluate: permissionless deployment, pseudonymous operators, no regulatory oversight, and the ability to bootstrap capital through public token issuance. This combination enables speculative dynamics—particularly the conflation of agent token valuation with trading performance—that would be constrained in traditional markets. Collective Investment Algorithms. Most directly related is concurrent work on Collective Investment Algorithms (CoinAlgs) [27], which proves a fundamental tradeoff: CoinAlgs cannot simultaneously ensure economic fairness and avoid losing profit to arbitrage. The CoinAlg framework also shows that agents with publicly observable wallet addresses are structurally vulnerable to frontrunning [15], as adversaries can anticipate and exploit their on-chain trades. Where that work establishes theoretical impossibility results, our study provides an empirical characterization of deployed systems; we revisit the connection between our findings and the CoinAlg Bind in Section 6.

Paper Agents, Paper Gains

3

5

Broad Landscape of DeFi Investment Agents

To characterize the current landscape of DeFi investment agents, we survey the full universe of AI-branded crypto projects and narrow to a representative sample of investment-focused agents. 3.1

Data Collection and Selection

We drew from two complementary data sources: (1) CoinGecko [10], a token market data aggregator, from which we collected all AI-tagged projects with recorded trading volume between October 2024 and November 2025; and (2) Messari [33], a venture fundraising database, from which we collected all AItagged entities with funding rounds closed between September 2024 and December 2025 (the wider window captures fundraising that precedes token launches). The combined dataset covers 1,900 projects with recorded token market capitalizations and 182 venture-funded entities totaling $1.87 billion across 229 rounds, with 52 appearing in both sources. The majority of these projects are infrastructure-oriented: AI compute networks (e.g., Render, Akash), data and oracle layers, model training platforms, and agent development frameworks. To isolate the subset relevant to our study, we define a DeFi investment agent as a system satisfying three inclusion criteria: 1. DeFi application: the system is deployed on permissionless blockchain protocols and interacts with DeFi primitives such as decentralized exchanges, lending platforms, or yield vaults. This excludes traditional roboadvisors (e.g., Wealthfront, Betterment) that may trade digital assets but operate through centralized intermediaries. 2. Investment function: the system’s primary purpose is investment-related— directly managing capital, optimizing yield, or providing trading signals and investment advice—rather than providing infrastructure such as compute, data feeds, or developer tooling. 3. AI-branded: the system presents itself as using AI or machine learning (e.g., LLMs, reinforcement learning, sentiment analysis) to inform its investment process. Applying these three inclusion criteria yields 1,035 projects classifiable as DeFi-focused trading or investment agents. We further restrict to systems operated as publicly accessible services—typically with an associated token, managed treasury, or user-facing platform—excluding self-hosted trading bots (e.g., Hummingbot, Freqtrade). Boundaries are not always sharp: Numerai operates primarily off-chain with an on-chain staking component, and ElizaOS agents can be self-hosted, though all agents in our sample are operated by identifiable teams or DAOs. Criterion 3 is intentionally based on how projects present themselves; evaluating the substance of these AI claims is a central goal of our study (Sections 4–5). From the filtered pool, we selected 10 projects (Table 1) through purposive sampling, prioritizing the largest user bases or token market capitalizations within each strategy category (passive, advisory, active trading) while ensuring diversity across trade observability and funding mechanism. Our purposive

6

J. Yu et al.

sample is designed to span strategy and observability types, not to serve as an exhaustive census of trading-capable agents within each ecosystem. We do not claim statistical representativeness. We categorize each project along six dimensions (Table 1): agent strategy, trade observability, source of funds, blockchain ecosystem, user base, and current AUM. Two dimensions merit definition: – Agent Strategy: whether the agent engages in passive DeFi activities (vaults, staking), provides investment advice, or actively trades with pooled capital. – Trade Observability: whether an external observer can trace the agent’s onchain transactions. We classify this as low (no public agent wallets), mid (dashboards or social media but no verifiable on-chain addresses), or high (public wallet addresses enabling transaction audits). 3.2

Survey Results

Table 1 presents the 10 selected projects. Three key patterns emerge from this survey. The vast majority of “agents” do not trade autonomously. Of the 10 projects, only 3 actively execute trades with pooled funds (Axelrod, Eliza, Alpha Arena). Two engage solely in passive strategies such as vault allocation and staking (Axal, Giza). The remaining 5 provide investment advice or trade simulations without autonomous execution. TrueNorth, for instance, generates trade suggestions and can facilitate execution through user wallets, but requires user approval rather than trading autonomously with its own treasury. Funding mechanism correlates with trade observability. Projects that bootstrapped capital through public token launches (AIXBT, Axelrod, Eliza, Truth Terminal) all have mid-to-high observability: tokens create on-chain footprints and incentives for community scrutiny, with AIXBT and GOAT (Truth Terminal) exhibiting memecoin dynamics [13]. Conversely, the 4 projects funded through individual user wallets (Axal, Giza, TrueNorth, Surf) have low observability, as agent activity is dispersed across private wallet instances with no public treasury to audit. The remaining 2 projects—Numerai (NMR utility token plus proprietary sources) and Alpha Arena (proprietary capital)—do not fit either pattern cleanly. Truth Terminal additionally received private investment from venture capitalist Marc Andreessen [7]. Observability does not imply verifiable autonomy. Even among the 4 high-observability projects with public blockchain addresses (AIXBT, Axelrod, Eliza, Alpha Arena), we could not independently verify whether transaction execution was truly autonomous or required manual signing and human intervention. On-chain data reveals what an agent did, but not who or what initiated the action. The 2 mid-observability projects (Numerai, Truth Terminal) provide dashboards or social media posts describing trades but no on-chain addresses to verify execution; for the remaining 4, we were unable to identify publicly traceable agent activity sufficient for independent verification. Deep-dive selection. Most projects in our sample operate through userspecific wallets, proprietary pipelines, or passive vault allocations, limiting verifiable claims about autonomy or performance. ElizaOS and Virtuals Protocol are exceptions: both deploy public agent wallet instances enabling on-chain in-

Paper Agents, Paper Gains

7

Project

Agent Strategy

Observ Source of Funds ability

Chains

User Base

Current AUM (USD)

Axal [4]

Passive yield strategies autonomous on-chain yield and vault strategies for non-technical users

Low

Individual user wallet

Base

Giza [29]

Passive DeFi strategies AI-driven allocation, arbitrage, and automated DeFi yield strategies

Low

Individual user wallet

Base

30,000 agents

6,888,486

TrueNorth [41]

Active investment advice agent generates trade suggestions and executes via user wallets

Low

Individual user wallet

Hyperliquid 2,000 beta testers

Surf [3]

Active investment advice personal-agent service providing automated trade suggestions for crypto users

Low

Individual user wallet

30,000

Numerai Crypto [35]

Active trade simulation hedge-fund–style agent simulating and aggregating crowd-sourced trading signals

Mid

NMR token and proprietary sources

38,917 holders

AIXBT [2]

Active investment advice public social agent tied to a memecoin with trade-suggestion logic

High

Launched own memecoin AIXBT

Base (Virtuals)

421,080 holders

3,393

Truth Terminal [40]

Active investment advice public agent and social-signal trading model funded by GOAT memecoin

Mid

Proprietary and public memecoin GOAT

Solana

17,485

Axelrod [5]

Active trading - public agent executing trades and yield strategies backed by the AXR token

High

AXR token

Base (Virtuals)

28,189 holders

ai16z / Eliza [24]

Active trading autonomous multi-agent trading system executing strategies via ElizaOS

High

Funded by ai16z token

Solana (ElizaOS)

101,025 holders

138,957

Alpha Arena [34]

Active trading autonomous LLM agents executing trades in a live benchmark environment

High

Proprietary

Hyperliquid –

42,400

Table 1. Broad landscape of DeFi investment agents, categorized by agent function, observability, funding source, framework, user base, and AUM (as of November 30, 2025). “–” indicates data not publicly available. Rows are deployed agents; the ElizaOS and Virtuals Protocol frameworks appear only as labels in the chain column.

spection, maintain publicly traded tokens with substantial market participation, and support comparatively large user bases, making them the most empirically tractable agent frameworks in DeFi. We analyze them in depth in Section 4.

8

J. Yu et al. ElizaOS ai16z

Aiccelerate

Virtuals Protocol BigPharmAI

Agent Runtime

Actions

Memory

Providers

Axelrod

Ribbita

Agent Commerce Protocol

Evaluators

LLM Backends

Solana

Vader AI

Profile

Offerings

$VIRTUAL

Escrow

Bonding Curves

Base

Fig. 1. Architecture of ElizaOS and Virtuals Protocol with representative deployed agents. Deployed agents (top row: ai16z, Aiccelerate, BigPharmAI on ElizaOS; Vader AI, Axelrod, Ribbita on Virtuals) sit above their respective runtime and settlement layers. ElizaOS provides a modular plugin system (Actions, Providers, Evaluators) with developer-controlled LLM selection. Virtuals standardizes agent commerce through escrow-based settlement and bonding curve tokenization.

4

ElizaOS and Virtuals Protocol Ecosystem Analysis

4.1

Framework Architecture and Developer Perspectives

We focus on ElizaOS and Virtuals Protocol as the two dominant paradigms for DeFi agent deployment. Both expose public wallet addresses, enabling the on-chain observability required for empirical analysis (Figure 1). To complement our technical analysis, we conducted semi-structured interviews with core contributors of two major agent frameworks. We recruited them via direct outreach after they emerged as the dominant ecosystems in our broad-landscape filtering (Section 3). Interviews covered (a) original design intent, (b) observed agent behaviors in production, and (c) the gap between envisioned autonomy and current capability. We treat these interviews as targeted qualitative depth complementing our quantitative findings, not as a representative sample. ElizaOS [14,47] is an open-source TypeScript agent framework first popularized by the ai16z DAO in October 2024 with a flagship trading agent built on the codebase [16]. It was rebranded from ai16z to ElizaOS in January 2025 to disambiguate from the a16z venture firm [17]. Hereafter ai16z / Eliza (Table 1) refers to the deployed agent, and ElizaOS to the framework. Architecturally, ElizaOS is built around a unified plugin model: each message flows through a three-stage pipeline [47,22] in which Providers inject contextual data (wallet balances, price feeds, conversation history) into the LLM prompt, the LLM selects from Actions (executable capabilities such as token swaps), and Evaluators run post-hoc to update persistent memory. On-chain trading is not built into the core but supplied by optional, opt-in plugins drawn from a registry of over 90 [23]—e.g., the Solana plugin’s Jupiter swaps and SPL transfers [26] or Hyperliquid spot trading [25]—so not all deployed ElizaOS agents can execute on-chain transactions. Crucially, while the framework itself is open-source, the plugin configuration of individual deployed agents is not publicly auditable: an on-chain wallet reveals what transactions were executed, but not whether they

Paper Agents, Paper Gains

9

were initiated autonomously by the runtime or manually signed by a human operator. The team described the original goal as “aggregating alpha”—translating social sentiment, on-chain data, and private information into actionable trading signals—an approach targeting small-cap memecoins where information asymmetries enable trading advantages before price discovery. Their response emphasized a key limitation for current state of art of the market: “LLMs cannot trade well” without human insight and domain-specific inputs. The framework’s ultimate vision is a “trust marketplace” where humans provide proprietary intelligence and agents return actionable insights. Virtuals Protocol [46] provides managed infrastructure for agent deployment on Base. Its decision-making engine, the GAME (Generative Autonomous Multimodal Entities) framework [43], decomposes agent behavior hierarchically: a high-level planner selects among specialized workers, each executing sequences of functions including on-chain transactions. Trading capabilities are provided through community-contributed plugins and a Python/TypeScript SDK [44], though as with ElizaOS, plugin selection is developer-controlled. Each agent is minted as an ERC-6551 NFT on Base [45], serving as both the agent’s on-chain identity and wallet address (a Token Bound Account). Agent tokens launch on a bonding curve denominated in $VIRTUAL and graduate to a Uniswap V2 liquidity pool upon reaching a capitalization threshold. An Agent Commerce Protocol (ACP) [42] standardizes inter-agent service discovery and escrow-based settlement. Over 17,000 agents have launched on Virtuals as of September 2025. The team identified two factors distinguishing successful agents: founder credibility (developers who publicly identify themselves signal commitment) and domain expertise in trading—“actually successful agents have required domain expertise,” purely technical teams without trading experience struggle to build effective strategies. The survey characterized the technical maturity across the platform as limited: most agents implement basic API integrations rather than autonomous execution, with “not a ton that are advanced execution level.” Both interviews converged on common themes: trading domain expertise is essential for performance, trust remains a key barrier to adoption, and genuine autonomous execution is rare in current deployments. Taken together, the interviews suggest that verifiable advanced autonomous execution remains limited among the deployments most visible to our respondents. We revisit how these characterizations align with the observed user-PnL distribution in Section 5. 4.2

Data Collection and Agent Selection

We analyze agents with publicly observable trading activity deployed on ElizaOS (Solana) and Virtuals Protocol (Base) between October 2024 and November 2025. Agent selection required: (1) a publicly known treasury address, (2) an associated token with trading history, and (3) observable on-chain trading activity. Treasury addresses were identified through project documentation, official announcements, and block explorer verification. We computed market capitalization from DEX trading data, AUM from treasury wallet balances at daily

10

J. Yu et al.

snapshots, and user PnL from realized gains/losses of token holders who both purchased and sold during the study period. Table 2 summarizes 10 agents meeting these criteria, reporting peak market capitalization, ATH date, peak AUM, and top portfolio holdings. Project

Framework Treasury Address

Peak Market Cap

ATH Date

Peak AUM

Major Holdings

ai16z / Eliza Aiccelerate DAO

ElizaOS

AM8...PeG

$2,716,989,656

1/9/2025

$22,963,939

ElizaOS

CVe...fYf

$274,998,502

1/11/2025

$171,956

Vader AI

Virtuals

0x7...870

$142,638,000

1/2/2025

$27,470

Big PharmAI

ElizaOS

3Wv...6C5

$57,937,572

1/3/2025

$694,838

ICM

ElizaOS

7He...Tq6

$28,360,906

1/6/2025

$152,874

Axelrod

Virtuals

0x5...6BF

$22,691,000

5/21/2025

$2,244

bAInance Labs TOPKEK

ElizaOS

gGm...vd6

$7,809,000

12/26/2024 $691,561

ElizaOS

Bgw...yHC

$2,310,238

1/14/2025

kotopia

ElizaOS

gsb...gMC

$1,112,000

11/17/2024 $1,065,964

Ribbita

Virtuals

0xa4...e00

$428,160

10/27/2024 $25,317

degenai, fxn, ai16z SOL, bAInance, Ropirito ETH, USDC, VIRTUAL BIO, SOL, Big PharmAI CPT, SPLAT, ICM VIRTUAL, ETH, cbBTC WSOL, kotopia SOL, Kolwaii, CRISPR SOL, USDC, koto ETH, USDC, DEGEN

$1,446,523

Table 2. Peak market cap, AUM, and major token holdings for DeFi agents on ElizaOS and Virtuals Protocol. Holdings show the top three tokens by value in each treasury.

Scale and Concentration. While DeFi investment agents have achieved meaningful scale, with 3 of 10 agents having a peak market capitalization exceeding 100 million USD and 3 agents having a peak AUM of over 1 million USD, extreme concentration dominates both valuation and portfolio holdings, with Eliza having around 10 times the peak market capitalization and 20 times the peak AUM of the next largest agent. Extreme Market Cap to AUM Ratios. The ratio of token market capitalization to assets under management functions as an analog to equity priceto-book multiples, with elevated values reflecting speculative interest [37,38]. We find 8 of 10 agents have peak MC-to-AUM ratios exceeding 10, with Vader AI and Axelrod exceeding 10,000×. This vastly exceeds industry benchmarks: major DeFi protocols (Maker, Aave, Curve, Uniswap) have MC-to-TVL ratios below 1 [11], and Digital Asset Treasuries—publicly-listed companies holding cryptocurrencies—trade at 1–3× NAV [1]. These extreme ratios suggest valuations driven by narrative speculation rather than fundamentals. Timing. Across these projects, we observe two timing regularities. First, peaks in market capitalization cluster tightly within a narrow window—primarily

Paper Agents, Paper Gains

11

late 2024 to early 2025 for ElizaOS agents—indicating that valuation dynamics are driven less by idiosyncratic project events and more by shared narrative cycles within each framework. Second, for nearly all agents, peak AUM occurs after the token’s ATH, often by several days or weeks, with Virtuals-based agents showing the longest lags. Together, these patterns suggest a reflexive process in which coordinated narrative waves generate synchronized price appreciation, and subsequent capital inflows into agent treasuries follow only once speculative activity has already peaked. Small-cap token portfolios. The portfolio construction of surveyed DeFi investment agents skews heavily towards low-capitalization tokens. All projects in our study hold at least one token in their top portfolio positions with less than $10 million USD market capitalization [12], with most portfolios dominated by such small-cap assets alongside the native chain token (SOL or VIRTUAL). Unlike DAO treasuries such as Uniswap, Aave, and Arbitrum—whose top portfolio positions all exceed $50 million USD in market capitalization—agent portfolios are dominated by tokens under $10 million. This concentration in speculative assets suggests a preference for emerging or volatile tokens relative to established DAO treasuries, consistent with the “memecoin” focus described in our ElizaOS interview.

5

Investment Performance and Holder Analysis

We analyze the investment performance of DeFi agent platforms through onchain treasury data and token holder returns. Our quantitative analysis focuses on 11 Solana-based AI agent platform projects: the 7 ElizaOS agents in Table 2 plus 4 additional Solana-based platforms—Truth Terminal, Zerebro, Lola, and Nuclease DAO—that meet the same treasury observability criteria. We exclude Virtuals Protocol agents (deployed on Base) from this analysis because VIRTUAL serves as a shared routing currency across the platform—users must acquire VIRTUAL tokens before purchasing any agent token, making it difficult to attribute VIRTUAL holdings to participation in specific agents. 5.1

PnL (Profit and Loss) Methodology

Data Sources and Forward-Filling Our analysis relies on two primary data sources from Dune Analytics [18]: solana utils.daily balances, which records end-of-day token balances only on days when a wallet’s balance changes, and dex solana.price hour, which provides hourly DEX prices aggregated to daily medians. A key subtlety arises from Solana’s account model: a single wallet can hold multiple token accounts for the same token mint, each tracked separately in the balance table. Consequently, for a given wallet-token pair on a single day, multiple records may exist corresponding to different token accounts. We address this with a two-stage preprocessing step: (1) for each wallet-account-token tuple, we forward-fill the most recent balance to construct a complete daily series per account; (2) we then aggregate across all accounts belonging to the same wallet to obtain the total daily balance per wallet-token pair.

12

J. Yu et al.

Since both underlying tables are sparse (i.e., they do not contain entries for every calendar day), we construct complete daily time series through forwardfilling: we create a daily grid and carry forward the most recent known balance and price to days with missing observations. This ensures consistent daily snapshots for PnL computation. FIFO Realized PnL We infer trades from daily balance changes: a net quantity increase ∆qt > 0 on day t is treated as a “buy” at that day’s median price pt , while a net decrease ∆qt < 0 is treated as a “sell.” Realized PnL is computed using First-In, First-Out (FIFO) lot matching. For a sequence of n buy lots with quantities Pi q1 , . . . , qn at prices p1 , . . . , pn , we track cumulative buy quantities Bi = j=1 qj . Similarly, for sell lots, we track cumulative sell quantities Si . A sell lot s with cumulative range [Ss−1 , Ss ] matches buy lot b with range [Bb−1 , Bb ] for quantity: ms,b = max (0, min(Bb , Ss ) − max(Bb−1 , Ss−1 )) The realized PnL for sell s is then: X buy Rs = ms,b · (psell s − pb )

(1)

(2)

b

and pbuy are thePrespective sell and buy prices. Cumulative realized where psell s b PnL up to day t is Rt = τ ≤t Rτ , which remains constant on days without sales. Mark-to-Market (MTM) Unrealized PnL For remaining (unsold) positions, we compute daily unrealized PnL as the difference between current market value and remaining cost basis. Let Ctbuy denote cumulative buy notional (total cost of all purchases) and Ctsold denote cumulative FIFO cost of sold lots up to day t. The remaining cost basis is:   CBt = max Ctbuy − Ctsold , 0 (3) The unrealized PnL on day t is then: Ut = qt · pt − CBt

(4)

where qt is the forward-filled end-of-day quantity and pt is the forward-filled price. Total PnL Total PnL on day t combines cumulative realized gains with the current unrealized snapshot: PnLtotal = Rt + Ut t

(5)

Paper Agents, Paper Gains

13

Fig. 2. Platform token market capitalization (left) and treasury AUM (right) over time. ai16z/Eliza dominates both metrics.

Caveats. Our methodology uses daily balance snapshots rather than individual trade events. We observe only the net change in token holdings per day, not the sequence of transactions that produced it. This approximation has two implications: (1) non-trade events such as transfers, mints, and airdrops are indistinguishable from purchases, and (2) intraday trading activity is collapsed into a single net flow, which may introduce errors when a wallet both buys and sells the same token within a day. Thus, rapid buy-sell round trips within the same day are not captured separately; this mainly affects high-frequency wallets and is unlikely to dominate retail-holder outcomes. Additionally, DEX trades can produce extreme price outliers; we apply token-specific price caps to exclude anomalous observations from the daily median calculation [19]. Platform Treasury PnL Platform Treasury PnL measures the investment performance of the project’s managed funds. We identify each project’s treasury wallet address and aggregate PnL across all tokens in its portfolio. The methodology above is applied per treasury-token pair, then summed across all holdings [19]. User PnL User PnL quantifies returns from the perspective of participants who hold the platform’s native token. We apply the same FIFO realized and MTM unrealized methodology to compute each user’s total PnL. Due to Dune Analytics’ computational constraints, we download user balance snapshots [21] and daily token prices [20] separately, then compute PnL via a Python script using the same logic. 5.2

Market Dynamics

Platform valuations exhibit synchronized boom-bust dynamics (Figure 2). Market capitalizations peaked within a narrow window (late 2024 to early 2025), then declined sharply—agent tokens fell 93% on average from all-time highs (range: 88–99%) based on the market cap data. This clustering suggests valuations are driven by shared narrative cycles rather than idiosyncratic project fundamentals. ai16z/Eliza dominates the ecosystem, accounting for over 80% of combined peak market capitalization.

14

J. Yu et al.

Fig. 3. Treasury PnL by platform. Left: Total PnL (realized + unrealized). Right: breakdown into FIFO realized PnL (top) and MTM unrealized PnL (bottom).

Fig. 4. User PnL by platform. Left: Total PnL (realized + unrealized). Right: breakdown into FIFO realized PnL (top) and MTM unrealized PnL (bottom). Aggregate user PnL peaked at over $2 billion before collapsing to net losses.

5.3

Treasury vs. User Performance

Treasury and user PnL exhibit different exposures across platforms rather than a uniform relationship (Figures 3 and 4). Treasury outcomes vary substantially by platform: ai16z/Eliza, Aiccelerate DAO, and Zerebro retain positive treasury PnL in the latest snapshot, while several smaller treasuries are negative. User outcomes also vary, but aggregate user PnL has fallen from a peak of $3.85B to a latest value of -$191.7M across 925,323 wallets. These patterns suggest that treasury performance does not mechanically pass through to token-holder returns, but the relationship is heterogeneous rather than uniformly divergent. This difference reflects the distinct assets held by treasuries and users. Treasuries hold baskets of portfolio tokens, often including early-stage or low-liquidity assets, while users primarily hold the platform’s native token. As a result, treasury PnL reflects the performance of managed portfolio holdings, whereas user PnL reflects entry timing, token-market liquidity, and secondary-market demand for the platform token. Positive treasury PnL therefore need not imply positive user returns, and negative treasury PnL need not map one-to-one onto tokenholder outcomes.

Paper Agents, Paper Gains

15

Fig. 5. Treasury vs. user cumulative PnL by platform. Blue lines represent treasury PnL; red lines represent aggregate user PnL.

The boom-bust pattern is stark: at peak, aggregate user PnL across all platforms exceeded $2.4 billion in paper gains (ai16z/Eliza alone reached $2.45B). As of our latest snapshot by end of 2026 Feb, this has collapsed to a collective loss of $191.7 million from 925,323 users across all platforms. Only two platforms—Truth Terminal (+$24.1M) and Zerebro (+$8.4M)—retain positive aggregate user PnL; all others show net losses. Note that user PnL accounts for both unrealized and realized profits as described in methodologies above. Figure 5 illustrates the platform-level heterogeneity in treasury and user outcomes. At the latest snapshot, aggregate treasury PnL remains positive at $34.3M, while aggregate user PnL is negative at -$191.7M. However, this aggregate contrast masks substantial platform-level variation. ai16z/Eliza shows strongly positive treasury PnL while user PnL is slightly negative; Aiccelerate DAO combines positive treasury PnL with large user losses; Zerebro is positive on both measures; and Truth Terminal is negative at the treasury level while users remain positive in aggregate. These cases indicate that the central empirical pattern is not a uniform treasury-user divergence, but rather the absence of a reliable pass-through mechanism from treasury performance to token-holder returns. 5.4

User PnL Distribution

User returns are heavily right-skewed (Table 3). A small number of early participants capture most gains; the majority of later entrants realize losses. The single largest individual profit reached $158.2 million (ai16z/Eliza), while median returns are negative or near-zero for all platforms, indicating that the typical participant loses money. Profitability rates range from 4–36%, with the highest rates observed on Truth Terminal (35.8%) and kotopia (27.5%), and the lowest on Nuclease DAO (4.3%) and Aiccelerate DAO (6.2%). Profit concentration is extreme: across all platforms, the top 1% of profitable wallets (2,590 out of 259,016 winners) captured 81.4% of all gains, totaling $1.81 billion. At the platform level, concentration is similarly stark—for ai16z/Eliza, the top 1% of winners (844 wallets) captured 83.6% of profits; for Truth Terminal, 78.0%; for Zerebro, 79.2%. This pattern is consistent with early insiders and large allocators extracting the majority of value, while the remaining 62.2% of participants (575,246 wallets) realized losses. Appendix A provides a time-series visualization of how user PnL distributions evolve across platforms.

16

J. Yu et al.

Platform Users Mean Median Min Max % Prof. % Loss ai16z / Eliza 323,320 -$14 -$3.93 -$75.5M $158.2M 26.1% 66.6% Truth Terminal 287,946 $84 -$0.01 -$96.8M $7.0M 35.8% 53.8% Zerebro 222,433 $38 -$0.19 -$43.9M $20.1M 23.7% 65.8% Big PharmAI 27,104 -$874 -$1.85 -$1.2M $114.8K 26.7% 63.5% Lola 21,038 -$141 $0.00 -$946.4K $345.2K 25.9% 44.3% ICM 20,745 -$723 -$21.05 -$813.2K $154.2K 15.2% 76.2% Aiccelerate DAO 9,982 -$16,614 -$29.69 -$56.7M $28.9K 6.2% 78.1% bAInance Labs 6,920 -$1,172 -$0.24 -$663.1K $10.3K 9.5% 83.7% kotopia 3,344 -$23 $0.00 -$90.1K $47.4K 27.5% 37.2% TOPKEK 2,051 -$28 -$0.10 -$133.8K $206.1K 26.1% 56.5% Nuclease DAO 440 -$9,061 -$10.07 -$3.2M $79 4.3% 75.2% Table 3. User PnL summary statistics by platform. Statistics are computed from a unified snapshot date with PnL forward-filled to reflect current valuations for all wallets. Users: unique wallets; Mean/Median/Min/Max: average, median, minimum, and maximum total PnL (USD); % Prof./Loss: share of users with positive/negative PnL (remainder have exactly zero).

Developer perspectives on these results. The distributional pattern in Table 3—negative median PnL on every platform, with gains concentrated in a small fraction of wallets—is consistent with the capability gap our interview subjects independently described (Section 4). Response from Eliza team characterized current LLM-based agents as unable to trade effectively without human-supplied insight, and described ElizaOS’s intended trajectory as a “trust marketplace” in which humans contribute proprietary signals rather than as a source of autonomous trading skill. Virtuals’ response similarly identified founder-side trading expertise—rather than the framework itself—as the differentiator between agents that perform and those that do not. Both teams thus attribute outcomes at the agent level to factors exogenous to the framework— the presence or absence of human trading expertise—which is consistent with our finding that user returns are dominated by a small set of profitable wallets while the median participant loses money. 5.5

Benchmark Comparison

Agent tokens substantially underperformed a passive SOL buy-and-hold benchmark. During the study period (October 2024–November 2025), SOL experienced a 54% peak-to-trough drawdown. Agent tokens declined 93% on average— nearly twice the severity. Given that agent token peaks clustered within a narrow window, timing entry and exit was effectively impossible for typical users. This underperformance, combined with negative median user PnL, highlights the difficulty of translating early agent-platform experimentation into reliable token-holder returns. Users face exposure not only to the underlying agent or treasury strategy, but also to token liquidity, market timing, narrative cycles, and secondary-market demand for the platform token. The resulting return distribution is strongly right-skewed: a small share of wallets captured a disproportionate share of aggregate gains, while many partic-

Paper Agents, Paper Gains

17

ipants realized losses. This creates a wealth-transfer pattern among token holders that resembles distributional dynamics documented in studies of Ponzi and pyramid schemes in blockchain contexts [6,31]. We emphasize, however, that this comparison is descriptive rather than accusatory: agent platforms do not necessarily promise fixed returns or intentionally rely on later entrants to pay earlier participants. Rather, the similarity lies in the observed payoff structure, where gains are highly concentrated and aggregate outcomes depend strongly on continued liquidity and secondary-market demand. This pattern is common in speculative token markets and other early-stage crypto ecosystems, where adoption waves, liquidity conditions, and timing can dominate fundamentals. We therefore interpret these outcomes as evidence of immature market structure and weak pass-through from agent activity to token-holder returns, rather than as evidence that current platforms intentionally engineer losses for users.

6

Conditions for Market Maturity

Our empirical findings characterize an early-stage market whose current deployments remain short of the requirements for robust autonomous investment systems. These limitations are not inevitable; rather, they reflect a gap between the capabilities DeFi investment agents would need to operate reliably and the infrastructure, liquidity, verification mechanisms, and incentive designs currently available. We outline three areas of development before proposing a maturity framework for evaluating progress toward production-grade autonomous trading systems. 6.1

Prerequisites for Maturity

The underperformance we document stems from three structural problems. First, DeFi markets lack the infrastructure that makes algorithmic trading viable: shallow liquidity means agents move prices with their own trades (our agents concentrated in tokens under $10M market cap), fragmented execution across chains prevents reliable backtesting, and MEV exploitation [15] introduces unpredictable costs. Second, the memecoin focus we observed creates pure reflexivity: prices driven by attention rather than fundamentals [13] means patterns vanish when viral traction fades, and our finding of synchronized peaks across agents confirms crowded trades that self-destruct. Third, the extreme MC-toAUM ratios we documented (exceeding 10,000× versus below 1× for established protocols) reflect the CoinAlg Bind’s prediction [27]: platforms earn fees on volume regardless of user outcomes, creating misalignment that our negative median user returns confirm. 6.2

Proposed Maturity Framework

Based on these findings, we propose three maturity criteria for DeFi investment agents. These are distinct from the inclusion criteria of Section 3, which scoped the dataset; here we assess the agents that survived that filter:

18

J. Yu et al.

Criterion 1: Verifiable Autonomous Execution. A mature DeFi investment agent should make its execution process externally verifiable. This requires more than publishing wallet addresses: observers should be able to determine whether on-chain transactions were initiated by the declared agent logic, a human operator, or another off-chain process. Future systems could support this through auditable strategy configurations, signed execution traces, trusted execution environments, zero-knowledge attestations, or standardized logs linking decisions to trades. Such mechanisms would allow permissionless agent platforms to support a wide range of developer strategies while still giving users a basis for evaluating autonomy. Criterion 2: Sustained Risk-Adjusted Performance. A mature agent should report performance in a way that distinguishes durable trading skill from exposure to a favorable market cycle. Performance evaluation should therefore cover multiple market regimes, compare returns against passive benchmarks such as SOL or ETH, and include standard risk measures such as Sharpe ratio, maximum drawdown, turnover, liquidity-adjusted returns, and realized versus unrealized gains. For tokenized agents, evaluation should also separate treasury-level performance from token-holder outcomes, since the assets held by the treasury and by users can differ substantially. This would make it clearer whether value is generated by the agent’s trading process, by appreciation of the platform token, or by broader market movements. Criterion 3: Transparent Stakeholder Alignment. A mature platform should make the relationship between agent performance, platform revenue, treasury value, and token-holder returns explicit. Potential mechanisms include NAV-based redemption, pro-rata distributions, systematic buybacks, performance fees with high-water marks, or governance processes that condition fees and treasury actions on realized outcomes. The key requirement is not a single prescribed design, but transparency: users should be able to understand how value created by an agent, if any, flows to the stakeholders who provide capital or bear token-market risk. This is especially important in permissionless markets, where platform infrastructure may enable many independently deployed agents with different strategies and incentive structures. Together, these criteria provide a forward-looking framework for evaluating progress in DeFi investment agents. The first generation of platforms has enabled rapid experimentation in a permissionless setting, but the market has not yet converged on common standards for verifying autonomy, measuring performance, or aligning stakeholder incentives. We therefore view the observed limitations as signs of an immature market structure rather than as evidence that the underlying platform model is inherently flawed. Progress will likely require both stronger market infrastructure—deeper liquidity, reliable execution, and less adversarial ordering—and clearer incentive designs that connect agent activity to user-facing value.

Paper Agents, Paper Gains

7

19

Conclusion

We survey over 1,900 AI-tagged crypto projects, filter to investment-focused agents, and curate a set of 10 representative projects spanning strategy and observability dimensions. We then conduct a deep-dive architectural analysis of the two dominant frameworks—ElizaOS and Virtuals Protocol—and a quantitative on-chain performance analysis of 11 Solana-based agent treasuries (covering 925,323 token holders) for which trading activity is publicly attributable, complemented by developer interviews. Four findings recur across every level of analysis. First, most agents do not autonomously execute trades, and developer interviews confirm that even on platforms with over 17,000 agent launches, the vast majority implement “basic API integrations” rather than autonomous trading. Second, agent treasuries retain over $30M in paper gains while their token holders collectively lost $191.7M— aggregate user gains peaked at $2.4B before collapsing to net losses. Third, the top 1% of profitable wallets captured 81.4% of all gains ($1.81B), while median returns are negative on every platform. Fourth, token valuations are decoupled from fundamentals, with MC-to-AUM ratios exceeding 10,000× versus below 1× for established DeFi protocols, and tokens declining 93% on average from all-time highs. We formalize these observations into a maturity framework—verifiable autonomous execution, sustained risk-adjusted performance, and transparent stakeholder alignment. Rather than treating these criteria as a pass/fail judgment on first-generation systems, we use them to identify the standards that future DeFi investment agents would need to satisfy to function as robust autonomous investment vehicles. Limitations. Our analysis is bounded by observable wallet addresses, daily balance snapshots rather than individual transaction traces, a single market cycle (October 2024–November 2025), and the difficulty of distinguishing autonomous execution from human-in-the-loop operation using public on-chain data alone. Future Work. Mechanisms for verifiable autonomy—such as TEEs or zeroknowledge proofs that trading decisions originate from declared algorithms— could help address the gap between observed transactions and verifiable agent execution. The high MC-to-AUM ratios we observe motivate theoretical analysis of equilibrium pricing for tokenized on-chain investment vehicles, building on the CoinAlg Bind framework’s [27] fairness–arbitrage tradeoff. Finally, longitudinal studies across multiple market cycles would clarify which dynamics are specific to first-generation DeFi investment agents and which persist as the market matures. Acknowledgment. Thanks to JW Seo for the discussion on data methodology, Eliza and Virtuals team for the interviews, James Austgen, Andres Fabrega, and Ari Juels for their comments and reviews.

References 1. Pantera datboard. https://datboard.panteraresearchlab.xyz/, accessed: 202512-03

20

J. Yu et al.

2. AIXBT: Aixbt.tech – ai-driven crypto market intelligence. https://aixbt.tech/ (2025), accessed: 2025-11-21 3. AskSurf: Asksurf.ai – crypto’s ultimate ai. https://asksurf.ai/ (2025), accessed: 2025-11-21 4. Axal: Axal: Quick start guide. https://docs.axal.com/getting-started/quick -start/ (2025), accessed: 2025-11-21 5. Axelrod, A..: Axr / axelrod by aixvc: Agentic quant fund platform. https://axr. aixvc.io/ (2025), accessed: 2025-11-21 6. Bartoletti, M., Carta, S., Cimoli, T., Saia, R.: Dissecting ponzi schemes on ethereum: Identification, analysis, and impact. In: Future Generation Computer Systems. vol. 102, pp. 259–277. Elsevier (2020) 7. Bellan, R.: The promise and warning of Truth Terminal, the ai bot that secured $50,000 in bitcoin from marc andreessen. https://techcrunch.com/2024/12/1 9/the-promise-and-warning-of-truth-terminal-the-ai-bot-that-secured -50000-in-bitcoin-from-marc-andreessen/ (Dec 2024), techCrunch. Accessed: 2025-11-21 8. Chen, Y., Yao, Z., Liu, Y., Ye, J., Yu, J., Hou, L., Li, J.: StockBench: Can LLM agents trade stocks profitably in real-world markets? arXiv preprint arXiv:2510.02209 (2025) 9. Coinbase: Ai16z price. https://www.coinbase.com/price/ai16z (2025), accessed: 2025-09-08 10. CoinGecko: Top AI agents coins by market cap. https://www.coingecko.com/en /categories/ai-agents (2025), accessed: 2025-11-30 11. CoinMarketCap: Coinmarketcap (2025), https://coinmarketcap.com, accessed: 2025-09-06 12. CoinMarketCap: Top solana ecosystem tokens by market capitalization. https: //coinmarketcap.com/view/solana-ecosystem/ (Jun 2025), accessed: 2025-0625 13. Conlon, T., Corbet, S., et al.: Memecoin contagion: Irrationality, illicit behaviour, and contagion in rapid memecoin growth. Journal of Behavioral and Experimental Finance 50, 101518 (2025). https://doi.org/10.1016/j.jbef.2025.101518, https://doi.org/10.1016/j.jbef.2025.101518 14. Crypto.com University: What is elizaos? https://crypto.com/es/university/w hat-is-elizaos (2025), accessed: 2025-09-08 15. Daian, P., Goldfeder, S., Kell, T., Li, Y., Zhao, X., Bentov, I., Breidenbach, L., Juels, A.: Flash boys 2.0: Frontrunning in decentralized exchanges, miner extractable value, and consensus instability. In: IEEE S&P (2020) 16. Decrypt: Meet ai16z, an AI-based investment DAO inspired by marc andreessen. https://decrypt.co/295717/meet-ai16z-dao-an-ai-based-investment-proje ct-that-aims-to-upend-silicon-valley (2024), accessed: 2026-05-05 17. Decrypt: AI DAO ai16z becomes elizaos amid branding confusion concerns. https: //decrypt.co/303244/ai-dao-ai16z-becomes-elizaos-amid-branding-confu sion-concerns (2025), accessed: 2026-05-05 18. Dune Analytics: Dune: Onchain data platform. https://dune.com/ (2025), accessed: 2025-02-14 19. Dune Analytics: Platform treasury PnL with FIFO realized and MTM unrealized. https://dune.com/queries/6697062 (2025), accessed: 2025-02-14 20. Dune Analytics: Token daily price snapshots. https://dune.com/queries/66972 97 (2025), accessed: 2025-02-14 21. Dune Analytics: User daily balance snapshots for agent platform tokens. https: //dune.com/queries/6697157 (2025), accessed: 2025-02-14

Paper Agents, Paper Gains

21

22. ElizaOS: Elizaos developer documentation: Plugin components. https://docs.e lizaos.ai/plugins/components (2025), accessed: 2025-11-30 23. ElizaOS: Elizaos plugin registry. https://github.com/elizaos-plugins/regis try (2025), accessed: 2025-11-30 24. ElizaOS: Elizaos.ai – agentic operating system for ai agents. https://www.elizao s.ai/ (2025), accessed: 2025-11-21 25. ElizaOS: plugin-hyperliquid: Hyperliquid DEX integration for ElizaOS. https: //github.com/elizaos-plugins/plugin-hyperliquid (2025), accessed: 2025-1130 26. ElizaOS: plugin-solana: Core Solana blockchain plugin for ElizaOS. https://gith ub.com/elizaos-plugins/plugin-solana (2025), accessed: 2025-11-30 27. Fábrega, A., Austgen, J., Breckenridge, S., Yu, J., Zhao, A., Allen, S., Saraf, A., Juels, A.: The CoinAlg bind: Profitability-fairness tradeoffs in collective investment algorithms. arXiv preprint arXiv:2601.00523 (2026) 28. Fan, T., Yang, Y., Jiang, Y., Zhang, Y., Chen, Y., Huang, C.: AI-Trader: Benchmarking autonomous agents in real-time financial markets. arXiv preprint arXiv:2512.10971 (2025) 29. Giza: Giza protocol documentation. https://docs.gizaprotocol.ai/ (2025), accessed: 2025-11-21 30. Ji, M.: Are Robots Good Fiduciaries? Regulating Robo-Advisors Under the Investment Advisers Act of 1940. Columbia Law Review (2017) 31. Kell, T., Crépault, H., Hua, Y., Liu, S., Sun, X., Mudgal, C., Juels, A.: Forsage: Anatomy of a smart-contract pyramid scheme. In: Financial Cryptography and Data Security (FC) (2023) 32. Luo, Y., Feng, Y., Xu, J., Tasca, P., Liu, Y.: LLM-powered multi-agent system for automated crypto portfolio management. arXiv preprint arXiv:2501.00826 (2025) 33. Messari: Crypto fundraising database. https://messari.io/fundraising-data (2025), accessed: 2025-11-30 34. NoF1: Nof1.ai – project homepage. https://nof1.ai/ (2025), accessed: 2025-11-21 35. Numerai: Numerai crypto – overview. https://docs.numer.ai/numerai-crypto/ crypto-overview (2025), accessed: 2025-11-21 36. Qian, L., Peng, X., Wang, Y., Zhang, V.J., He, H., Smith, H., Han, Y., He, Y., Li, H., Cao, Y., Yu, Y., Lopez-Lira, A., Lu, P., Nie, J.Y., Xiong, G., Huang, J., Ananiadou, S.: When agents trade: Live multi-market trading benchmark for LLM agents. arXiv preprint arXiv:2510.11695 (2025) 37. Qin, K., Zhou, L., Gamito, P., Jovanovic, P., Gervais, A.: An empirical study of defi liquidations: Incentives, risks, and instabilities. In: Proceedings of the 21st ACM internet measurement conference. pp. 336–350 (2021) 38. Qin, K., Zhou, L., Livshits, B., Gervais, A.: Attacking the defi ecosystem with flash loans for fun and profit. In: International conference on financial cryptography and data security. pp. 3–32. Springer (2021) 39. Sharma, T., Potter, Y., Pongmala, K., Wang, H., Miller, A., Song, D., Wang, Y.: Unpacking how decentralized autonomous organizations (daos) work in practice. In: 2024 IEEE International Conference on Blockchain and Cryptocurrency (ICBC 2024). pp. 416–424. Institute of Electrical and Electronics Engineers (IEEE), Dublin, Ireland (2024). https://doi.org/10.1109/ICBC59979.2024.10634404 40. Terminal, T.: Truthterminal.wiki – the truth terminal project. https://truthter minal.wiki/ (2025), accessed: 2025-11-21 41. TrueNorth: Truenorth – crypto’s first ai discovery engine. https://www.true-nor th.xyz/ (2025), accessed: 2025-11-21

22

J. Yu et al.

42. Virtuals Protocol: Agent commerce protocol: Technical deep dive. https://whit epaper.virtuals.io/about-virtuals/agent-commerce-protocol-acp/technic al-deep-dive (2025), accessed: 2025-11-30

43. Virtuals Protocol: GAME framework: Generative autonomous multimodal entities. https://whitepaper.virtuals.io/builders- hub/game- framework (2025), accessed: 2025-11-30

44. Virtuals Protocol: GAME Python SDK. https://github.com/game-by-virtual s/game-python (2025), accessed: 2025-11-30

45. Virtuals Protocol: Virtuals protocol smart contracts. https://github.com/Virtu al-Protocol/protocol-contracts (2025), accessed: 2025-11-30

46. Virtuals Protocol: Virtuals protocol whitepaper. https://whitepaper.virtuals. io/#background (2025), accessed: 2025-06-25

47. Walters, S., Gao, S., Nerd, S., Da, F., Williams, W., Meng, T.C., Chow, A., Han, H., He, F., Zhang, A., Wu, M., Shen, T., Hu, M., Yan, J.: Eliza: A web3 friendly ai agent operating system (2025), https://arxiv.org/abs/2501.06781

48. Xu, J., Livshits, B.: The anatomy of a cryptocurrency pump-and-dump scheme. In: Proceedings of the 28th USENIX Security Symposium. pp. 1609–1625 (2019)

49. Yang, H., Liu, X.Y., Wang, C.D.: FinGPT: Open-source financial large language models. arXiv preprint arXiv:2306.06031 (2023)

Paper Agents, Paper Gains

A

23

User PnL Distribution Over Time

Fig. 6. User PnL distribution over time by platform. Each subplot shows the share of users in different PnL buckets (from large losses in red to large gains in green, with exact zero in gray). PnL values are forward-filled to the latest snapshot date for all wallets.

Record · ID 238534 · SHA-256 126f7c45268bc686
Retrieved via Conceptio — every document is proof-bundled with source, license, and retrieval metadata.