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

# Tokens

# Tokens

## Native token

The native token secures HyperPaxeer, pays gas, supports governance flows, and denominates validator and protocol rewards.

| Field             | Value                |
| ----------------- | -------------------- |
| Display symbol    | `HPX` / `hpx`        |
| Base denomination | `ahpx`               |
| Decimals          | `18`                 |
| Conversion        | `1 hpx = 10^18 ahpx` |

HyperPaxeer uses an atto-denominated base unit to maintain parity with Ethereum-style 18-decimal tooling:

```text theme={null}
1 hpx = 1,000,000,000,000,000,000 ahpx
1 ETH = 1,000,000,000,000,000,000 wei
```

## Asset types

HyperPaxeer supports:

* Native `hpx` / `ahpx` balances
* Cosmos SDK coins, including IBC-transferred assets
* EVM tokens, including ERC-20, ERC-721, and ERC-1155 contracts

## Cosmos coins

Cosmos balances are used for staking, IBC transfers, governance deposits, and SDK-module operations. Native balances use the `ahpx` base denomination.

## EVM tokens

HyperPaxeer is EVM-compatible and supports standard Solidity token contracts. Use the EVM chain ID `125` and 18-decimal native currency configuration when integrating wallets, viem, ethers.js, Foundry, Hardhat, or other Ethereum tooling.

## Related docs

* [Current network facts](/current-network)
* [Network configuration](/configuration)
