# Technical Architecture

The major components of Ryoshi are:

| Component         | Type                              |
| ----------------- | --------------------------------- |
| Virtual Machine   | zkEVM                             |
| Mode              | Validium                          |
| Data Availability | Data Availability Committee (DAC) |
| Consensus         | Ryoshi PoE contract `ZkEVM.sol`   |
| Sequencer         | Trusted                           |
| Gas token         | SHIB                              |

<figure><img src="/files/ScwBLI3aM22I2bAgHsBJ" alt=""><figcaption><p>Explanation of how transactions are processed and data is managed</p></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.ryoshiresearch.com/welcome/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.
