---
title: Paxeer EVM Networks
sidebarTitle: Network Information
description: >-
  Learn how to add Paxeer EVM Mainnet (Chain ID 125) to MetaMask, including RPC
  URL, currency symbol, and block explorer details.
keywords:
  - paxeer evm
  - network information
  - chain id
  - rpc endpoints
  - blockchain explorer
---

> **For AI agents:** the complete documentation index is at [llms.txt](/llms.txt). Append `.md` to any page URL for its markdown version.

## Paxeer Mainnet

| Property | Value |
| --- | --- |
| **Network Name** | Paxeer EVM |
| **Chain ID** | `125` |
| **Currency Symbol** | `hpx` |
| **RPC URL** | `https://public-rpc.paxeer.app/evm/reference` |
| **Block Explorer** | [paxscan.io](https://paxscan.io) |

### Adding Paxeer to MetaMask

1. Open MetaMask and go to **Settings > Networks > Add Network**
2. Enter the following details:
   - **Network Name:** Paxeer EVM
   - **New RPC URL:** `https://public-rpc.paxeer.app/evm/reference`
   - **Chain ID:** `125`
   - **Currency Symbol:** `hpx`
   - **Block Explorer URL:** `https://paxscan.io`
3. Click **Save**

<Info>
Paxeer currently operates a single mainnet. There is no testnet at this time.
</Info>

### RPC Details

The public RPC endpoint at `https://public-rpc.paxeer.app/evm/reference` supports all standard EVM JSON-RPC methods.

<Warning>
Public endpoints may have rate limits. For production applications, consider running your own node or using a dedicated RPC provider.
</Warning>

### Useful Links

- **Website:** [paxeer.app](https://paxeer.app)
- **Explorer:** [paxscan.io](https://paxscan.io)
- **RPC:** `https://public-rpc.paxeer.app/evm/reference`
