Search papers, labs, and topics across Lattice.
This paper introduces CSTrader, a multi-agent framework designed for language-grounded trading in the volatile Counter-Strike 2 (CS2) skin market, which is influenced by community discussions and platform rules. By integrating various signals and employing specialized agents for analysis and risk management, CSTrader achieves a cumulative return of up to 7.58%, outperforming both a declining market index and basic LLM baselines. The findings highlight the importance of liquidity, reversed sentiment, and transaction friction in transforming unstructured text into profitable trading actions, positioning niche markets as valuable testbeds for future research in language-to-action applications.
CSTrader turns chaotic community-driven discussions into profitable trading strategies, achieving returns that defy traditional market predictions.
Niche asset markets, such as Counter-Strike 2 (CS2) weapon skins, are small, volatile, and heavily driven by community discussions and platform rules. These properties make them hard for traditional quantitative models, but provide an ideal testbed for studying how large language models (LLMs) turn unstructured text into trading actions. We present CSTrader, a multi-agent framework for language-grounded trading in the CS2 skin market. The system first integrates heterogeneous signals from various sources, then uses specialized agents for technical analysis, liquidity, events, and (reversed) sentiment, and finally applies risk control, transaction friction, and portfolio management agents to produce buy, sell, or hold decisions under realistic trading frictions. We build a live-like evaluation environment with real CS2 data from a highly volatile period and evaluate several recent LLM backbones. Across models, CSTrader consistently outperforms both a falling market index (-15.62%) and simple single-prompt LLM baselines, achieving up to a 7.58% cumulative return with controlled risk. Ablation studies show that liquidity, reversed sentiment, and transaction friction agents are crucial for turning noisy language signals into stable profits, suggesting that niche, language-driven markets are a useful benchmark for future language-to-action research. Code is available at: https://github.com/IatomicreactorI/CSGOTrading?tab=readme-ov-file#quick-start