> For the complete documentation index, see [llms.txt](https://docs.hubicai.app/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.hubicai.app/embark-upon/registry-and-system-architecture/visual-system-map.md).

# Visual System Map

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

This high-level diagram illustrates the architecture and information flow across the Hubic protocol, from inference input to on-chain validation and RWA-linked monetization.

***

```
┌────────────────────────┐
│      External Users    │
│   (DAOs, dApps, DeFi)  │
└────────────┬───────────┘
             │  (task + input + payment)
             ▼
┌────────────────────────────┐
│          Validators        │
│   • Route inference jobs   │
│ • Assign registered models │
└────────────┬───────────────┘
             ▼
┌────────────────────────┐
│    Inference Nodes     │
│ • Run zk-model locally │
│ • Generate zk-Proof    │
└────────────┬───────────┘
             ▼
┌────────────────────────────┐
│  Ethereum Verifier Contract│
│ • Validate proof + hashes  │
│ • Log inference + output   │
└────────────┬───────────────┘
             ▼
┌────────────────────────┐
│   zkRegistry + LSE     │
│ • Link result to model │
│ • Trigger agent logic  │
└────────────┬───────────┘
             ▼
┌────────────────────────┐
│    AI Agents & RWA     │
│ • Execute DeFi logic   │
│ • Distribute rewards   │
│ • Update RWA metrics   │
└────────────────────────┘
```

***

**🔍 Key Elements:**

`⦿ zkRegistry: Ensures the model used is valid, registered and RWA-bound if applicable.`

`⦿ Verifier Contract (Ethereum): Guarantees proof correctness — mandatory before any payout or on-chain effect.`

`⦿ LSE & Agents: React to verified outputs and execute capital strategies.`

`⦿ RWA Smart Contracts: Receive execution reports and distribute revenue to token holders based on zk-backed performance.`

***

**🌍 RWA View:**

This system ensures that **every inference, score or execution becomes a traceable, monetizable and enforceable event** — enabling models and agents to be treated as financial assets with:

`⦿ Deterministic value accrual.`

`⦿ Transparent usage metrics.`

`⦿ DAO-governed fee structures.`

`⦿ Legally auditable execution logs.`

Hubic is the execution engine. zkML is the logic. Ethereum is the court. RWA is the outcome.


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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.hubicai.app/embark-upon/registry-and-system-architecture/visual-system-map.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.
