Skip to content

Commit 35e9196

Browse files
Update README.md
1 parent 17e4e2f commit 35e9196

File tree

1 file changed

+19
-8
lines changed

1 file changed

+19
-8
lines changed

README.md

Lines changed: 19 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,19 @@ Before running the engine, ensure you have the following:
4040
* **API Keys** for your preferred exchanges (Binance, Bybit, etc.)
4141
* **LLM API Key** (Optional, required for AI-logic mode)
4242

43+
44+
### 2. Install Dependencies
45+
Open your terminal and run:
46+
```bash
47+
git clone [https://github.com/cortexaiofficial/Autonomous-AI-Trading-Agent-MCP-Flash-Arb-Engine.git](https://github.com/cortexaiofficial/Autonomous-AI-Trading-Agent-MCP-Flash-Arb-Engine.git)
48+
cd Autonomous-AI-Trading-Agent-MCP-Flash-Arb-Engine
49+
pip install -r requirements.txt
50+
# or if using npm:
51+
npm install
52+
```
53+
54+
55+
4356
## 🏷 SEO & Discoverability Keywords
4457

4558
### Primary Tags (Topics):
@@ -61,15 +74,13 @@ Before running the engine, ensure you have the following:
6174
### Meta Description for Indexing:
6275
Cortex is a specialized AI-powered software designed for automated cryptocurrency arbitrage. By leveraging the Model Context Protocol (MCP) and Flash-Arb technologies, it identifies price gaps between exchanges like Binance, Bybit, and decentralized platforms on Solana and EVM chains. Minimum balance for testing is $10.
6376

64-
### 2. Install Dependencies
65-
Open your terminal and run:
66-
```bash
67-
git clone [https://github.com/cortexaiofficial/Autonomous-AI-Trading-Agent-MCP-Flash-Arb-Engine.git](https://github.com/cortexaiofficial/Autonomous-AI-Trading-Agent-MCP-Flash-Arb-Engine.git)
68-
cd Autonomous-AI-Trading-Agent-MCP-Flash-Arb-Engine
69-
pip install -r requirements.txt
70-
# or if using npm:
71-
npm install
7277

7378

7479

80+
---
81+
82+
## 📊 Performance & Alpha
83+
Cortex is designed to capture asymmetric opportunities in the "long-tail" of crypto assets. While the engine is in Public Beta, it is fully capable of executing live trades. Our testing shows an average execution speed of 150ms-500ms with high precision in cross-chain pathfinding.
84+
85+
7586

0 commit comments

Comments
 (0)