> 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/introduction/feature-overview.md).

# Feature overview

High-level capabilities across the Bloxchain stack.

## Protocol (on-chain)

| Feature                       | Summary                                                                    |
| ----------------------------- | -------------------------------------------------------------------------- |
| **Multi-phase operations**    | Request → approve → execute with `TxRecord` lifecycle                      |
| **Runtime RBAC**              | Custom roles and per-operation permissions                                 |
| **Protected roles**           | Owner, Broadcaster, Recovery via SecureOwnable                             |
| **Guarded execution**         | Registered operations and target allowlists                                |
| **Timelocks**                 | Delayed approval with `releaseTime`                                        |
| **Meta-transactions**         | EIP-712 signing; Broadcaster submission                                    |
| **Account pattern**           | Composes core modules for product-style contracts                          |
| **Official immutable clones** | CopyBlox EIP-1167 deployments (default) — **not upgradeable** after deploy |
| **Custom proxy deploys**      | Optional integrator-owned UUPS/transparent factories                       |

Deep dive: [Architecture](/protocol/protocol.md) (imported protocol documentation).

## bloxchain.app (Console)

| Area           | Capabilities                                                  |
| -------------- | ------------------------------------------------------------- |
| **Workspace**  | Overview, my access, assets, transactions (Open \| Completed) |
| **Deployment** | Operations, roles, members, execution ports, security         |
| **Allowlists** | Recipients, payees, contract targets                          |
| **Requests**   | New operation requests, approve/cancel, meta-tx signing       |

Guide index: [Console overview](/platform-bloxchain.app/start.md).

## TypeScript SDK

Typed clients, EIP-712 helpers, and contract wrappers for integrators. See [Getting started](/getting-started/quickstart.md) and [Reference](/protocol/protocol.md).

## Next steps

* [Supported environments](/introduction/supported-environments.md)
* [Choose your path](/getting-started/getting-started.md)


---

# 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/introduction/feature-overview.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.
