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

> ## Agent Instructions
> Prefer the qBraid CLI for programmatic platform actions: pip install 'qbraid-cli>=0.12', then run `qbraid configure` once with an API key from https://account.qbraid.com/account/api-keys.
> Always install the latest packages (pip install -U qbraid qbraid-cli); do not pin versions from memory. qbraid-cli below 0.12.0 is incompatible with the current API.
> Device IDs use the QRN format vendor:provider:type:name (e.g. qbraid:qbraid:sim:qir-sv, rigetti:rigetti:qpu:cepheus-1-108q). Legacy underscore IDs are deprecated.
> The REST API base URL is https://api-v2.qbraid.com/api/v1, authenticated with an X-API-Key header.
> Free simulators cost no credits; QPU and GPU jobs consume credits. Surface the estimated cost to the user before submitting a paid job.
> For account signup, API keys, credits, and end-to-end action recipes, see https://qbraid.com/llms.txt.

# Overview

> What you see when you open your wallet: balance, usage stats, and where to go next.

Your wallet is where you track credits, monitor usage, and find every other billing-related page.

Open it from the sidebar under **Account > Wallet**, or visit [account.qbraid.com/account/wallet](https://account.qbraid.com/account/wallet).

<Note>
  The wallet looks different depending on which workspace you're in. In **qBraid
  Default** (the default workspace), you see Buy credits and personal
  subscription tiers. In an **organization**, those sections are hidden and you
  instead see a **Request credits** button. See [qBraid Default vs
  organizations](https://docs-v2-staging.qbraid.com/v2/account/overview#qbraid-default-vs-organizations) for the
  full breakdown.
</Note>

<Frame>
  <video
    src="https://storage.googleapis.com/qbraid-static-assets/qbraid-docs/wallet/personal-vs-org-wallet.mp4"
    autoPlay
    muted
    loop
    playsInline
    aria-label="qBraid Default wallet vs organization wallet"
  />
</Frame>

## Credits Overview card

The card at the top of the page is the snapshot.

- **qBraid credits.** Your balance. One credit is worth $0.01. Use them on any pay-as-you-go resource (QPUs, GPUs, simulators, AI).
- **Current Plan.** Your subscription tier and billing interval. A **Canceling** badge appears here if you've scheduled a cancellation.
- **Last 7 days usage.** A small chart of recent credit burn.

## Usage stats (30 days)

Below the balance you'll see three numbers.

| Stat          | What it means                                                                                              |
| ------------- | ---------------------------------------------------------------------------------------------------------- |
| **Burn rate** | Credits used in the last 30 days divided by 30, shown as a per-day number.                                 |
| **Added**     | Credits added in the last 30 days from purchases, transfers, or promo codes.                               |
| **Runway**    | How many days your balance will last at your current burn rate. Red under 30, amber under 90, green above. |

## All-time totals

The bottom row shows lifetime numbers: total added, total deducted, and net change. Useful for big-picture audits.

## Outstanding balance

If your usage went past your balance, a red banner appears at the top with the amount you owe. Your next purchase or transfer pays off that balance first, and any leftover credits land in your wallet.

## Where to next

- Add funds: [Buy Credits](https://docs-v2-staging.qbraid.com/v2/account/wallet/buy-credits).
- Pick a plan: [Personal Subscriptions](https://docs-v2-staging.qbraid.com/v2/account/wallet/subscriptions).
- Ask your org admin for credits: [Credit Requests](https://docs-v2-staging.qbraid.com/v2/account/organizations/credit-requests).
- Audit your charges: [Payment History](https://docs-v2-staging.qbraid.com/v2/account/wallet/payment-history).
