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

# Introduction

<figure><img src="/files/zf77A27PAlYCAnUWJSDJ" alt=""><figcaption></figcaption></figure>

#### What is BitX newest AI project ?

**BitX AI** is an AI-powered assistant (built with ChatGPT) that specializes in everything related to **Bitcoin**. It’s designed to be the ultimate tool for Bitcoin traders, investors, and enthusiasts.

***

#### How BitX Works:

1. **ChatGPT + Bitcoin Data**
   * BitX combines the power of ChatGPT with real-time and historical **Bitcoin data**.
   * It pulls from multiple sources: price charts, on-chain data (e.g. number of holders, exchange balances), and market trends.
2. **Natural Language Interface**
   * You ask questions in plain English (or any language).
   * BitX understands and responds instantly — like:\
     \&#xNAN;*“What’s the current BTC supply on exchanges?”*\
     \&#xNAN;*“Show me Bitcoin’s price during the 2020 halving.”*\
     \&#xNAN;*“Who are the top BTC holders right now?”*
3. **Live API Integrations**
   * BitX is connected to live APIs from Bitcoin analytics platforms (Glassnode, CoinMarketCap, etc.) to ensure **real-time accuracy**.
4. **No Account or KYC Required**
   * You can start chatting without connecting your wallet or logging in.
5. **Upgrades Incoming**
   * The next major update will include **full Bitcoin coverage** — any chart, stat, or trend you want, BitX can explain or visualize it.

***

#### &#x20;Use Cases:

* Checking **on-chain metrics**
* Analyzing **price trends**
* Getting **real-time holder data**
* Exploring **exchange flows**
* Learning about **Bitcoin technology and history**


---

# 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.bxdx.io/chatgpt-of-bitcoin/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.
