> For the complete documentation index, see [llms.txt](https://docs.iq-ai.tech/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.iq-ai.tech/introduction.md).

# Introduction

**IQai Bot** is an all-in-one crypto trading assistant that helps you **monitor markets, detect signals, execute trades, and manage positions across multiple exchanges — directly from Telegram**.

It brings together **real-time market intelligence and trade execution** in a single interface, designed for traders who value speed, clarity, and control.

***

### What IQai Bot Does

IQai Bot allows you to:

* 📰 **Receive real-time crypto news alerts**
* 🐦 **Monitor major X (Twitter) accounts for market-moving signals**
* ⚡ **Open trades instantly** using predefined presets
* 📊 **View and manage open positions**
* ⚖️ **Control leverage and margin modes**
* 🔁 **Switch execution venues seamlessly**
* 🧠 **Act quickly without leaving Telegram**

Everything happens inside Telegram, optimized for fast decision-making and minimal friction.

***

### Market Intelligence, In One Place

IQai Bot continuously monitors multiple sources of market information, including:

* Leading crypto news outlets
* Selected high-impact X (Twitter) accounts
* Market-related announcements and commentary

Relevant updates are surfaced in real time, allowing you to react quickly when conditions change.

***

### Multi-Exchange Trading, Unified

IQai Bot is designed as a **multi-exchange trading hub**.

You interact with different trading venues through **one consistent interface**, without changing workflows or commands.

#### Supported Exchanges

* **Hyperliquid** (on-chain perpetuals)
* **Binance** (futures)

#### Additional Exchanges

Support for other major venues is being introduced, including:

* Bybit
* OKX
* Other leading derivatives and spot exchanges

This ensures your trading experience remains consistent as more venues become available.

***

### One Place to Manage Your Trades

IQai Bot provides a centralized view of your trading activity:

* Monitor open positions across exchanges
* Open and close positions with a few taps
* Manage exposure without switching platforms
* Keep execution and information tightly connected

The goal is simple: **reduce friction between insight and action**.

***

### Security & Control

Security is a core principle of IQai Bot:

* 🔐 Exchange API keys and agent keys are stored **encrypted**
* 🚫 Withdrawal permissions are never required
* 🧾 Seed phrases are never requested
* 🔄 Credentials can be updated or removed at any time

IQai Bot never takes custody of funds. You remain in full control.

***

### Who IQai Bot Is For

IQaiBot is built for:

* Active crypto traders
* Futures and perpetual traders
* Multi-exchange users
* Traders who follow market news and X signals
* Anyone who wants faster, cleaner trading workflows

If you trade frequently and value execution speed and visibility, IQai Bot is designed for you.


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://docs.iq-ai.tech/introduction.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
