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

# Overview

> GHX supply, networks, utility, and the mechanics that tie them together.

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>;

GHX is the settlement layer of the GamerHash ecosystem. The same token pays for AI compute, accrues yield through staking and liquidity programs, unlocks higher tiers inside the GamerHash AI App, and moves freely across three chains.

## Token flow

<Frame>
  <img src="https://mintcdn.com/gamercoin/szCVdS3NPPm7bUj6/images/token-flow.png?fit=max&auto=format&n=szCVdS3NPPm7bUj6&q=85&s=792913b0119b6998c1c0da2843add67a" alt="GHX token flow: GPU sharing and exchange purchases feed the user wallet, which routes GHX to tier-up in the AI App, staking on ETH/BSC/SOL, LP rewards on Uniswap/PancakeSwap/Raydium, spending in the GamerHash Store, or bridging across chains" width="1600" height="797" data-path="images/token-flow.png" />
</Frame>

GHX flows in from two directions — earned by sharing GPU power in the AI App, or bought on an exchange — and out through five paths that either compound it (staking, LP, in-app tier) or settle it (Store spend, cross-chain bridge).

## Networks

GHX is deployed natively on Ethereum and bridged to BNB Chain and Solana. All three deployments are interoperable through cBridge and DEX-side liquidity.

| Chain   | Standard | Contract                                       |
| ------- | -------- | ---------------------------------------------- |
| <Eth /> | ERC-20   | `0x728f30fa2f100742c7949d1961804fa8e0b1387d`   |
| <Bsc /> | BEP-20   | `0xbd7b8e4de08d9b01938f7ff2058f110ee1e0e8d4`   |
| <Sol /> | SPL      | `Cy52Ts2GwSzdkhCihB5i1Vu6sApzgqktNNFyHbsdgwm7` |

## Utility

| Function            | Description                                                                                                                                                           |
| ------------------- | --------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| Payments            | Spend GHX in the [GamerHash Store](https://gamerhash.com/en/shop), or in the GamerHash AI App to unlock the AI Image Booster prompts.                                 |
| GPU compute rewards | Earned by sharing GPU power through the GamerHash AI App. Paid in GUSD (the in-app USD unit) and convertible to GHX in one click.                                     |
| Staking             | Lock GHX on Ethereum, BNB Chain, or Solana for fixed-term APR — up to **25%** at the longest lock.                                                                    |
| Liquidity mining    | Provide LP on Uniswap (Ethereum), PancakeSwap (BNB Chain), or Raydium (Solana) and earn swap fees plus additional GHX rewards.                                        |
| Holder tier         | Holding and using GHX in the GamerHash AI App levels up your in-app tier, which raises your GHXP multiplier — and a higher multiplier means more GHX paid out to you. |

## Where to next

<CardGroup cols={2}>
  <Card title="Token Description" icon="circle-info" href="/tokenomics/token-description">
    A closer look at each utility and the rationale behind it.
  </Card>

  <Card title="How to Get GHX" icon="arrow-right-arrow-left" href="/tokenomics/how-to-get">
    Buy on a CEX, swap on a DEX, or earn it in-platform.
  </Card>

  <Card title="Distribution" icon="chart-pie" href="/tokenomics/distribution">
    TGE allocation, vesting timeline, and post-burn supply.
  </Card>

  <Card title="Staking" icon="lock" href="/tokenomics/staking">
    APRs and lock periods for every supported network.
  </Card>
</CardGroup>
