> 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/01-prerequisites.md).

# 1. Prerequisites

Before checkout, confirm your environment and billing choice.

## What you need

* **Linux server** — Ubuntu 22.04+ or RHEL-compatible bare-metal (Cherry VPS or your own host)
* **Runtime stack** — Node.js 20+, PM2, nginx, certbot
* **Email** — used for Spark checkout and JWT issuance
* **Clarity Wallet** — optional until per-run agent debits; required for wallet handoff when balance is low

## Recommended tiers

| Tier         | Price    | Best for                                           |
| ------------ | -------- | -------------------------------------------------- |
| WEBB Starter | $5.99/mo | Launch a starter agent, read gated docs            |
| Dev Portal   | $29/mo   | Full agent upload, Cherry deploy, instruction book |
| Wallet Fund  | $29 min  | Top up CLRTY PAY for per-run agent SKUs            |

## Cherry reference

Production docs reference Cherry host **`84.32.109.227`**. SSH access is an **operator action** — you run install scripts on the machine you control.

## Install path

All consumer nodes target:

```
/opt/clrty/swarm-node
```

**NO Docker** — agents run under PM2 or systemd only.

## Before you pay

1. Pick a tier in [Pay Gate Checkout](/clarity-docs/consumer-walkthrough/02-pay-gate-checkout.md)
2. Have your checkout email ready (matches JWT `customer_email`)
3. Plan SSH access to your bare-metal host for [Install on Cherry](/clarity-docs/consumer-walkthrough/06-install-cherry.md)

## Next step

→ [2. Pay Gate Checkout](/clarity-docs/consumer-walkthrough/02-pay-gate-checkout.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/01-prerequisites.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.
