The Commonplace
Home Three-study pilot Papers Evidence Explore Trends Syntheses Digests References Docs 🎲 Workforce Futures
← Papers
Direction, evidence grade, and study type are AI-generated labels (gpt-5-mini), not human-verified. Syntheses are LLM-written. "Tensions" are machine-detected candidates, not confirmed contradictions. A research-acceleration tool, not peer review. How this is built →

Production LLM trading agents move large volumes but produce no net edge: UI mechanics — not strategy text — determine behavior, driving uniform high leverage, concentrated liquidations, and weak capture of upside across two live fleets.

What LLM Trading Agents Actually Do in Production: A Six-Month, Population-Scale Record from Two Fleets
T. J. Barton, Chris Constantakis, Patti Hauseman, Annie Mous, Alaska Hoffman, Brian Bergeron, Hunter Goodreau · September 04, 2026
arxiv quasi_experimental medium evidence 8/10 relevance Full text usable extracted full text Source PDF

Structured author observations

Linked only from stored provider relations; the raw author line above is never matched by name.

Arxiv

Latest observation:

  1. T. J. Barton unresolved corpus identity
  2. Chris Constantakis unresolved corpus identity
  3. Patti Hauseman unresolved corpus identity
  4. Annie Mous unresolved corpus identity
  5. Alaska Hoffman unresolved corpus identity
  6. Brian Bergeron unresolved corpus identity
  7. Hunter Goodreau unresolved corpus identity
A six-month, population-scale record from two production fleets shows operating-layer features (sliders, rendered leaderboards, order mechanics) shape LLM trading-agent behavior far more than strategy text, with volatility-blind sizing, concentrated liquidation risk, poor capture of favorable excursions, and no directional trading edge for the fleet.

Citation observations

Cumulative provider counts captured on specific dates; providers are never combined.

We present a continuous, population-scale measurement record of autonomous language-model trading agents operating in production across two systems with one design lineage: DX Terminal Pro (3,505 user-funded vaults trading real ETH in Base memecoin markets for 21 days, February to March 2026) and the DXAP live alpha fleet (500 to 599 user-created agents all-history, 91 to 117 concurrently active, trading Hyperliquid perpetuals, June to August 2026). The record spans roughly six months, 7.5M single-model invocations with about 300K onchain actions, and a further 231,638 multi-tool turns producing 14,596 fills. Four findings carry the paper. First, the operating layer determines behavior more than anything written in strategy text: a risk slider explains leverage (+0.425 per level), agent fixed effects absorb 60% of variance, and a leaderboard render boundary causally routes selection (regression discontinuity 1.75x at the top-3 cut). Second, sizing is volatility-blind: median leverage is 5.0x in every volatility sextile, and one posture-slider cell (11% of the book) holds 62% of liquidations. Third, agents capture almost none of the upside they reach: 43.2% of positions saw at least +300 bps of favorable excursion within 24h, yet 49.3% of those closed with a negative trade return; a mechanical bracket recovers +39.0 bps per position. Fourth, neither fleet shows a directional edge. The DXAP fleet is not profitable and trails a matched Hyperliquid retail benchmark (41% vs. 50% roundtrip win rate). A paired-replay league of frontier models on 416 captured production scenarios finds decision quality statistically indistinguishable at this horizon, while choice stability differs sharply across model families. Every headline survives day-clustered inference, permutation nulls, and a common-fee restatement; the paper closes with a 17-rule methodology canon bought with our own retractions.

Summary

Main Finding

At production scale, what LLM trading agents actually do is driven far more by the operating layer (UI sliders, rendered candidate lists, order-path mechanics) than by free-text strategy; this yields volatility-blind sizing, concentrated liquidation risk, large failure to capture realized upside, and no detectable directional edge across two large, continuous deployments.

Key Points

  • Scope and scale

    • Continuous six-month, population-scale record across two sibling systems:
    • DX Terminal Pro: 3,505 funded vaults, real ETH, 21 days, 7.5M model invocations, ~300K onchain actions.
    • DXAP live alpha: 500–599 user-created agents, Jun–Aug 2026, 231,638 finalized turns, 14,596 fills (5,035 real-money fills flagged).
    • All analyses use an explicit evidence-class discipline (FIRM vs PROVISIONAL), day-clustered inference, ablations, and fee restatement to a common 5.5 bps/side rate.
  • Four headline (FIRM) findings

  • Operating layer dominates behavior
    • Risk slider → chosen leverage: +0.425× per slider level (p ≈ 3.8×10−279).
    • Agent fixed effects explain ~60% of leverage variance.
    • Leaderboard rendering causally alters symbol selection: regression discontinuity at the top-3 cut gives a selection ratio ≈1.75× [1.49, 2.06].
  • Sizing is volatility-blind
    • Across 6,400 closed DXAP positions, median leverage = 5.0× in every volatility sextile (Spearman(volatility, leverage) ≈ −0.001, p = 0.92).
    • Notional actually increases with volatility (Spearman ≈ +0.165, p ≈ 2.7×10−40), producing sharply worse realized returns in higher-volatility names and higher liquidation rates.
  • Capture gap on favorable moves
    • 43.2% of positions hit ≥+300 bps favorable excursion within 24h, yet ~49.3% of those closed with negative trade returns; median capture where upside existed ≈ 2.0%.
    • A simple mechanical bracket reclaim strategy recovers ~+39.0 bps per position.
  • No directional edge at fleet scale

    • DXAP fleet cumulative realized P&L (re-stated at 5.5 bps) = −$217K over the measured window.
    • DXAP roundtrip win rate ≈ 41% vs. matched Hyperliquid retail ≈ 50%; only ~15% of agents net-positive over a week vs. 53% of retail sample.
    • Paired-replay league across 416 captured production scenarios: decision quality statistically indistinguishable across frontier models at this horizon; choice stability varies by family.
  • Important negative/control findings

    • Forcing the agent to compute/state liquidation distance did not reduce risky sizing; agents that stated liquidation distance liquidated more. Prompt-level exhortation failed when the dangerous parameter is a configuration constant.
    • A neural encoder reading the rendered post-order card adds a small but robust incremental signal (PROVISIONAL) for liquidation prediction beyond concrete features, but that signal appears after the order line—suggesting value for post-order checks rather than pre-commitment prevention.

Data & Methods

  • Systems and telemetry

    • Two sibling production systems sharing a five-slider config and one-action-per-turn loop; different venues (Uniswap memecoin pools on Base vs Hyperliquid perpetuals) and different business designs (bounded tournament with real ETH vs open alpha with mostly paper accounts).
    • Primary stores: Athena for DX Terminal Pro inference logs + onchain reconciliation; ClickHouse analytics for DXAP (turn logs, fills with realized P&L, leverage, liquidation price, valuations at ~2.5-minute cadence, etc.).
    • Historical joins fix the template/configuration at turn time (no look-ahead attribution).
  • Statistical and causal methods

    • Regression discontinuity design (RDD) on leaderboard render cut to estimate causal selection effect (rank-3 vs rank-4).
    • Linear/ordinal regressions and Spearman correlations for slider→behavior mappings (e.g., risk slider → leverage).
    • Mantel–Haenszel stratified odds ratio for liquidations concentrated in a single posture×frequency cell.
    • PR-AUC / ROC probe with day-clustered confidence intervals for a neural encoder reading rendered card anchors (pre-order vs post-order signals).
    • Paired-replay league (matched replays of 416 captured scenarios) to compare model decision quality.
    • Robustness: day-clustered uncertainty, permutation nulls, ablations, and fee-restated P&L.
  • Evidence classification and transparency

    • Headline numeric claims are marked FIRM when preregistered/registered, day-clustered, and ablated; narrower or design-sensitive claims are PROVISIONAL; prior retractions are documented.

Implications for AI Economics

  • Mechanism and UI design matter more than model text
    • Platform operating choices (slider semantics, leaderboard rendering, order-path mechanics) are the primary economic levers that determine agent portfolios, risk concentration, and market impact. Economists and platform designers should model agent behavior as a function of UI/marketmechanism primitives, not only as function of LLM prompts.
  • Attention/leaderboard externalities and coordination risk
    • Rendered leaderboards cause large selection amplification (1.75× at the top-3 cut). Platforms that surface candidate assets create predictable herding and crowding; these attention rents are an economic externality and can amplify liquidity stress and contestable flow.
  • Mispricing of risk and concentrated tail externalities
    • Volatility-blind sizing and a single configuration cell producing 62% of liquidations imply that user-configured fleets produce concentrated tail losses that are predictable and manageable via mechanism design (e.g., per-order leverage caps, volatility-normalized sizing). Absent such mechanics, losses are configuration-driven and not model-driven.
  • Limits of prompt-level interventions and the role of mechanisms
    • In-context exhortation (e.g., forcing arithmetic/statement of liquidation distance) is insufficient when key levers are set outside the model’s context. Effective economic control must be implemented via mechanisms (hard caps, order path checks) rather than prompts—important for platform governance, regulatory design, and product roadmaps.
  • Value capture and market efficiency
    • The large capture gap (frequent favorable excursions but little retained upside) suggests agent fleets are not extracting available informational rents; instead, execution and exit mechanics, horizon mismatch, and mechanical behavior create inefficiencies. There are opportunities for products (bracketing/execution tools, exit automation) that materially increase agent returns.
  • Benchmarking, competition, and product development implications
    • Paired-replay results show that at short horizons decision quality across frontier models is similar; differentiation emerges in stability and in how models interact with operating layers. Market for "agent development" should emphasize stable decision mappings, robust order-path checks, and better exit logic rather than purely higher-capacity LLMs.
  • Regulatory and market-structure considerations
    • Platforms should audit operating layers because these determine systemic behavior and tail risk. Regulators interested in market integrity should look beyond model prompts to UI and mechanism design that produce herding, concentrated risk, or misleading leaderboards.
  • Research and industrial priorities
    • Short-term: focus on order-path guardrails, volatility-normalized sizing, post-order neural screening (useful as a reject/screen rule), and automation of exits (bracketing).
    • Medium-term: develop evaluation regimes that measure stability and interaction-with-UI, not just per-turn P&L; create standardized replay testbeds and population-scale metrics.
    • Long-term: study how attention-driven selection (leaderboards, renderings) creates endogenous market effects and design platforms to internalize these externalities (e.g., randomized renders, liquidity-aware highlights).

Caveats and limits - The record is large and continuous but covers two sibling systems with shared lineage and crypto venues; generalization to other asset classes or non-sibling platform designs should be done cautiously. - DXAP contains many paper accounts with engine simplifications (e.g., funding set to zero and maintenance-margin placeholder), though main P&L conclusions survive fee restatement and other robustness checks. - Some signals are PROVISIONAL (e.g., neural encoder post-order signal); operational deployment needs further validation.

Short takeaway If you want different agent economics, change the operating layer—sliders, renders, and order mechanics—not just the prompts or the underlying LLM.

Assessment

Paper Typequasi_experimental Evidence Strengthmedium — The paper rests on a very large, high-resolution production dataset and uses registered analyses, RDD, stratified estimators, ablations and permutation checks to support causal claims where possible; however most findings are observational and platform-specific (paper vs. live accounts, venue mechanics, user self-selection), limiting causal generalizability beyond the measured systems. Methods Rigorhigh — Careful measurement discipline (registered analyses, day-clustered CIs), explicit evidence-class labeling, robustness checks (ablations, permutations), and a credible RDD for the leaderboard rendering claim indicate strong applied methods; limitations stem from lack of randomized interventions and some reliance on mixed paper/live fills. SampleTwo production deployments from the same design lineage: (1) DX Terminal Pro — 3,505 user-funded vaults (3,454 active) trading real ETH in 12 memecoin Uniswap V4 pools on Base over 21 days (Feb 26–Mar 18, 2026), producing ~7.5M model invocations and ~300K onchain actions; (2) DXAP live alpha — 500–599 user-created agents (91–117 concurrent) trading Hyperliquid perpetuals Jun–Aug 2026, with 231,638 finalized turns, 14,596 fills, and 5,035 flagged real-money fills (most accounts were paper-started $10k). Agents used Qwen-family models (Qwen3 variants dominate) and a shared five-slider config + free-text strategy template. Themesadoption governance IdentificationPopulation-scale observational measurement with multiple quasi-experimental checks: regression discontinuity at a rendered leaderboard cut (3|4) to identify causal routing effects; agent fixed-effects and day-clustered uncertainty for within-population controls; matched-retail benchmark comparisons; preregistered probes and ablation/permutation checks; stratified Mantel–Haenszel estimates for concentrated-risk cells. No randomized assignment of major treatments. GeneralizabilityLimited to crypto venues (memecoin spot pools on Base and Hyperliquid perpetuals) and retail-like execution mechanics, Mixture of paper and small real-money activity; results may not transfer to fully real capital institutional settings, Single lab / single design lineage (same five-slider UI and prompt templates) — other implementations may behave differently, Findings are time- and market-state-specific (mid-2026 crypto microstructure and model families), Short-to-medium trading horizons; not about macro-level productivity or labor markets outside trading, Order-path and fee mechanics specific to these platforms may drive results (fee regimes, maintenance-margin simplifications)

Claims (15)

ClaimDirectionOutcomeConfidence & EvidenceDetails
The riskTolerance slider increases chosen leverage by 0.425× per slider level. Task Allocation positive Chosen leverage
Reading fidelity high
Study strength high
+0.425× per level
0.8
Agent fixed effects explain 60% of the variance in chosen leverage. Task Allocation positive Variance in chosen leverage
Reading fidelity high
Study strength medium
60% of variance
0.48
Being displayed in the top-three segment of the movers leaderboard causally increases symbol selection, with a selection ratio of 1.75× at the rank-3/rank-4 boundary. Task Allocation positive Probability that an agent selects a symbol for entry
Reading fidelity high
Study strength high
n=2339
1.75× selection ratio [1.49, 2.06]
0.8
DXAP agents selected rendered symbols substantially more often than would be expected from random availability: 46.5% of entries were in rendered symbols versus an 8.9% baseline. Task Allocation positive Share of entries in rendered symbols
Reading fidelity high
Study strength high
46.5% vs. 8.9% baseline; 5.2× over-selection
0.8
The DXAP fleet had a lower roundtrip win rate than the matched Hyperliquid retail benchmark: 41% versus 50%. Decision Quality negative Roundtrip win rate
Reading fidelity high
Study strength medium
n=16362
41% vs. 50% roundtrip win rate
0.48
Only 15% of agents active during the week were net-positive, compared with 53% of matched retail accounts. Decision Quality negative Share of accounts with positive net return
Reading fidelity high
Study strength medium
n=4945
15% vs. 53% net-positive accounts
0.48
The DXAP fleet had cumulative realized losses of $217,000 over the Jun 8–Jul 26 window after restatement to a common 5.5 bps fee rate. Firm Revenue negative Cumulative realized trading P&L
Reading fidelity high
Study strength medium
-$217K cumulative realized P&L
0.48
Sizing was volatility-blind: median chosen leverage remained 5.0× across all six volatility sextiles despite a 5.7× spread in volatility. Task Allocation null_result Chosen leverage as a function of market volatility
Reading fidelity high
Study strength high
n=6400
5.0× median leverage in every sextile; Spearman ρ = −0.001
0.8
Higher volatility was associated with worse realized returns and higher liquidation rates: median realized return declined from −10.6 bps in the calmest sextile to −98.2 bps in the wildest, while liquidation rates rose from 0.7% to 4.3%. Error Rate negative Median realized return and liquidation rate
Reading fidelity high
Study strength high
n=6400
−10.6 bps to −98.2 bps realized return; 0.7% to 4.3% liquidation rate
0.8
Liquidations were highly concentrated in momentum-posture agents using the frequency-slider level 5: this single cell contained 128 of 205 liquidations, or 62%, while representing roughly 11% of the book. Error Rate negative Liquidation occurrence
Reading fidelity high
Study strength high
n=6400
128 of 205 liquidations (62%); odds ratio 22.37 [12.59, 37.45]
0.8
Requiring agents to compute and state liquidation distance before entry did not reduce liquidation risk; agents that stated it liquidated more often than those that did not. Error Rate negative Liquidation rate following forced numeric risk restatement
Reading fidelity high
Study strength medium
5.8% vs. 1.2% liquidation rate
0.48
A neural encoder reading the rendered turn card modestly improved liquidation prediction over concrete features, but the result was provisional and the signal appeared only after the order line was read. Ai Safety And Ethics positive Liquidation prediction performance, measured by PR-AUC
Reading fidelity high
Study strength low
n=6390
+0.0150 PR-AUC [ +0.0013, +0.0312 ]
0.24
Although 43.2% of closed positions reached at least +300 bps of favorable excursion within 24 hours, 49.3% of those positions ultimately closed with a negative trade return. Decision Quality negative Capture of favorable price excursion in realized trade returns
Reading fidelity high
Study strength high
n=6400
43.2% reached ≥+300 bps; 49.3% of those closed negative
0.8
A mechanical bracket strategy improved realized outcomes by 39.0 bps per position. Decision Quality positive Per-position realized trading return
Reading fidelity medium
Study strength medium
+39.0 bps per position
0.29
A paired-replay league found no statistically distinguishable difference in decision quality among frontier models at the study horizon, although choice stability differed across model families. Decision Quality null_result Decision quality and choice stability
Reading fidelity high
Study strength medium
n=416
0.48

Notes