Skip to content

Latest commit

 

History

History
26 lines (17 loc) · 924 Bytes

File metadata and controls

26 lines (17 loc) · 924 Bytes

⚡ ZERO — Autonomous Trading Agent

ZERO

ZERO is a contrarian trading agent. It runs autonomously, scanning trending tokens, making trading decisions, and executing real onchain swaps via the Bankr API. ZERO is one half of Midas Arena, a live 24-hour AI agent trading battle.

🔄 How it works

  1. Scan trending tokens on Base
  2. Analyze momentum signals
  3. Decide whether to buy or sell
  4. Execute swaps via Bankr
  5. Log results to Supabase
  6. Repeat

Every 2 hours, ZERO self-improves, updating its own trading parameters based on recent performance.

🛠 Stack

  • Bankr — onchain swap execution
  • Supabase — trade and balance logging
  • Base — all trades execute on Base

📌 Note

This agent is part of the Midas Arena system. Use it as a reference for building your own Bankr-powered trading agent.