# AI Trading Bot

### AI Trading Bot

Zenko’s AI Trading Bot is a hybrid machine learning system designed to provide users with **institutional-grade automated trading strategies**, tailored for both spot and derivatives markets. It combines **real-time sentiment analysis**, **quantitative price modeling**, and **risk-adjusted trade execution** to deliver high-performance strategies traditionally inaccessible to retail users.

The bot architecture is deeply integrated into Zenko Exchange and accessible via the user interface, API, and future strategy marketplace modules.

#### System Architecture

Zenko’s AI bot consists of a dual-layer engine:

**1. Sentiment Layer (LLM/NLP Engine)**

* Utilizes large language models (LLMs) fine-tuned on crypto news, social media, and macroeconomic data
* Classifies sentiment by asset, sector, and global risk regime
* Operates in real time with daily context updates and priority re-weighting
* Scores directional bias and volatility expectations

**2. Quantitative Layer (Market Model)**

* Uses time-series models trained on price, volume, volatility, and order book data
* Employs ensemble modeling (ARIMA, LSTM, XGBoost) for multi-horizon forecasts
* Detects breakout, reversal, and mean reversion opportunities
* Dynamically adjusts position sizing based on confidence scores and drawdown tolerance

These layers are orchestrated through a **strategy selector module** that dynamically activates or rotates between trading modes based on market conditions.

#### Operating Modes

The AI Bot supports three primary execution modes:

**a. Trend-Following Mode**

* Detects momentum via indicators like ADX, RSI, MACD, and EMA crossovers
* Uses volatility filters to avoid false breakouts
* Ideal for sustained up/downtrends

**b. High-Frequency Momentum Mode**

* Activates in high-volatility conditions
* Uses low-lag indicators and short-term pattern recognition
* Targets short intraday moves with tight risk constraints

**c. Position-Holding Mode**

* Optimized for low-volatility environments
* Uses multi-timeframe support/resistance and Bollinger channel modeling
* Applies dynamic stop-loss based on ATR and sentiment shifts

Each mode incorporates hard risk limits and optional leverage caps (max 1x in default configuration for safety).

#### Risk Management

* **Capital Allocation:** Adaptive sizing based on trade history, volatility, and conviction
* **Max Drawdown Limit:** Daily and rolling loss thresholds to prevent compounding losses
* **Trailing Stop Systems:** AI-monitored stop-loss adjustments based on momentum decay
* **Blacklist Integration:** Option to exclude tokens with high manipulation risk or low liquidity
* **Fail-Safes:** Position shutdowns if confidence scores drop below threshold

#### Backtested Performance *(Beta Results)*

Test Period: October 12 – November 12, 2025

* Starting Capital: 34,000 USDT
* Ending Balance: 39,269.58 USDT
* Absolute Gain: +15.5%
* Win Rate: 72% over 606 trades
* Best Day: +1,097.77 USDT
* Worst Day: –765.91 USDT
* Max Drawdown: 3.95%
* Sharpe Ratio: 114.66
* Sortino Ratio: 345.85
* Calmar Ratio: 356.95
* Profit Factor: 1.56
* SQN (System Quality Number): 5.12

These results reflect controlled, leverage-free environments using isolated trading pairs.

#### Deployment and User Control

* **Bot Activation:** Available through the Zenko web interface, dashboard, or API
* **Strategy Selection:** Users may select strategy modes manually or enable AI-driven switching
* **Transparency:** Trade logs, performance dashboards, and bot logic summaries are visible in real time
* **Fee Model:** Flat subscription or performance-fee-based tiers (fees payable in ZENKO token)
* **Safety Layers:** Built-in capital stopouts and option to run in paper mode for risk-free testing


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://zenko.gitbook.io/zenko-whitepaper/institutional-grade-products/ai-trading-bot.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
