# Getting Started

## Create an account

1. Open **Register**, choose a username and password, and complete signup.
2. You are typically redirected to **Subscribe** to pick a plan or enter a beta code.
3. If you have a **beta access code**, enter it on the subscribe page to unlock **3 hours of Pro** without payment.
4. If you are paying, choose tier, billing period, and payment chain, then send the **exact USDC** amount shown. Confirmation is automatic within a few minutes.

## Log in

Use **Login** with your username and password. If your session expires, you will be asked to sign in again before using private routes.

## Sidebar map (after subscription)

| Sidebar label | Route          | Purpose                                 |
| ------------- | -------------- | --------------------------------------- |
| Dashboard     | `/`            | Stats, chart, liquidate-all             |
| Launch Token  | `/launch`      | Deploy new token + launch bundle        |
| Tokens        | `/tokens`      | All launches + live metrics             |
| Smart Bundler | `/bundler`     | Coordinated buys on existing token      |
| Volume Bot    | `/volume`      | Long-running buy/sell campaigns         |
| Fast Volume   | `/fast-volume` | Short burst volume                      |
| Wallets       | `/wallets`     | Your wallets + Global Wallets tab       |
| Trading       | `/trading`     | Manual single-wallet buy/sell           |
| Social        | `/social`      | Market headlines and feed               |
| Profile       | `/profile`     | Password, subscription, payment history |

## Pricing (public page)

**Who:** Anyone (logged in or not).

**What it does:** Compares **Lite** and **Pro** plans with daily, weekly, and monthly USDC prices. You can switch light/dark theme on this page.

**How to use it:** Choose a billing period, then **Select** a tier. If you are logged in, you go to **Subscribe** with that tier and period pre-selected. If not, you are sent to **Register** with the same query parameters.

## Subscribe

**Who:** Logged-in users who need access or renewal.

**What it does:** Checkout for **Lite** or **Pro**, payment chain (USDC on Ethereum, BSC, Base, or Solana), and optional **beta code** entry.

**Tips:** Send the precise amount the UI shows. There is no automatic card rebilling — renew when your period ends.

## First-time checklist

1. Subscribe or redeem a beta code.
2. Open **Wallets** → create wallets by type (bundler, volume, etc.).
3. Deposit to your **treasury**, then **Fund** wallets (use random spread for natural balances).
4. Run a small **Trading** buy/sell or **Fast Volume** dry run before a full launch.
5. After a launch, keep **Tokens** open for live metrics and campaign status.


---

# Agent Instructions: 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:

```
GET https://docs.veloxlabs.xyz/getting-started.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
