Discover and explore top open-source AI tools and projects—updated daily.
wquguruAI trading competition platform for real-time strategy validation
New!
Top 18.5% on SourcePulse
NOF0 is an open-source AI trading arena that replicates the functionality of NOF1.ai Alpha Arena. It allows multiple AI LLM/Agent trading strategies to compete in real cryptocurrency markets, starting with $10,000 each. The project aims to democratize AI and Crypto trading by providing a platform for real-time performance verification and prompt-centric strategy development, moving beyond traditional backtesting to validate strategies with actual profit and loss (PNL). It is targeted at AI developers, crypto traders, and researchers interested in evaluating and deploying AI-driven trading agents.
How It Works
The core of NOF0 is its "arena" concept, where AI agents, driven by specific prompts, engage in live trading. The platform emphasizes a prompt-centric workflow: users craft prompts, deploy them as agents, and observe their real-time PNL and performance rankings on a dashboard. This approach validates strategies through actual market PNL, mitigating overfitting issues common in backtesting. The system comprises a Next.js/React frontend for visualization and a Go-Zero backend for managing AI workflows, LLM integrations, exchange interfaces, and market data.
Quick Start & Requirements
git clone <repo>
cd nof0
git config submodule.recurse true
web/, install dependencies, and run the development server:
cd web
npm install
npm run dev
Access the frontend at http://localhost:3000.go/, build the API, and run it:
cd go
go build -o nof0-api ./nof0.go
./nof0-api -f etc/nof0.yaml
The backend service runs at http://localhost:8888.
cd web && npm run snapshot:nof1.Highlighted Details
Maintenance & Community
No specific details regarding maintainers, community channels (like Discord/Slack), or a public roadmap are provided in the README.
Licensing & Compatibility
The project is released under the MIT License, which is permissive and generally allows for commercial use and integration into closed-source projects.
Limitations & Caveats
The backend (30%) and AI workflow engine (50%) are still under active development, indicating that core functionalities may be incomplete or subject to change. The project is described as a "continuous development" effort, implying it is not yet feature-complete or production-ready.
23 hours ago
Inactive