# Architecture

<div align="center"><figure><img src="/files/zp3S8gqpHI1AgNPffGXv" alt="" width="563"><figcaption></figcaption></figure></div>

**Mobile app**: securely stores identities and wallets of users, so they can interact with the token and the blockchain.

**API resources**: data-centric off-chain storage for the ivault app’s features. Connected to the ivault chain and public networks.

**ivault chain API**: used primarily for all the utilities and features in the ivault app.

**Public networks API**: publicly available tokens on decentralized and centralized exchanges, to boost availability.&#x20;

**Blockchain service layer**: PKI and vault infrastructure for signing and broadcasting transactions. Used with an auto-signature module.

**Off-chain storage**: stores all relevant blockchain information and data needed for features in the app.

**Blockchain Infrastructure Components**: for reading and writing to blockchains.

**Smart contracts**: functional and logical components for the ivault Chain and public networks.

**Blockchain**: decentralized data and execution layer for the ivault Chain and public networks.


---

# 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://whitepaper.ivault.io/ivaults-blockchain-ecosystem/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.
