MandemDAO Whitepaper

Technical documentation for the MandemDAO trading system.

Abstract

This paper describes a Solana-based automated trading system built for high-velocity meme coin markets. The product identifies potential trading opportunities by observing the on-chain activity of a dynamically updated group of historically successful wallets, alongside volume and sentiment-related signals. Instead of attempting to mirror individual traders, the system focuses on collective behavior ("the swarm") to identify situations where market participation and liquidity are sufficiently aligned.

Trade execution is governed by an adaptive risk framework intended to limit downside exposure in adversarial market conditions. While the system is designed to account for risks such as MEV and rug pulls, it does not eliminate them and makes no claims of guaranteed profitability.

1. Introduction

Meme coin markets on Solana are defined by extreme volatility, rapid capital rotation, and highly adversarial dynamics. New tokens can attract meaningful liquidity within minutes, while market conditions may deteriorate just as quickly. In this environment, manual trading and simplistic automation strategies are often outpaced by both execution speed and coordinated bot activity.

At the same time, certain market participants consistently outperform across meme coin cycles. Their on-chain behavior reflects experience in evaluating launches, timing entries, and managing exits under uncertain conditions. However, directly tracking individual wallets introduces its own risks, including delayed signals, over-concentration, and vulnerability to changes in trader behavior.

This system is designed to address these issues by shifting focus away from individual actors and toward aggregated market behavior. By observing coordinated activity across multiple successful wallets in real time, the system aims to produce more robust signals while reducing dependence on any single source of alpha.

2. Market Problem

2.1 Fragmented and Noisy Signals

Meme coin markets generate a high volume of low-quality signals. Wallet tracking tools, social sentiment indicators, and raw volume metrics are often used in isolation, which frequently results in false positives. Strategies that follow individual wallets are particularly fragile, as performance does not reliably persist across changing market conditions.

2.2 Speed and Execution Constraints

On Solana, many opportunities form and decay within narrow time windows. Human traders and non-specialized bots often struggle to react quickly enough while maintaining consistent risk controls. Network congestion, RPC latency, and priority fee dynamics further complicate reliable execution.

2.3 Adversarial Market Conditions

The meme coin ecosystem is inherently adversarial. MEV extraction, liquidity manipulation, and rug pulls are common, especially around early-stage tokens. While these risks cannot be fully removed, systems that fail to account for them tend to experience asymmetric downside.

2.4 Risk Management Limitations

Many automated trading systems emphasize signal detection or trade frequency without placing sufficient weight on adaptive risk controls. Static rules often break down under rapidly changing liquidity and volatility, leading to outsized losses during unfavorable market phases.

3. System Overview

The trading system is built as a modular product composed of independent components responsible for data ingestion, signal generation, risk assessment, and trade execution. This separation allows individual components to evolve independently as market conditions, infrastructure, and strategy requirements change.

At a high level, the system operates as a continuous loop: on-chain data is monitored in real time, trading signals are generated based on aggregated wallet behavior and market conditions, risk constraints are applied, and validated trades are executed on Solana.

3.1 Data Ingestion Layer

The data ingestion layer collects and normalizes real-time on-chain data relevant to meme coin markets. This includes wallet activity, token-level volume, liquidity conditions, and transactional metadata required for downstream analysis.

The system continuously observes a dynamically maintained set of wallets that meet predefined performance criteria. Wallet membership is not static and may change as performance characteristics evolve. This allows the system to adapt to shifting market participants rather than relying on a fixed cohort.

Low latency and data consistency are treated as critical, as delayed or incomplete signals materially reduce the viability of short-lived opportunities.

3.2 Swarm-Based Signal Generation

Signals are generated by aggregating observed behavior across the wallet set rather than reacting to individual trades. Coordinated opening activity that meets minimum participation, volume, and confirmation thresholds is treated as a probabilistic indicator of emerging market interest.

By focusing on collective behavior, the system reduces sensitivity to outliers, erratic trades, or short-term behavioral changes by any single wallet. Swarm alignment is treated as a necessary but not sufficient condition for trade consideration.

Signal generation is further conditioned on token-level volume and on-chain sentiment indicators to filter low-liquidity or structurally weak markets.

3.3 Risk Assessment and Trade Validation

All candidate trades are evaluated by an adaptive risk assessment module before execution. This module considers factors such as position sizing constraints, liquidity conditions, and time-based exposure limits.

Risk parameters are adjusted based on observed market conditions rather than remaining static. During periods of elevated uncertainty or unfavorable dynamics, the system reduces exposure accordingly. Trades that fail to meet risk requirements are rejected regardless of signal strength.

This approach prioritizes controlled exposure over maximum participation.

3.4 Execution Layer

The execution layer is responsible for submitting validated trades to the Solana network. It is designed to operate under conditions of congestion and competitive execution, accounting for transaction ordering and priority fee dynamics.

Execution logic is intentionally separated from signal generation and risk evaluation. This reduces systemic risk and allows execution behavior to be refined independently as Solana infrastructure and market mechanics evolve.

Custody and key management assumptions are implementation-dependent and may differ between internal and external deployments.

4. Swarm-Based Signal Design

The core signal mechanism models aggregated behavior across a dynamically changing group of successful wallets. Rather than attempting to infer intent from individual actors, the system treats coordinated activity as a probabilistic indicator of market interest.

Wallet inclusion is based on historical performance metrics and on-chain behavioral characteristics. Membership is continuously reevaluated to account for changing trader performance and evolving market regimes.

Signals are generated only when collective activity meets predefined participation and volume requirements. This helps reduce noise commonly present in early-stage meme coin markets. All signal logic relies on on-chain data and is designed to operate in near real time.

5. Adaptive Risk Management Framework

Risk management is applied before any trade execution occurs and is treated as a first-class component of the system. The framework adapts constraints based on observed market conditions rather than relying solely on static rules.

Key controls include:

  • Maximum position sizing relative to available liquidity
  • Volume-based exposure limits
  • Time-based constraints on holding duration

Trades that violate any risk constraint are discarded, regardless of signal strength. The objective is not to eliminate risk, but to bound potential downside in markets characterized by rapid liquidity changes and adversarial behavior.

6. Execution Considerations on Solana

Trade execution takes place on the Solana blockchain, where network conditions, transaction ordering, and competition for block inclusion materially affect outcomes. The execution layer accounts for these dynamics, including congestion and priority fee behavior.

While execution is optimized for low-latency environments, adverse conditions such as MEV extraction, slippage, and failed transactions are assumed to be unavoidable in certain scenarios. Execution behavior is therefore designed to evolve independently of signal generation and risk assessment.

7. Limitations and Risk Factors

This system operates in an inherently speculative and adversarial market. Several risks remain unavoidable, including:

  • MEV and transaction reordering
  • Rug pulls and malicious token behavior
  • Sudden liquidity withdrawal
  • Strategy degradation due to changing market dynamics

The presence of risk controls does not guarantee protection against losses. The system makes no claims of profitability, and users should assume that losses are possible.

8. Development Status and Roadmap

The product is currently in private testing. Ongoing development focuses on:

  • Refining wallet selection and swarm composition
  • Stress-testing risk controls across varying market conditions
  • Improving execution reliability under network congestion

Future iterations may include expanded deployment options, enhanced observability, and additional safeguards informed by live performance data.

9. Conclusion

This paper outlines a Solana-based trading system designed to operate in fast-moving meme coin markets by modeling aggregated behavior rather than relying on individual signals. By combining swarm-based analysis with adaptive risk management and a modular architecture, the system aims to participate in adversarial markets with controlled exposure.

The system does not eliminate risk. Its purpose is to provide a structured, data-driven approach to markets where speed, coordination, and disciplined risk management are critical.

10. Disclaimer

This document is provided for informational purposes only and does not constitute financial or investment advice. Trading digital assets involves significant risk, and past performance is not indicative of future results.