---
title: 'Build on Paxeer with AI'
sidebarTitle: 'Overview'
description: 'AI tools for building on Paxeer - from agent infrastructure and LayerX to 402LXP payments and agentic wallets.'
keywords: ['paxeer ai', 'ai development', 'mcp server', 'ai agents', 'blockchain ai', 'layerx', '402lxp', 'deus']
---

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

Paxeer provides infrastructure for autonomous AI agents to operate on-chain via **LayerX**, **402LXP**, **Deus**, and full EVM compatibility.

## Agent infrastructure

<Columns cols={2}>
  <Card title="LayerX" icon="layer-group" href="/ai/402lxp">
    **Agent channel.** LayerX is Paxeer's dedicated agent execution layer - 402LXP staking, agent registration, and the 402LXP payment rail for machine-to-machine transactions.
  </Card>
  <Card title="Deus" icon="robot" href="/ai/agentic-wallets">
    **Agent framework.** Deus provides the runtime for autonomous AI agents on Paxeer - wallet management, policy enforcement, and on-chain action execution.
  </Card>
</Columns>

## Build AI agents on Paxeer

<Columns cols={3}>
  <Card title="Agentic Wallets" icon="wallet" href="/ai/agentic-wallets">
    Wallet infrastructure designed for AI agents: programmable signing, session keys, and policy controls.
  </Card>
  <Card title="402LXP Payments" icon="credit-card" href="/ai/402lxp">
    HTTP-native micropayments so agents can pay per-inference for LLM APIs, data feeds, and other monetized services.
  </Card>
  <Card title="MCP Server" icon="plug" href="/ai/mcp-server">
    Give your AI assistant live blockchain access - query balances, send transactions, interact with contracts.
  </Card>
</Columns>
