> ## 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.

# Track GHX

> Live price, charts, and on-chain data sources for GamerCoin across every supported network.

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

## Aggregators

The fastest way to see live price, marketcap, supply, and exchange listings is through one of the standard aggregators:

<CardGroup cols={3}>
  <Card title="CoinGecko" icon="chart-line" href="https://www.coingecko.com/en/coins/gamercoin">
    Live price, marketcap, supply, volume, historical chart.
  </Card>

  <Card title="CoinMarketCap" icon="chart-pie" href="https://coinmarketcap.com/currencies/gamercoin/">
    Market data, rankings, and exchange listings.
  </Card>

  <Card title="DexScreener" icon="arrow-trend-up" href="https://dexscreener.com/search?q=GHX">
    DEX trading activity across all chains.
  </Card>
</CardGroup>

## Live charts

DexScreener serves real-time charts for every GHX pool across the three chains. Open the one matching the pool you care about:

<CardGroup cols={3}>
  <Card title="GHX/WETH" icon="ethereum" href="https://dexscreener.com/ethereum/0x728f30fa2f100742c7949d1961804fa8e0b1387d">
    Ethereum (Uniswap)
  </Card>

  <Card title="GHX/WBNB" icon="coins" href="https://dexscreener.com/bnb/0xbd7b8e4de08d9b01938f7ff2058f110ee1e0e8d4">
    BNB Chain (PancakeSwap)
  </Card>

  <Card title="GHX/SOL" icon="bolt" href="https://dexscreener.com/solana/Cy52Ts2GwSzdkhCihB5i1Vu6sApzgqktNNFyHbsdgwm7">
    Solana (Raydium)
  </Card>
</CardGroup>

## Per-chain tracking

Each chain has its own block explorer (for transactions and contract details) and DexScreener page (for pool depth and trading activity).

| Chain   | Block explorer                                                                     | DEX activity                                                                                        |
| ------- | ---------------------------------------------------------------------------------- | --------------------------------------------------------------------------------------------------- |
| <Eth /> | [Etherscan](https://etherscan.io/token/0x728f30fa2f100742c7949d1961804fa8e0b1387d) | [DexScreener Ethereum](https://dexscreener.com/ethereum/0x728f30fa2f100742c7949d1961804fa8e0b1387d) |
| <Bsc /> | [BscScan](https://bscscan.com/token/0xbd7b8e4de08d9b01938f7ff2058f110ee1e0e8d4)    | [DexScreener BSC](https://dexscreener.com/bnb/0xbd7b8e4de08d9b01938f7ff2058f110ee1e0e8d4)           |
| <Sol /> | [Solscan](https://solscan.io/token/Cy52Ts2GwSzdkhCihB5i1Vu6sApzgqktNNFyHbsdgwm7)   | [DexScreener Solana](https://dexscreener.com/solana/Cy52Ts2GwSzdkhCihB5i1Vu6sApzgqktNNFyHbsdgwm7)   |

## Canonical contract addresses

Use these to add GHX to a wallet manually or to verify any third-party listing:

| Chain              | Address                                        |
| ------------------ | ---------------------------------------------- |
| Ethereum (ERC-20)  | `0x728f30fa2f100742c7949d1961804fa8e0b1387d`   |
| BNB Chain (BEP-20) | `0xbd7b8e4de08d9b01938f7ff2058f110ee1e0e8d4`   |
| Solana (SPL)       | `Cy52Ts2GwSzdkhCihB5i1Vu6sApzgqktNNFyHbsdgwm7` |

<Warning>
  Fake GHX listings exist on every major aggregator. Always cross-check the contract address against this page or [Contracts & Audits](/tokenomics/contracts) before relying on third-party data.
</Warning>
