> 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/hubic-ai.md).

# Hubic AI

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

**Hubic AI is an Ethereum-native zkML protocol for verifiable inference, agent automation and RWA monetization.** It transforms AI models and autonomous logic into cryptographically proven, income-generating digital assets, seamlessly integrated into DAOs, DeFi protocols and enterprise workflows.

***

> #### What is Hubic? <a href="#what-is-hubic" id="what-is-hubic"></a>

Hubic enables:

* **Off-chain AI execution with on-chain zk-verification**, using Halo2, Groth16 or Plonk circuits.
* **Modular smart contracts** for inference requests, proof validation, royalty settlement and zk-agent execution.
* **AI-as-a-Service agents** that act autonomously on-chain (staking, governance, credit scoring, risk management).
* **Tokenized models (RWAs)** with streamable revenue for holders, DAO-curated access and secondary market composability.

***

> #### Key Features: <a href="#key-features" id="key-features"></a>

Hubic Features:

* **zk-Proven Inference:** AI predictions are cryptographically verifiable before they trigger any smart contract action.
* **Composable Execution Flow:** Fully modular pipeline: `User → Executor → Verifier → zkRegistry → Settlement`.
* **Slashing-secured trust:** Every action is incentivized, monitored and reputation-scored.
* **RWA-native Architecture:** Model usage = income. Models are tokenized and can be owned, traded and governed.
* **Agent Framework:** DAO bots, strategy agents and governance modules execute zk-backed automation in real time.

***

> #### Built For: <a href="#built-for" id="built-for"></a>

Hubic is built for:

* **DAOs** – that want to replace manual operations with cryptographically proven agents.
* **DeFi Protocols** – that need audit-grade credit scoring, market forecasting or liquidation agents.
* **RWA Protocols** – that want to tokenize model performance, proof-based revenue streams or on-chain IP licensing.
* **AI Developers** – that want to deploy monetizable models without central APIs or data custody risks.

***

> **Hubic is not just an AI protocol — it’s a cryptographic monetization engine for intelligent agents and autonomous infrastructure.**


---

# 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, and the optional `goal` query parameter:

```
GET https://docs.hubicai.app/hubic-ai.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
