# Architecture

Vanna is an EVM-compatible blockchain that can support native AI/ML inference directly computed, secured, and verified on-chain. The network will store both generic block data and inference transaction data onto a DA layer.

The Vanna Network also has its own decentralized filestore layer built off of an IPFS swarm. The CID hash from model storage is used as the model identifier on the Vanna Network for inference.

<figure><img src="/files/KU7jWYWKj6yZVql219pu" alt=""><figcaption></figcaption></figure>

For a better understanding of the data flow of on-chain inference and how it works on the Vanna Network, take a look at the data flow diagram below.

<figure><img src="/files/uF4qkxHfCVEgiKRmMpsy" alt=""><figcaption></figcaption></figure>

For more details on our vision for an end-to-end inference process on-chain, check out the AI One-Stop-Shop section.

{% content-ref url="/pages/0XPXWrxqjKjxrrbcbGRu" %}
[The AI One-Stop-Shop](/vision/the-ai-one-stop-shop.md)
{% endcontent-ref %}


---

# 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.vannalabs.ai/vanna-network/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.
