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

# Wallets

> Your earnings balance in GUSD, the three ways to use it, and the other balances a GamerHash account holds.

export const Sol = () => <span style={{
  display: 'inline-block',
  padding: '2px 10px',
  borderRadius: '999px',
  fontSize: '0.82em',
  fontWeight: 600,
  background: 'rgba(153,69,255,0.18)',
  color: '#C8A6FF',
  border: '1px solid #9945FF',
  whiteSpace: 'nowrap'
}}>Solana</span>;

export const Bsc = () => <span style={{
  display: 'inline-block',
  padding: '2px 10px',
  borderRadius: '999px',
  fontSize: '0.82em',
  fontWeight: 600,
  background: 'rgba(240,185,11,0.18)',
  color: '#FFD86E',
  border: '1px solid #F0B90B',
  whiteSpace: 'nowrap'
}}>BNB Chain</span>;

export const Eth = () => <span style={{
  display: 'inline-block',
  padding: '2px 10px',
  borderRadius: '999px',
  fontSize: '0.82em',
  fontWeight: 600,
  background: 'rgba(98,126,234,0.18)',
  color: '#A6B3FF',
  border: '1px solid #627EEA',
  whiteSpace: 'nowrap'
}}>Ethereum</span>;

Everything your PC earns lands in one place: your earnings balance. This page starts there — what it is and how to get value out of it — and then covers the other balances on your account.

## Your earnings balance (GUSD)

Every AI job your PC completes credits your earnings balance. The unit is **GUSD**.

* **Counted 1:1 with the US dollar inside the platform.** 1 GUSD of balance is one dollar of balance.
* **Not a token and not a stablecoin.** No contract, no market price, nothing to trade. It is an internal credit balance that exists only inside GamerHash.
* **Money out is crypto only.** You take the balance out as USDC or as GHX, onchain. There is no payout to a bank account.

You don't queue jobs and you don't accept them one by one — the app takes work on its own, and the balance goes up as jobs finish. See [Earning model](/ai/earning).

<Note>
  You choose the asset at the moment you take the balance out: **USDC** or **GHX**. Whichever you pick, it leaves the platform onchain.
</Note>

## Three ways to use it

<CardGroup cols={3}>
  <Card title="Spend in the Store" icon="cart-shopping" href="https://gamerhash.com/en/shop">
    600+ digital items — games, Steam keys, gift cards, prepaid codes. Pay with your balance, with GHX or with BTC.
  </Card>

  <Card title="Take it out as USDC" icon="arrow-up-from-bracket">
    To any BNB Chain address: your Binance deposit address, MetaMask on BSC, or any BEP-20 wallet. No GamerHash fee.
  </Card>

  <Card title="Take it out as GHX" icon="coins">
    Onchain on <Eth />, <Bsc /> or <Sol />, to a wallet you control.
  </Card>
</CardGroup>

Step-by-step for all three: [Earn with GPU sharing](/tutorials/earn-with-gpu).

## What else is on your account

| Balance                     | What it is                                                                 | Where it can go                                             |
| --------------------------- | -------------------------------------------------------------------------- | ----------------------------------------------------------- |
| **Earnings balance (GUSD)** | What AI jobs pay. Internal credit, counted 1:1 with the dollar.            | Store · USDC · GHX                                          |
| **GHX**                     | The ecosystem token. What you receive if you take your balance out in GHX. | Store · onchain                                             |
| **BTC (legacy)**            | A balance from the discontinued desktop client.                            | Store · onchain                                             |
| **GHXP points**             | Activity points. Not money, not a wallet.                                  | Nowhere — they set your place in the monthly season ranking |

## GHX

GHX is the ecosystem token, and it is what you receive if you take your balance out in GHX rather than USDC. Three things you can do with it:

* **Hold it.** Your GHX balance sets your **account level**, and the level is what speeds up how fast you accrue activity points. It also unlocks the **prompt booster** on Text-to-Image. Details: [activity points](/ai/ghxp).
* **Spend it in the [Store](https://gamerhash.com/en/shop).** GHX is one of the three payment methods, alongside your GUSD balance and BTC.
* **Take it onchain.** <Eth />, <Bsc /> or <Sol />, to a wallet you control.

None of that changes what a single AI job pays.

The token itself is documented and operated outside the GamerHash AI platform: [GamerCoin: docs.gamercoin.com ↗](https://docs.gamercoin.com)

## BTC (legacy)

Some accounts still carry a BTC balance from the discontinued desktop client. Nothing new arrives in it, but the balance is not frozen — it behaves like any other balance you hold. Spend it in the [Store](/apps/store), where BTC is one of the three ways to pay, or withdraw it onchain to your own BTC wallet. If something looks wrong with it, contact support.

## GHXP points

GHXP is not a wallet and not money — it is a running count of **activity points**. They accrue for every minute the app runs and are not transferable. Locking them in a season is what turns them into GHX — they place you in that month's ranking, and each place pays a set amount. The ceiling is 80% of the points you hold.

Full mechanic, including how a season is settled: [activity points and seasons](/ai/ghxp).

## Next

<CardGroup cols={2}>
  <Card title="Earning model" icon="coins" href="/ai/earning">
    What your PC does while you're away, and what it pays.
  </Card>

  <Card title="GamerHash Store" icon="cart-shopping" href="/apps/store">
    The 600+ items your balance actually buys.
  </Card>

  <Card title="Earn with GPU sharing" icon="list-check" href="/tutorials/earn-with-gpu">
    Setup walkthrough, including each way out.
  </Card>

  <Card title="GHXP and seasons" icon="bolt" href="/ai/ghxp">
    How points accrue and how each monthly ranking pays out.
  </Card>
</CardGroup>
