The Commonplace
Home 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 →

An LLM-driven multi-agent defense can curb bot-driven exploitation of copy traders in meme-coin markets, delivering roughly 3% average returns to copiers in simulated adversarial conditions; the improvement over standard baselines is clear in backtests but hinges on simulation realism and LLM performance.

Resisting Manipulative Bots in Meme Coin Copy Trading: A Multi-Agent Approach with Chain-of-Thought Reasoning
Yichen Luo, Yebo Feng, Jiahua Xu, Yang Liu · January 13, 2026
arxiv other medium evidence 7/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. Yichen Luo unresolved corpus identity
  2. Yebo Feng unresolved corpus identity
  3. Jiahua Xu unresolved corpus identity
  4. Yang Liu unresolved corpus identity

Semantic Scholar

Latest observation:

  1. Yichen Luo provider ID
  2. Yebo Feng provider ID
  3. Jiahua Xu provider ID
  4. Yang Liu provider ID
An LLM-powered, chain-of-thought multi-agent copy-trading defense outperforms zero-shot and statistical baselines in simulated adversarial meme-coin markets, producing an average copier return of about 3% per investment under modeled frictions.

Citation observations

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

Copy trading has become the dominant entry strategy in meme coin markets. However, due to the market's extremely illiquid and volatile nature, the strategy exposes an exploitable attack surface: adversaries deploy manipulative bots to front-run trades, conceal positions, and fabricate sentiment, systematically extracting value from naïve copiers at scale. Despite its prevalence, bot-driven manipulation remains largely unexplored, and no robust defensive framework exists. We propose a manipulation-resistant copy-trading system based on a multi-agent architecture powered by a multi-modal large language model (LLM) and chain-of-thought (CoT) reasoning. Our approach outperforms zero-shot and most statistic-driven baselines in prediction accuracy as well as all baselines in economic performance, achieving an average copier return of 3% per meme coin investment under realistic market frictions. Overall, our results demonstrate the effectiveness of agent-based defenses and predictability of trader profitability in adversarial meme coin markets, providing a practical foundation for robust copy trading.

Summary

Main Finding

An LLM-powered multi-agent system (MAS) using few-shot chain-of-thought (CoT) reasoning can substantially reduce the damage from manipulative bots in meme-coin copy trading. The proposed framework (specialized agents for coin evaluation, wallet selection, and timing) outperforms zero-shot LLMs and most statistic-driven baselines on prediction accuracy and outperforms all baselines on economic performance: identified smart-money wallets yield an average return of 14%, and an estimated copier return of ~3% per meme-coin investment under realistic market frictions.

Key Points

  • Threat and attack surface
    • Meme-coin markets (Solana/pump.fun) are highly illiquid, extremely volatile, and visible on-chain, creating incentives for coordinated adversaries to exploit naïve copiers.
    • Adversaries control many wallets and coordinate strategies to extract copier liquidity (near zero-sum with copiers).
  • Manipulative bot types (formalized heuristics)
    • Position manipulation: bundle bots (same-block coordinated buys by creator and controlled wallets), gradual bundle bots (spread accumulation to evade attribution), sniper bots (very early buys within 1–5 blocks after launch).
    • Attention manipulation: bump bots (rapid buy-sell flips to bump visibility), comment bots (coordinated hype comments).
  • Detection methods
    • Simple, interpretable heuristics/algorithms: bundle detection (non-creator buys in launch block), sniper detection (non-creator buys within K=5 blocks), bump detection (flip count / net position change ratio α ≥ ξ, default ξ=50), comment-bot detection via LLM classification on few-shot examples.
    • Gradual bundles are noted as substantially harder to detect and remain an important limitation.
  • MAS + CoT approach
    • Decomposes copy trading into three specialized agents (coin evaluation, wallet selection, timing assessment).
    • Agents ingest multi-modal on-chain and off-chain signals and use CoT few-shot prompts to internalize domain reasoning (better than zero-shot LLMs).
    • Multi-agent deliberation mimics team-based human decision-making and improves robustness to adversarial signals.
  • Empirical performance
    • Dataset: historical wallet-level data on ~6,000 meme coins (Solana/pump.fun ecosystem).
    • The MAS improves prediction accuracy over zero-shot and most statistical baselines; economically, smart-money picks produce 14% avg return; modeled copier strategy produces ~3% avg return per coin after accounting for market frictions and bonding-curve mechanics.

Data & Methods

  • Environment & market specifics
    • Solana: sub-second blocks (~400 ms), no public mempool, high throughput—limits public reaction time and concentrates front-running advantages with well-positioned actors.
    • pump.fun: bonding-curve token issuance (convex increasing price with cumulative demand), 1% transaction fee, on-chain visibility of trades and holdings, front-page bump on each trade.
  • Data
    • Wallet-level transaction histories, token holdings, and social/comment data for ~6,000 meme coins including launch metadata.
  • Feature engineering
    • Structured feature space capturing: manipulative-bot indicators (bundle/sniper/bump/comment), trader historical performance, experience, holding concentration, temporal trade patterns, and social signals.
  • Detection & algorithms
    • Formal algorithms (Alg.1-3) for bundle, sniper, and bump detection using time-window/block-based heuristics and flip/net-position ratios; LLM few-shot prompt for comment-bot classification.
    • Defaults: sniper window K=5 blocks, bump threshold ξ=50, small ε=1 to avoid divide-by-zero.
  • MAS implementation
    • Multi-modal LLM agents (on-chain + off-chain inputs), specialized subtasks, CoT few-shot prompting to embed domain heuristics into agent deliberation.
  • Evaluation
    • Baselines: zero-shot LLM and statistic-driven models.
    • Metrics: prediction accuracy of profitable traders/smart-money; simulated economic returns for identified wallets and copier portfolios under realistic transaction frictions and bonding-curve price impact.

Implications for AI Economics

  • Practical defense design
    • LLM-powered MAS with CoT can serve as a practical defensive layer for copy-trading platforms, improving retail protection and reducing extractable rents by adversarial bots.
  • Market-design and platform policy
    • Platforms (copy-trading aggregators, launchpads) can integrate agent-based detection to flag or de-prioritize manipulated wallets/coins, altering incentives for manipulators.
    • Bonding-curve mechanics and on-chain visibility interact with bot strategies—platform-level constraints (e.g., throttling same-block buys, improved attribution) could mitigate manipulation.
  • Predictability of trader profitability
    • The paper documents that trader profitability in adversarial meme-coin markets is partially predictable using structured features and agent reasoning, which has implications for retail advisory services and risk scoring.
  • Arms-race and regulatory considerations
    • As detection improves, adversaries may adapt (e.g., more sophisticated gradual bundles and mixed strategies). Continuous model updating, adversarial-robust prompts, and transparency about detection thresholds will be necessary.
    • Regulators and marketplaces may need standards for labeling/managing suspected manipulative behavior; automated detection can inform surveillance but requires human-in-the-loop validation.
  • Research directions in AI economics
    • Demonstrates a concrete application where LLM reasoning and multi-agent coordination yield measurable economic benefits—encourages further work on agent-based market surveillance, adversarial robustness, and incentive-aware mechanism design.
    • Raises questions about welfare impacts: protecting naïve copiers reduces transfers to sophisticated manipulators, potentially changing participation and liquidity dynamics in fringe crypto markets.

Limitations noted by the authors - Gradual bundles are difficult to detect reliably; detection is heuristic-driven and may have false positives/negatives. - Dependence on LLM performance and prompt engineering; domain drift and adversarially crafted comments/transactions could reduce effectiveness over time. - Evaluation is on historical Solana/pump.fun data—results may not transfer directly to other chains or market microstructures without adaptation.

Assessment

Paper Typeother Evidence Strengthmedium — The paper reports quantitative out-of-sample performance improvements and economic returns versus multiple baselines, which supports the claimed effect in the reported experimental setting; however, the evidence depends on the realism of the simulated adversarial bots, market-friction assumptions, and the particular dataset/time period used, and lacks field deployment or exogenous variation that would more convincingly establish real-world causal impact. Methods Rigormedium — The study appears methodologically solid in using multi-agent experiments, LLM-driven reasoning, and multiple baselines, but key rigor criteria are unclear or missing: transparency on data sources and time spans, details on simulator calibration, sensitivity analyses to simulation parameters and LLM hyperparameters, robustness to alternative baselines, and statistical significance/confidence intervals are not described in the abstract. SampleBacktests and simulated experiments on meme-coin markets combining historical trade/orderbook data and synthetic adversarial bots; evaluation includes zero-shot and statistic-driven baselines and reports copier-level returns under modeled market frictions—specifics on coin selection, time window, sample size, and bot construction are not provided in the description. Themeshuman_ai_collab adoption IdentificationPerformance evaluation via backtests and simulated adversarial market experiments: the paper compares the proposed multi-agent LLM system to zero-shot and statistic-driven baselines in (claimed) realistic market-friction simulations; there is no randomized field trial or natural experiment to establish external causal effects in live markets. GeneralizabilityResults may not generalize to live markets because evaluation relies on simulated adversaries and modeled market frictions rather than field deployment., Findings are specific to illiquid, highly volatile meme-coin markets and may not transfer to larger-cap crypto or traditional financial markets., Performance likely depends on the particular LLM, chain-of-thought design, and training/data availability; different models or operational constraints could change outcomes., Outcomes depend on assumptions about adversary behavior and bot sophistication; real adversaries may adapt to the defense., Lack of transparent sensitivity analyses or multiple market regimes limits confidence across market conditions (e.g., extreme crashes, regulatory changes).

Claims (8)

ClaimDirectionOutcomeConfidence & EvidenceDetails
Copy trading has become the dominant entry strategy in meme coin markets. Adoption Rate positive prevalence of copy trading as an entry strategy
Reading fidelity high
Study strength low
not reported
0.06
Because meme coin markets are extremely illiquid and volatile, copy trading exposes an exploitable attack surface: adversaries deploy manipulative bots to front-run trades, conceal positions, and fabricate sentiment. Automation Exposure negative existence and mechanisms of bot-driven manipulation (front-running, position concealment, fabricated sentiment)
Reading fidelity high
Study strength medium
not reported
0.12
Adversarial manipulative bots systematically extract value from naïve copiers at scale. Consumer Welfare negative value extracted from copiers (financial losses or reduced returns)
Reading fidelity high
Study strength medium
not reported
0.12
Bot-driven manipulation remains largely unexplored, and no robust defensive framework exists. Governance And Regulation null_result existence of robust defensive frameworks against bot-driven manipulation
Reading fidelity high
Study strength low
not reported
0.06
We propose a manipulation-resistant copy-trading system based on a multi-agent architecture powered by a multi-modal large language model (LLM) and chain-of-thought (CoT) reasoning. Other positive design of a manipulation-resistant copy-trading system
Reading fidelity high
Study strength speculative
not reported
0.02
Our approach outperforms zero-shot and most statistic-driven baselines in prediction accuracy. Decision Quality positive prediction accuracy
Reading fidelity high
Study strength medium
not reported
0.12
Our approach outperforms all baselines in economic performance, achieving an average copier return of 3% per meme coin investment under realistic market frictions. Consumer Welfare positive average copier return per meme coin investment
Reading fidelity high
Study strength medium
3% per meme coin investment
0.12
Agent-based defenses are effective and trader profitability is predictable in adversarial meme coin markets, providing a practical foundation for robust copy trading. Organizational Efficiency positive effectiveness of agent-based defenses and predictability of trader profitability
Reading fidelity high
Study strength medium
not reported
0.12

Notes