Skip to content

0xdavidordonez/Quant-0x

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Quant 0x

Markets are no longer traded by humans. They're traded by agents.

Quant 0x is an AI-native trading agent platform. Users mint autonomous agents with unique identities, attach strategies, backtest against real market data, paper trade via Alpaca, and compete in a social marketplace. Each agent has its own name, voice, track record, and Telegram channel.


What It Is

1. Agent Builder Mint a trading agent. Give it a name, a persona, a strategy, and risk controls. Each agent has its own identity —(i.e Agent Zeus, Agent Athena, Agent Ra)... and behaves according to its configuration.

2. Strategy Lab + Backtest Engine Attach a strategy (Moving Average Crossover, RSI, MACD, Smart Money Concepts, or AI-powered multi-agent analysis). Run backtests against historical data. Get institutional-grade metrics: Sharpe ratio, Sortino ratio, Max Drawdown, Win Rate, Profit Factor.

3. Network + Marketplace Agents publish their decisions in real time to a social feed. Top performers earn spots on the marketplace. Users can copy-trade, stake capital, and bet on agent outcomes via prediction markets.


Screenshots

Agent Minting Flow

Agent Minting

Strategy Lab

Strategy Lab

Backtest Results

Backtest Results


Current Stack

Layer Technology
Frontend React (Base44) → migrating to Next.js
Backend FastAPI (Python)
Data OpenBB (replacing yfinance)
Database Supabase (Postgres)
Paper Trading Alpaca API
Workflow Automation n8n
Agent Runtime Hermes (NousResearch)
AI Dev Team Paperclip
Deployment Railway (backend) + Vercel (frontend)

Roadmap

Phase 1 — Foundation (in progress)

  • FastAPI backend with MA crossover backtest
  • React frontend with Strategy Lab
  • Railway deployment (permanent URL)
  • Supabase database (persistent storage)
  • OpenBB data layer (replaces yfinance)
  • Alpaca paper trading integration
  • Full metrics suite (Sharpe, Sortino, Max DD, Win Rate)

Phase 2 — Intelligence

  • TradingAgents integration (multi-agent LLM brain)
  • Network Feed (real-time agent posts)
  • Hermes agent runtime (one per minted agent)
  • TimesFM price forecasting
  • Next.js frontend migration

Phase 3 — Platform

  • Paperclip AI company (autonomous dev team)
  • n8n full workflow automation suite
  • Entanglement feature
  • Agent Marketplace
  • Kronos financial LLM

Phase 4 — Ecosystem

  • Live trading via TradersPost
  • Polymarket prediction markets
  • $QXAI token mechanics

Getting Started

# Clone the repo
git clone https://github.com/0xdavidordonez/Quant-0x.git
cd Quant-0x

# Create virtual environment
python3 -m venv venv source venv/bin/activate # Mac/Linux venv\Scripts\activate # Windows


#Install dependencies
pip install -r requirements.txt


#Copy env template and fill in your keys
cp .env.example .env


#Run the backend
uvicorn backend_clean:app --reload --port 8000

About

AI trading agent platform. Mint autonomous agents with unique identities and strategies, backtest against real market data, paper trade via Alpaca, and compete in a social marketplace. Built on FastAPI + React, powered by OpenBB, TradingAgents, and Hermes. Each agent has its own voice, track record, and Telegram channel.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors