---
title: Paxeer Wallet Providers Guide
sidebarTitle: Wallets
description: >-
  Learn how to set up MetaMask and other supported wallets to manage assets and
  interact with the Paxeer network securely.
keywords:
  - paxeer wallet
  - blockchain wallet
  - crypto wallet
  - evm wallet
  - cosmos wallet
---

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

Wallets manage assets and interactions on Paxeer.

<Warning>Manually importing your wallet using a mnemonic from an EVM-only wallet app to a Cosmos-based wallet app, or vice versa, is not recommended. This may generate unexpected wallet addresses due to differing Coin Types.</Warning>

## Types of Wallets

1. **Software Wallets**: Applications or browser extensions that manage private keys.
2. **Hardware Wallets**: Physical devices that store private keys offline.
3. **Passkey-based Wallets**: Use passkeys instead of seed phrases for authentication.

## Add Paxeer to MetaMask

To add Paxeer manually in MetaMask, open **Settings > Networks > Add Network** and enter the following:

| Field | Value |
| --- | --- |
| Network Name | Paxeer |
| Chain ID | 125 |
| Currency Symbol | PAX |
| RPC URL | `https://public-rpc.paxeer.app/evm/reference` |
| Explorer URL | `https://paxscan.io` |

## Recommended Wallets

| Wallet | EVM | Coin Type | Type | Mobile | Link |
| --- | --- | --- | --- | --- | --- |
| MetaMask | Yes | 60 | Software | Yes | [MetaMask](https://metamask.io/) |
| Rabby | Yes | 60 | Software | Yes | [Rabby Wallet](https://chromewebstore.google.com/detail/rabby-wallet/acmacodkjbdgmoleebolmdjonilkdbch) |
| OKX | Yes | 118 / 60 | Software | Yes | [OKX Wallet](https://web3.okx.com/) |

## Hardware Wallets

| Wallet | EVM | Cosmos | Coin Type | Type | Mobile | Link |
| --- | --- | --- | --- | --- | --- | --- |
| Ledger | Yes | Yes | 118 / 60 | Hardware | No | [Ledger](https://www.ledger.com/) |

## Additional Wallets

Any EVM-compatible wallet that supports custom RPC endpoints works with Paxeer. See the wallets listed above for the most tested options.
