---
title: "Paxeer Network"
sidebarTitle: 'About Paxeer'
description: "Discover Paxeer Network the settlement layer for the machine economy with Twin Turbo consensus, LayerX agent channel, and the Deus marketplace."
keywords: ["paxeer", "machine economy", "blockchain", "EVM", "consensus", "LayerX", "agent payments", "developer resources"]
---

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

**The settlement layer for the machine economy**

Paxeer Network delivers sub-second finality, 5,000 TPS throughput, and a purpose-built agent side channel for autonomous machines, AI agents, and high-frequency dApps.

## Core architecture

### Twin Turbo Consensus + machineRFT

Paxeer's consensus engine combines Twin Turbo BFT with machineRFT (Randomized Finality Threshold) to achieve ~250 ms average block times, a 0.45 ms record low, and instant economic finality. Blocks are produced and finalized in a single round.

### LayerX: agent-only side channel

LayerX is a zero-fee, instant-settlement execution layer for autonomous agents and machine-to-machine transactions. Transactions are batched and anchored to Paxeer L1, inheriting full security guarantees.

### 402LXP: HTTP-native agent payments

402LXP implements the HTTP 402 status code as a payment rail, allowing AI agents and APIs to settle micropayments natively over HTTP using USDX (a stable asset on LayerX).

### Deus: API and agent marketplace

Deus is the marketplace layer on LayerX where developers publish APIs, AI agents, and machine services. Agents discover, consume, and pay for services autonomously via 402LXP.

## Understand the Paxeer ecosystem

### Fundamentals

<Columns cols={2}>
  <Card horizontal title="Account System" icon="key" href="/learn/accounts">
    Understand dual EVM (0x) and Cosmos (pax1) addresses, keys, and account linking.
  </Card>
  <Card horizontal title="Token Standards" icon="coins" href="/learn/dev-token-standards">
    Discover PAX, ERC-20, ERC-721, ERC-1155, and USDX on LayerX.
  </Card>
  <Card horizontal title="Gas & Fees" icon="gas-pump" href="/learn/dev-gas">
    Learn how transaction costs are calculated and paid on Paxeer.
  </Card>
  <Card horizontal title="Wallets" icon="wallet" href="/learn/wallets">
    Explore supported wallets and integration options for Paxeer.
  </Card>
</Columns>

### Network

<Columns cols={2}>
  <Card horizontal title="Staking & Delegation" icon="users" href="/learn/general-staking">
    Secure the network and earn rewards by participating in staking.
  </Card>
  <Card horizontal title="Network Governance" icon="gavel" href="/learn/general-governance">
    Understand the on-chain proposal and voting process for upgrades.
  </Card>
  <Card horizontal title="Chains" icon="network-wired" href="/learn/dev-chains">
    Connect to Paxeer mainnet and local development environments.
  </Card>
  <Card horizontal title="Block Explorers" icon="globe" href="/learn/explorers">
    Track transactions, blocks, and contract activity on Paxeer.
  </Card>
</Columns>

## Performance at a glance

<Columns cols={3}>
  <Card horizontal title="~250 ms Blocks" icon="clock">
    Average block time with a 0.45 ms record low. Sub-second finality, no waiting.
  </Card>
  <Card horizontal title="5,000 TPS" icon="bolt">
    Sustained throughput across EVM and LayerX combined.
  </Card>
  <Card horizontal title="Zero-Fee Agents" icon="robot">
    LayerX transactions settle instantly with no gas cost, batched to L1.
  </Card>
</Columns>

## EVM compatibility

Paxeer is fully Ethereum-compatible. Deploy Solidity contracts with Hardhat, Foundry, ethers, viem, or wagmi with no modifications.

<Columns cols={3}>
  <Card horizontal title="100% EVM Compatible" icon="shield-check">
    Run existing Ethereum contracts without code changes.
  </Card>
  <Card horizontal title="Full Tooling Support" icon="wrench">
    Hardhat, Foundry, Remix, MetaMask, and all standard tooling.
  </Card>
  <Card horizontal title="Standard JSON-RPC" icon="code">
    Ethereum RPC endpoints for seamless integration.
  </Card>
</Columns>

## Key use cases

<Columns cols={3}>
  <Card horizontal title="Autonomous Agents" icon="robot">
    AI agents transact via LayerX and 402LXP with zero fees and instant settlement.
  </Card>
  <Card horizontal title="Machine-to-Machine Payments" icon="microchip">
    IoT devices and automated systems settle micropayments at machine speed.
  </Card>
  <Card horizontal title="High-Frequency dApps" icon="chart-line">
    Trading, gaming, and interactive applications with sub-second finality.
  </Card>
</Columns>
