# Welcome to Verona

[Verona](https://verona.dev/) is the intelligence layer for AI. It makes user-verified data portable, private, and programmable, so agents can transact on information the user actually owns.

**Making AI Intelligent** is the through-line. **Verify once · Reuse everywhere · Expose nothing.**

* **Truth Engine** makes intelligence grounded. Zero-knowledge verification across websites (zkTLS), email (zkEmail), passports (zkPassport), and apps (attestations) turns claims into provable, reusable facts—without revealing underlying secrets.
* **Generalized Abstraction** makes the network usable. Protocol-level abstractions for accounts, signatures, gas, payments, and devices remove friction for mainstream apps. Users log in with familiar credentials; developers ship Web2-quality UX on verifiable infrastructure.

## About Verona

Learn what Verona is, how verification and abstraction fit together, and the product surfaces you can build on.

<table data-view="cards"><thead><tr><th></th><th></th><th data-hidden data-card-target data-type="content-ref"></th></tr></thead><tbody><tr><td><strong>What is Verona?</strong></td><td>Overview of the intelligence layer, Truth Engine, and abstraction stack.</td><td><a href="/pages/ev7x3JjROwvZ5zBTHXIj">/pages/ev7x3JjROwvZ5zBTHXIj</a></td></tr><tr><td><strong>Truth Engine</strong></td><td>zkTLS, zkEmail, zkPassport, and app attestations—verify once, reuse everywhere.</td><td><a href="/pages/0HUASZNxkYmDiqNB4WtE">/pages/0HUASZNxkYmDiqNB4WtE</a></td></tr><tr><td><strong>Surfaces</strong></td><td>Ero (EarnOS) and Burnt Verified—live consumer and enterprise proof.</td><td><a href="/pages/e1gW9mfhNodFvZxEP9oq">/pages/e1gW9mfhNodFvZxEP9oq</a></td></tr></tbody></table>

## Build on Verona

Guides for developers building apps, agents, and integrations on the network.

<table data-card-size="large" data-view="cards"><thead><tr><th></th><th></th><th data-hidden data-card-target data-type="content-ref"></th></tr></thead><tbody><tr><td><strong>Accounts</strong></td><td>Meta Accounts, authentication, gasless transactions, and web, backend, or mobile app development.</td><td><a href="/pages/858je6hgGJAmfkaLQDYu">/pages/858je6hgGJAmfkaLQDYu</a></td></tr><tr><td><strong>Computation</strong></td><td>Quick-start apps, local development, contract library, and integrations (tokens, oracles, indexers).</td><td><a href="/pages/xVMedtBS0h9zp0Jx7eBJ">/pages/xVMedtBS0h9zp0Jx7eBJ</a></td></tr><tr><td><strong>Verification</strong></td><td>Verify real-world data and identity without revealing it—zkTLS, ZK email, and app attestations.</td><td><a href="/pages/JTGSY8Q8uP0HAoiAV9wb">/pages/JTGSY8Q8uP0HAoiAV9wb</a></td></tr><tr><td><strong>Tools &#x26; SDKs</strong></td><td>Verona Agent Toolkit, daemon CLI, Mob signing client, and Abstraxion.</td><td><a href="/pages/ibcBGKpfxkvXiGhPMSH7">/pages/ibcBGKpfxkvXiGhPMSH7</a></td></tr><tr><td><strong>For AI Agents</strong></td><td>One-line setup for agentic development with Meta Accounts and Treasury.</td><td><a href="/pages/zxgFAVoLtoTS8IMuDK9X">/pages/zxgFAVoLtoTS8IMuDK9X</a></td></tr></tbody></table>

## Help & Support

<table data-view="cards"><thead><tr><th></th><th></th><th></th><th data-hidden data-card-target data-type="content-ref"></th></tr></thead><tbody><tr><td><strong>Discord Developer Support</strong></td><td>Chat with developers on Discord.</td><td></td><td><a href="https://discord.gg/burnt">https://discord.gg/burnt</a></td></tr><tr><td><strong>Telegram Developer Support</strong></td><td>Chat with developers on Telegram.</td><td></td><td><a href="https://t.me/+5KA8xBuU5wYzZjU0">https://t.me/+5KA8xBuU5wYzZjU0</a></td></tr><tr><td><strong>Found an issue in the docs?</strong></td><td>Report it, or submit a pull request on the page where you found it.</td><td></td><td><a href="https://github.com/burnt-labs/docs/issues/new">https://github.com/burnt-labs/docs/issues/new</a></td></tr></tbody></table>

## Why Verona

AI agents need verified information they can act on without becoming custodians of sensitive data. Verona makes verified facts portable, private, and reusable across authorized applications and agents.

Verify once, let the user control reuse, and expose proofs instead of raw records.


---

# 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.burnt.com/verona/readme.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.
