> For the complete documentation index, see [llms.txt](https://docs.bloxchain.app/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.bloxchain.app/readme.md).

# Home

Public documentation for **bloxchain.app** (the Console) with **Protocol** reference material imported for convenience.

**Bloxchain** is governed smart contract security on Ethereum. Policy is enforced **on-chain**. This site is primarily for **using the platform**; protocol depth lives under [Protocol](/protocol/protocol.md) (vendored from [Bloxchain-Protocol](https://github.com/PracticalParticle/Bloxchain-Protocol)).

> **Production** — Third-party audit completed for the published scope. [Production readiness](/developers/production-readiness.md) · [Audit status](/security/audit-status.md)

## Start here

| I am…                 | Start here                                                                                                  |
| --------------------- | ----------------------------------------------------------------------------------------------------------- |
| **Member / operator** | [Start](/platform-bloxchain.app/start.md) → [Use a contract](/platform-bloxchain.app/overview.md)           |
| **Admin / owner**     | [Start](/platform-bloxchain.app/start.md) → [Use cases & quick setup](/platform-bloxchain.app/use-cases.md) |
| **Developer**         | [Developers](/developers/developers.md) → [Quick start](/getting-started/quickstart.md)                     |
| **New to the model**  | [How this works](/introduction/operational-model.md) → [Protocol basics](/introduction/protocol-basics.md)  |
| **Security reviewer** | [Security model](/security/security-model.md)                                                               |
| **AI agent**          | [For AI agents](/developers/for-ai-agents.md)                                                               |

## Site map

| Section                                                | What it is                                                                  |
| ------------------------------------------------------ | --------------------------------------------------------------------------- |
| [Introduction](/introduction/what-is-bloxchain.md)     | What Bloxchain is                                                           |
| [Getting started](/getting-started/getting-started.md) | Choose your path, install, first wins                                       |
| [Platform](/platform-bloxchain.app/start.md)           | **bloxchain.app** — account, contracts, use cases, use, configure, recovery |
| [Developers](/developers/developers.md)                | SDK, deployment, integration guides                                         |
| [Protocol](/protocol/protocol.md)                      | Protocol architecture & API docs (synced from GitHub)                       |
| [Security](/security/security.md)                      | Audits, model, disclosure                                                   |
| [Resources](/resources/overview.md)                    | FAQ, glossary, support, releases                                            |

```
bloxchain.app  +  @bloxchain/sdk
        ↓
   Protocol (on-chain)
```

## Protocol import

Pages under `protocol/` are flat `.md` files copied from [Bloxchain-Protocol/docs](https://github.com/PracticalParticle/Bloxchain-Protocol/tree/99beac2d6e6d7567c23b25cecaf6f4053f31c987/docs) (not symlinks). Re-sync: `./scripts/sync-protocol-docs.sh`

**GitBook layout:** `SUMMARY.md` defines nav — section groups use `##` headings; sibling pages are unindented `*` items; sub-groups use `folder/README.md` as the parent page with indented children. **Internal links** in page bodies use **relative** paths (e.g. `[FAQ](resources/faq.md)` from the repo root, or `../resources/faq.md` from nested folders) — not absolute `/path` URLs. · [Releases — protocol pin](/resources/releases.md#protocol-documentation-pin)


---

# 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.bloxchain.app/readme.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.
