# Yona Architecture

### Architecture

Yona Network is Bitcoin's fastest Layer 2, powered by the Solana Virtual Machine (SVM). Yona Network utilizes modular architecture, combiningthe best pieces of the stack:

* **Settlement: Bitcoin** - Yona settles to Bitcoin and uses BTC as its gas token.
* **Execution: Solana Virtual Machine (SVM)** - Yona runs the highly performant SVM as its execution environment.
* **Data Availability** - Yona Network posts its data to DA for scalable data availability (DA).
* **Proving: RISC Zero** - Yona uses RISC Zero to implement ZK Bitcoin Light client and verify ZKPs for the light node proofs.

### Components

There are three classes of actors in the Yona rollup architecture:&#x20;

1. Execution nodes.
2. Historical nodes.
3. Bridge nodes (information about this type of node - in the section ‘Yona BTC Canonical Bridge).
4. Prover nodes.
5. Spreading module.
6. Proofs aggregation and comparison module.

<figure><img src="/files/EpFr5JhC5M7TPttlit0p" 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://docs.yona.network/yona-network/yona-tech/yona-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.
