> 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/platform-bloxchain.app/start.md).

# Start here

Hosted operator console for EVM smart-account-style contracts.

> **Alpha · testnet · personal accounts** — [Roadmap](/resources/roadmap.md) · [License](/resources/license.md)

## Pick your path

| I am…                                    | Go to                                                           |
| ---------------------------------------- | --------------------------------------------------------------- |
| **Member / approver**                    | [Use a contract](/platform-bloxchain.app/overview.md)           |
| **Admin — treasury, token, integration** | [Use cases & quick setup](/platform-bloxchain.app/use-cases.md) |
| **Admin — custom policy**                | [Configure a contract](/platform-bloxchain.app/overview-1.md)   |

## Recommended sequence

### 1. Account & sign-in

[Sign in](/platform-bloxchain.app/account/sign-in.md) → [Connect wallet](/platform-bloxchain.app/account/connect-wallet.md)

### 2. Contracts

[Apps desktop](/platform-bloxchain.app/contracts/desktop.md) → [Import](/platform-bloxchain.app/contracts/import.md) or [Deploy](/platform-bloxchain.app/contracts/deploy.md)

### 3. Configure (admin)

[Use cases & quick setup](/platform-bloxchain.app/use-cases.md) **or** [Configure overview](/platform-bloxchain.app/overview-1.md) → [**Connect your application**](/platform-bloxchain.app/overview-1/connect-your-application.md)

[Configure overview](/platform-bloxchain.app/overview-1.md) (includes **Help & setup** in the app) when you are stuck.

### 4. Use (members)

[My access](/platform-bloxchain.app/overview/my-access.md) → [Submit a request](/platform-bloxchain.app/overview/submit-request.md)

[Checklist](/platform-bloxchain.app/contracts/checklist.md) · [Tips & best practices](/platform-bloxchain.app/tips.md) (reference after the sequence above)

## Product scope (current release)

What **bloxchain.app** supports today (alpha, personal workspace):

| In scope                                                                            | Out of scope (see [Roadmap](/resources/roadmap.md))                                                |
| ----------------------------------------------------------------------------------- | -------------------------------------------------------------------------------------------------- |
| Clerk sign-in, personal **Apps desktop** (`/`)                                      | Team / organization workspaces                                                                     |
| **Import** or **deploy** Account-style contract tabs (`/dapps/:id`)                 | Billing and paid tiers                                                                             |
| Contract workspace: **Workspace**, **Deployment**, **Allowlists**, **Help & setup** | Full dedicated `/dapps/:id/config` app (partial route exists; configure in main tab)               |
| **New request**, **Transactions** (Open \| Completed), role-based operations        | Guaranteed hosted meta-tx auto-relay (optional relayer may be enabled per environment)             |
| Personal **Settings** (`/settings/*`), **Saved wallets** (`/wallets`)               | Enterprise compliance / SOC documentation                                                          |
| Testnet-first operations (e.g. Sepolia)                                             | **Ethereum mainnet** on bloxchain.app (coming soon — Protocol mainnet deploy supported separately) |

On-chain policy is always enforced by the **Protocol** — the app does not override it.


---

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