> For the complete documentation index, see [llms.txt](https://clarity-7.gitbook.io/clarity-docs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://clarity-7.gitbook.io/clarity-docs/consumer-walkthrough/02-pay-gate-checkout.md).

# 2. Pay Gate Checkout

Complete Spark checkout to unlock the SWARM instruction book and tier-gated GitBook sections.

## Start here

Open the **SWARM Host** funnel:

<https://monitor.clarity-fintech.com/uiquio/swarms/host>

Or browse tiers at [UIQUO Swarms MVP](https://monitor.clarity-fintech.com/uiquio/swarms#mvp-monetization).

## Checkout URLs

| Tier                         | Offer                          | Price    | Direct checkout                                                                                                                      |
| ---------------------------- | ------------------------------ | -------- | ------------------------------------------------------------------------------------------------------------------------------------ |
| Dev Portal Execution Billing | `dev_portal_execution_billing` | $29/mo   | [spark-pay.pages.dev/buy/plink\_dev\_portal\_execution\_billing](https://spark-pay.pages.dev/buy/plink_dev_portal_execution_billing) |
| WEBB Starter / Launch Agent  | `webb_starter_agents`          | $5.99/mo | [spark-pay.pages.dev/buy/plink\_webb\_starter\_agents](https://spark-pay.pages.dev/buy/plink_webb_starter_agents)                    |
| Fund CLRTY PAY Wallet        | `clrty_pay_wallet_fund`        | $29 min  | [spark-pay.pages.dev/buy/plink\_clrty\_pay\_wallet\_fund](https://spark-pay.pages.dev/buy/plink_clrty_pay_wallet_fund)               |

## Monitor tier paths

| Tier        | Path                                                                                                     |
| ----------- | -------------------------------------------------------------------------------------------------------- |
| Starter     | [monitor.clarity-fintech.com/uiquio/starter](https://monitor.clarity-fintech.com/uiquio/starter)         |
| Dev Portal  | [monitor.clarity-fintech.com/uiquio/dev-portal](https://monitor.clarity-fintech.com/uiquio/dev-portal)   |
| Wallet Fund | [monitor.clarity-fintech.com/uiquio/wallet-fund](https://monitor.clarity-fintech.com/uiquio/wallet-fund) |

## What Spark settles

* **Treasury:** treasury:clrty-1
* **Chain:** 1202 (clrty-1)
* **Idempotency:** UUID v4 on every charge
* **FX TTL:** 3000ms

## After payment

You receive a Spark **CONFIRMED** status (email + webhook). Save your **payment ID** — you need it to [activate your pay gate session](/clarity-docs/consumer-walkthrough/03-activate-session.md).

Success redirect (instruction book unlocked):

<https://monitor.clarity-fintech.com/uiquio/swarms/host?swarm_unlock=1>

## Next step

→ [3. Activate Pay Gate Session](/clarity-docs/consumer-walkthrough/03-activate-session.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://clarity-7.gitbook.io/clarity-docs/consumer-walkthrough/02-pay-gate-checkout.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.
