# 3.1 Core Technical Architecture

The architecture of Ola is built on three key components (Figure 1):

* **Onis Service**: Manages the setup of cross-chain bridges, verifies the state of the chains, and generates cross-chain proofs.
* **Massive User Network**: Composed of Supervisors and Proposers, this network performs verification tasks during cross-chain operations, ensuring the security and finality of data through ZK Soft Verification.
* **OlaVM Smart Contract System**: Smart contracts deployed on the target chain verify and synchronize cross-chain data.

This architecture ensures consistency of data between chains, while decentralized multi-level verification mechanisms provide enhanced security.


---

# 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://ola-foundation.gitbook.io/ola-documentations/ola-network-core-components-onis-and-massive/onis/3.-ola-solution-a-trust-minimized-btc-cross-chain-network/3.1-core-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.
