diff --git a/README.md b/README.md
index 5a4dbf14..79a300d6 100644
--- a/README.md
+++ b/README.md
@@ -24,6 +24,7 @@
- **Multi-AI Support**: Run DeepSeek, Qwen, GPT, Claude, Gemini, Grok, Kimi - switch models anytime
- **Multi-Exchange**: Trade on Binance, Bybit, OKX, Hyperliquid, Aster DEX, Lighter from one platform
- **Strategy Studio**: Visual strategy builder with coin sources, indicators, and risk controls
+- **AI Debate Arena**: Multiple AI models debate trading decisions with different roles (Bull, Bear, Analyst)
- **AI Competition Mode**: Multiple AI traders compete in real-time, track performance side by side
- **Web-Based Config**: No JSON editing - configure everything through the web interface
- **Real-Time Dashboard**: Live positions, P/L tracking, AI decision logs with Chain of Thought
@@ -71,6 +72,13 @@ Join our Telegram developer community: **[NOFX Developer Community](https://t.me
|:---:|:---:|
|
|
|
+### Debate Arena
+| AI Debate Session | Create Debate |
+|:---:|:---:|
+|
|
|
+
+*Multiple AI models debate trading decisions with different roles (Bull, Bear, Analyst, Contrarian, Risk Manager)*
+
---
## Supported Exchanges
@@ -269,6 +277,12 @@ All configuration is done through the web interface - no JSON file editing requi
- Risk control settings (leverage, position limits, margin usage)
- AI test with real-time prompt preview
+### Debate Arena
+- Multi-AI debate sessions for trading decisions
+- Configurable AI roles (Bull, Bear, Analyst, Contrarian, Risk Manager)
+- Multiple rounds of debate with consensus voting
+- Auto-execute consensus trades
+
---
## Common Issues
diff --git a/screenshots/debate-arena.png b/screenshots/debate-arena.png
new file mode 100644
index 00000000..329b5618
Binary files /dev/null and b/screenshots/debate-arena.png differ
diff --git a/screenshots/debate-create.png b/screenshots/debate-create.png
new file mode 100644
index 00000000..5a80cabf
Binary files /dev/null and b/screenshots/debate-create.png differ