---
title: Paxeer EVM - High Performance Ethereum Virtual Machine
sidebarTitle: Home
description: >-
  Explore Paxeer EVM, a high-performance Ethereum Virtual Machine offering 250ms
  blocktimes, 5000 TPS, and full EVM tooling compatibility.
keywords:
  - paxeer evm
  - ethereum virtual machine
  - web3 development
  - blockchain development
  - fast evm
---

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

## Why Choose Paxeer EVM?

| Feature                    | Paxeer EVM     | Ethereum         | Other Layer 1s  |
| -------------------------- | -------------- | ---------------- | --------------- |
| Blocktime                  | ~250 ms        | ~12 s            | 1 - 3 seconds   |
| Transaction Throughput     | 5000 TPS       | ~15-30 TPS       | < 500 TPS       |
| Consensus                  | Twin Turbo + machineRFT | Proof of Stake | Varies     |
| EVM Tooling Compatibility  | 100%           | 100%             | Varies          |
| Finality                   | Instant (~250 ms) | Various commitment levels | Varies |

<Card horizontal title="Detailed Ethereum comparison" icon="arrow-right" href="/evm/differences-with-ethereum">
  View detailed Ethereum comparison
</Card>

## Quick Start

<Steps>
  <Step title="Add Paxeer to Wallet">
    - [Paxeer EVM Network Information](/evm/networks)
    - Chain ID: `125`
  </Step>
  <Step title="Start Building">
    - [EVM General Guide](/evm/evm-general)
    - [Install paxd CLI](/evm/installing-paxd-cli)
  </Step>
  <Step title="Explore Tools">
    - [JSON-RPC Reference](/evm/reference)
    - [PaxScan Explorer](https://paxscan.io)
  </Step>
</Steps>

## Development Tools

<Columns cols={3}>
  <Card horizontal title="Deploy with Hardhat" icon="terminal" href="/evm/evm-hardhat">
    Deploy smart contracts on Paxeer EVM using Hardhat. Simple setup, fast results.
  </Card>
  <Card horizontal title="Deploy with Foundry" icon="cube" href="/evm/evm-foundry">
    Use Foundry to build and deploy on Paxeer EVM. Fast testing, simple deployment.
  </Card>
  <Card horizontal title="JSON-RPC Explorer" icon="compass" href="/evm/reference">
    Browse every Paxeer EVM JSON-RPC method, run live requests, and copy ready-to-use code.
  </Card>
</Columns>

## RPC Endpoints

Paxeer EVM provides a public RPC endpoint.

| Endpoint | Network | Type |
| --- | --- | --- |
| `https://public-rpc.paxeer.app/evm/reference` | Mainnet | Public |

<Info>
The public RPC has rate limits. For production applications, run your own node or use a dedicated provider.
</Info>

<Info>
**Block Explorer:** [paxscan.io](https://paxscan.io)
</Info>
