
最近由 Nof1 举办的Alpha Arena,让 各种AI 大模型实盘交易加密币吸引了众多眼球,也出现了众多复刻Nof1 的开源项目,汇总一下类似的开源项目。
Nof1的System Prompt分析
Nof1 官方并没有公开其完整System Prompt,虽然其承诺未来会开源。
目前只能查看在交易过程中策略调整使用的User prompt,查看方式:
访问nof1.ai首页的Live->点击某个大模型查看详情->在右侧的MODELCHAT->点击某次对话内容,USER_PROMPT会有提示符

Alpha Arena Prompt Analysis:https://moshiii.substack.com/p/alpha-arena-prompt-analysis
Nof1开源项目
DeepSeek Paper Trading Bot
https://github.com/kojott/LLM-trader-test
对类似Nof1 的AI交易系统的提示词工程的设计思路解读很值得一看,其他开源项目则侧重于复刻技术实现
Open-nof1.ai
https://github.com/SnowingFox/open-nof1.ai
AITradeGame
https://github.com/chadyi/AITradeGame
Open Alpha Arena
https://github.com/etrobot/open-alpha-arena
AI-Trader
https://github.com/HKUDS/AI-Trader
AI炒美股纳斯达克100指数
ValueCell
https://github.com/ValueCell-ai/valuecell
开源AI炒股平台,支持A股、美股
NOF0
https://github.com/wquguru/nof0
Alpha Arena
https://github.com/AmadeusGB/alpha-arena
NOFX
https://github.com/tinkle-community/nofx
基于 DeepSeek/Qwen AI 的币安合约自动交易系统,支持多AI模型实盘竞赛,具备完整的市场分析、AI决策、自我学习机制
Nof1 AI Agent 跟单交易系统
https://github.com/terryso/nof1-tracker
用于跟踪 nof1.ai AI Agent 交易信号并自动执行 Binance 合约交易的命令行工具
更新日志
2025/10/30 新增 AI-Trader
2025/10/29 初始化