> For the complete documentation index, see [llms.txt](https://illuminance.gitbook.io/docs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://illuminance.gitbook.io/docs/illuminance-technological-architecture/how-the-system-works-internally/artificial-intelligence-ai.md).

# Artificial Intelligence (AI)

### The System’s Control Layer

AI in Illuminance serves as the central decision-making core of the system.

#### What AI Does

AI does not attempt to predict market direction and does not operate like a traditional trader.\
Its role is to analyze data, identify patterns, evaluate trade efficiency, and select optimal decisions.

AI operates based on:

* mathematical models
* probabilistic analysis
* historical data
* current market conditions

#### Key Functions of AI

**1. Data Filtering**\
The market generates a large volume of information.\
AI filters out noise, isolates meaningful signals, and focuses only on relevant opportunities.

**2. Trade Evaluation**\
Before executing any operation, the system evaluates:

* potential profit
* fees
* liquidity
* execution speed

A trade is executed only if it meets predefined efficiency criteria.

**3. Route Optimization**\
Identifying a price discrepancy is not enough — execution must be precise.\
AI determines:

* which exchanges to use
* in what sequence
* with minimal loss

**4. Market Adaptation**\
The market is constantly changing.\
AI continuously analyzes new conditions, adjusts strategies, and updates operational parameters.

#### Why AI Is More Efficient Than Humans

Human decision-making is limited by:

* reaction speed
* information processing capacity
* emotional factors

AI, in contrast:

* operates continuously
* processes large volumes of scenarios
* makes decisions without emotional bias

This allows it to function effectively in environments where manual trading becomes inefficient.

***

AI is not an additional feature of the system, but its core control layer, responsible for decision-making, efficiency, and adaptive performance.


---

# 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://illuminance.gitbook.io/docs/illuminance-technological-architecture/how-the-system-works-internally/artificial-intelligence-ai.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.
