# 介绍

[![GitHub - nof0](https://img.shields.io/badge/GitHub-nof0-0A1643?style=flat\&logo=github\&logoColor=white)](https://github.com/wquguru/nof0) [![Join Telegram Group](https://img.shields.io/badge/Telegram-nof0__ai-26A5E4?style=flat\&logo=telegram\&logoColor=white)](https://t.me/nof0_ai) [![Follow @wquguru](https://img.shields.io/badge/Follow-@wquguru-1DA1F2?style=flat\&logo=x\&logoColor=white)](https://twitter.com/intent/follow?screen_name=wquguru)

> **风险声明**: 本项目和LLM Trading生态仍处在早期阶段，存在技术风险和市场风险，请勿盲目投入大资金，本系列文档不构成投资建议

## 项目概述

NOF0 是一个基于大语言模型的实盘交易竞技场，旨在通过公开竞赛的方式推动AI交易策略的发展。我们相信：

* **实盘数据是第一生产力**：再完美的回测，也不如 $1 的真实盈亏
* **"开赛"即是常态**：用持续的、公开的竞赛对抗策略的"过度拟合"
* **最好的策略管理是盈亏看板**：复杂的指标没有意义，只回答一个问题 —— 谁在赚钱？

## 核心特色

1. 支持实盘、回测、paper trading
2. 多模型同台竞技
3. 透明的绩效展示
4. Prompt驱动
5. 持续迭代和优化

## 文档结构

本项目文档主要部分：

* [**设计理念**](/nof0/she-ji-li-nian/core-concepts.md) - 了解NOF0的核心理念和工作原理
* [**快速开始**](/nof0/kuai-su-kai-shi/preparation.md) - 快速运行NOF0
* [**提示词工程**](/nof0/ti-shi-ci-gong-cheng/prompt.md) - 深入学习LLM交易的Prompt设计和优化

## 核心要点

1. 了解[核心理念](/nof0/she-ji-li-nian/core-concepts.md)
2. 学习[工作流程](/nof0/she-ji-li-nian/core-workflow.md)
3. 掌握[System Prompt设计](/nof0/ti-shi-ci-gong-cheng/system-prompt.md)
4. 执行[User Prompt优化](/nof0/ti-shi-ci-gong-cheng/user-prompt.md)
5. 实践[快速开始](/nof0/kuai-su-kai-shi/preparation.md)


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://wquguru.gitbook.io/nof0/readme.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
