> ## Documentation Index
> Fetch the complete documentation index at: https://docs.blips.network/llms.txt
> Use this file to discover all available pages before exploring further.

# Demo Scenarios

> The runtime surfaces that should be preserved when the BLIPS demo is attached to its public domain.

# Demo Scenarios

The current demo/runtime handoff identifies four primary surfaces that matter for public rollout planning.

## Admin bootstrap

Current route:

```text theme={null}
/console?page=admin
```

Purpose:

* create or select a platform
* bind workspace state
* issue or inspect credentials
* hand the user into the guided walkthrough

## Guided walkthrough

Current route:

```text theme={null}
/console?page=demo
```

Purpose:

* platform setup confirmation
* customer onboarding
* payment-address issuance
* account binding
* same-currency flows
* cross-currency quote and execute flows
* incoming review actions

## Settlement drill-down

Current route:

```text theme={null}
/console?page=settlement
```

Purpose:

* sender-side settlement context
* receiver-side settlement context
* Lightning and market diagnostics

## API explorer

Current route:

```text theme={null}
/console?page=api
```

Purpose:

* interactive endpoint exploration
* parity checks during MVP work

## Public rollout recommendation

For public exposure, keep the demo runtime focused on guided scenarios and do not let it become a second docs stack.

The API Reference and Playground belong on Mintlify.
The demo belongs on the dedicated demo subdomain.
