# Technical Architecture

LYNO’s technical architecture is built on a modular stack that enables autonomous detection, execution, and finalization of arbitrage opportunities across multiple blockchains. This stack is organized into four integrated layers that work in tandem to ensure speed, accuracy, and security throughout the lifecycle of each trade.

1. **Data Aggregation Layer**\
   This layer continuously monitors and collects real-time data from various EVM-compatible blockchains to identify profitable arbitrage opportunities.
2. **AI Decision-Making Layer**\
   This is the protocol’s intelligence hub where all arbitrage decisions are made based on advanced modeling.
3. **Execution Layer**\
   This layer is responsible for executing the strategy determined by the AI on the actual blockchain networks.
4. **Settlement & Reporting Layer**\
   After execution, this layer ensures results are accurately reported, profits are distributed, and system performance is tracked.


---

# 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.lynoai.pro/technical-architecture.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.
