> For the complete documentation index, see [llms.txt](https://noah-terminal.gitbook.io/noah-terminal/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://noah-terminal.gitbook.io/noah-terminal/noah-quant/publish-your-docs.md).

# System Overview

Proprietary information regarding Noah AI core has been redacted.

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&amp;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&amp;token=e1045fd9-24a2-4b83-ab1d-196bfe97cbfa" alt=""><figcaption></figcaption></figure>


---

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