# Architektur

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

**Mobile App**: speichert sicher die Identitäten und Wallets, damit du mit dem Token und der Blockchain interagieren können.

**API-Ressourcen**: datenoptimierter Off-Chain-Speicher für die Funktionen der ivault App. Sind mit der ivault Chain und öffentlichen Netzwerken verbunden.

**ivault chain API**: wird für alle Dienste und Funktionen der ivault App verwendet.

**API für öffentliche Netzwerke**: öffentlich verfügbare Token auf dezentralen und zentralen Börsen, um die Verfügbarkeit zu erhöhen.

**Blockchain-Service Layer**: PKI- und Vault-Infrastruktur zum Signieren und Übertragen von Transaktionen. Wird mit einem Auto-Signatur-Modul verwendet.

**Off-Chain-Speicher**: speichert alle relevanten Blockchain-Informationen und Daten, die für die Funktionen in der App benötigt werden.

**Blockchain-Infrastrukturkomponenten**: zum Lesen und Schreiben auf Blockchains.

**Smart Contracts**: funktionale und logische Komponenten für die ivault chain und öffentliche Netzwerke.

**Blockchain**: dezentralisierte Daten- und Ausführungsschicht für die ivault chain und öffentliche Netzwerke.


---

# 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/deu/ivaults-blockchain-system/architektur.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.
