-
Notifications
You must be signed in to change notification settings - Fork 8
Home
Welcome to the official documentation hub for the Cortex AI Automated Mirror Trading Engine — the premier open-source framework engineered for sub-millisecond wallet replication, predictive liquidity routing, and automated execution on decentralized prediction markets.
Whether you are looking to front-run institutional whale walls or maintain a hands-off, passive yield stream via neural node execution, this wiki provides the complete structural blueprint to deploy, configure, and scale your local instances.
- Sub-45ms Mirror Execution: Real-time mempool and smart contract monitoring to capture exact entry and exit targets before retail order books shift.
- Neural Target Routing: Automated profiling of top-tier Polymarket wallets, filtering out noise and wash-trading to mirror only high-conviction signals.
- Asynchronous Wallet Mirroring: Concurrent management of multiple execution paths across decentralized prediction networks with localized slippage control.
- Fail-Safe Liquidity Protection: Built-in dynamic spread rules and auto-stop triggers to defend capital during high-volatility macro distribution events.
To get your automated mirror engine running smoothly on your environment, explore the step-by-step guides below:
- Prerequisites & Environment Setup: Software requirements, Node configuration, and private key isolation methods.
- 1-Click Local Installer Guide: Deploying the repository on local machines or setting up an isolated automated sandboxed environment.
- VPS Cloud Deployment: Step-by-step guide for hosting the trading bot 24/7 using Virtual Private Servers (including free-tier cloud architectures like Oracle Cloud VPS setup).
- Wallet Tracker Configuration: How to target, parse, and analyze specific Polymarket leaderboard addresses and copy-trade top traders.
- Slippage & Gas Optimization: Setting up execution nodes to avoid heavy front-running slips and front-running network congestion.
- Automated Risk Management: Defining position sizes, custom capital distribution rules, and macro market safety caps.
In modern prediction and futures markets, processing speed and automated execution completely dominate manual order books. Relying on manual updates creates a severe lag that translates directly into slippage risks and missed alpha.
By offloading the macro market tracking to an automated, neural-driven node engine, users can achieve an optimized offline lifestyle, letting dedicated automated micro-routing handle continuous execution and algorithmic liquidity capturing around the clock.
⚡ Operational Security Reminder: Always run code deployment tests inside secure sandboxes and utilize robust multi-factor authentication protocols. Never expose raw account recovery codes or unencrypted root keys within open repositories.
This engine is built as an open-source framework for developers, quantitative traders, and crypto automation enthusiasts.
- Found a bug or bottleneck? Please open an Issue with structural logs.
- Want to optimize the neural node execution script? Submit a Pull Request following our architectural design patterns.