# System Overview

The Noah Quant trading system is designed to leverage the power of artificial intelligence to deliver actionable trade insights and manage risk efficiently. At its core, the system analyzes vast amounts of market data in real-time, utilizing a combination of proprietary algorithms and machine learning models to identify profitable opportunities and optimize trading decisions.

<figure><img src="https://2966439082-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FGn66my3rk0ZAcuYdON2Y%2Fuploads%2F6vYcIxLcRvOf3iNKb7lP%2Fsystem%20overview.png?alt=media&#x26;token=891b9055-9646-42f8-9f51-a95e1394edb4" alt=""><figcaption><p>NoahQuant System Design</p></figcaption></figure>

### D**ata Sources**

NoahQuant aggregates data from diverse sources to provide a holistic market view:

* Exchange Data: Order books, trades, and funding rates from Binance Futures, OKX, and Bybit.
* On-Chain Data: Blockchain analytics from Glassnode, CryptoQuant, and Nansen.
* Market Sentiment: Metrics from Santiment, Alternative.me's Fear & Greed Index, and The TIE sentiment analysis.

### F**eature Engineering**

Order Book Features: NoahQuant quantifies supply-demand imbalances using algorithms such as:

<figure><img src="https://2966439082-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FGn66my3rk0ZAcuYdON2Y%2Fuploads%2FIj68T39cgWeDgaSdZmkH%2Fdetr.png?alt=media&#x26;token=e1045fd9-24a2-4b83-ab1d-196bfe97cbfa" alt=""><figcaption></figcaption></figure>


---

# 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://noah-terminal.gitbook.io/noah-terminal/noah-quant/publish-your-docs.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.
