# Capabilities

### 🧠 **BitX Capabilities**

BitX is an AI ChatGPT assistant trained and optimized for everything Bitcoin.

#### 🔍 **Real-Time Data**

* Live Bitcoin price
* Bitcoin market cap, volume, and dominance
* Exchange BTC balances
* On-chain metrics (holders, wallets, flows)
* Mempool status, fees, and hash rate

#### 📊 **Historical Analysis**

* Bitcoin halving events
* Price at any point in history
* Bear/bull cycle analysis
* Historical on-chain data

#### 🧾 **Wallet & Holder Insights**

* Top BTC holders
* Whale movements
* Wallet distribution by balance
* UTXO age charts

#### 📈 **Sentiment & Trends**

* Market sentiment overview
* Social media trends (via YapX integration)
* Fear and Greed Index

#### 📚 **Educational Content**

* Explains Bitcoin concepts: halving, Lightning Network, mining, etc.
* Technical terms decoded
* Tutorials and beginner guides

#### 💡 **AI-Powered Predictions (Optional Mode)**

* Generates price scenarios
* Trend speculation based on data (not financial advice)

| **Command**        | **What It Does**                        |
| ------------------ | --------------------------------------- |
| `/price`           | Shows current BTC price                 |
| `/chart [date]`    | Displays BTC price on a specific date   |
| `/holders`         | Shows current number of BTC holders     |
| `/whales`          | Lists top BTC whale wallets             |
| `/supply`          | Current circulating + total BTC supply  |
| `/exchanges`       | BTC balance on major exchanges          |
| `/halving`         | Info about past/future halving events   |
| `/fees`            | Current transaction fees & mempool size |
| `/hashrate`        | Live network hash rate                  |
| `/sentiment`       | Market sentiment score                  |
| `/trend`           | Current trend analysis                  |
| `/educate [topic]` | Learn about Bitcoin-related topic       |
| `/news`            | Latest Bitcoin news                     |
| `/compare [coin]`  | Compares Bitcoin with another coin      |


---

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