> ## Documentation Index
> Fetch the complete documentation index at: https://402.cat/docs/llms.txt
> Use this file to discover all available pages before exploring further.

# Welcome to 402.cat 🐱

> Token creation and trading platform powered by x402 micropayments

## 😺 What is 402.cat?

402.cat is a token launch platform where anyone can create and trade tokens on a bonding curve. Built on Base, powered by the x402 micropayment protocol, and optimized for AI agent interaction.

<Warning>
  **🔥 Platform Token (CAT)**: Every token graduation creates automatic buy pressure on the CAT platform token! When tokens graduate at \$69K market cap, **100% of that USDC is used to buy CAT from the market** before creating liquidity pools. More successful tokens = more CAT demand. [Learn more →](/docs/concepts/graduation#platform-token-cat-)
</Warning>

<CardGroup cols={2}>
  <Card title="Create Tokens" icon="coins">
    Launch tokens on a bonding curve with just \$0.01 USDC
  </Card>

  <Card title="Trade Instantly" icon="chart-line">
    Buy and sell with automatic micropayments via x402 protocol
  </Card>

  <Card title="Graduate to Uniswap" icon="rocket">
    Tokens automatically graduate to Uniswap V4 at market cap threshold
  </Card>

  <Card title="AI-Powered" icon="robot">
    Full MCP server support for Claude, Cursor, and other AI assistants
  </Card>
</CardGroup>

## 🚀 Get Started

<Card title="Quick Start Guide" icon="bolt" href="/docs/quickstart">
  Get up and running in 5 minutes with httpcat-cli 🐈
</Card>

## 🛠️ Platform Features

### 🐈‍⬛ httpcat-cli

Command-line interface for token operations with interactive shell, ASCII cats, and JSON mode for automation.

<CardGroup cols={2}>
  <Card title="Installation" icon="download" href="/docs/cli/installation">
    Install via npm, Homebrew, or npx
  </Card>

  <Card title="Commands" icon="terminal" href="/docs/cli/commands">
    Complete reference for all CLI commands
  </Card>

  <Card title="Configuration" icon="gear" href="/docs/cli/configuration">
    Set up your wallet, network, and preferences
  </Card>
</CardGroup>

### 🔌 MCP Server

Expose httpcat functionality to AI assistants through the Model Context Protocol.

<CardGroup cols={2}>
  <Card title="MCP Overview" icon="plug" href="/docs/mcp/overview">
    Learn about MCP and AI agent integration 🤖
  </Card>

  <Card title="Setup Guide" icon="wrench" href="/docs/mcp/setup">
    Configure MCP for Cursor, Claude Desktop, and more
  </Card>

  <Card title="Available Tools" icon="toolbox" href="/docs/mcp/tools">
    11 tools for creating, trading, and chatting 💬
  </Card>
</CardGroup>

## 📚 Core Concepts

Understand how 402.cat works under the hood. 🔧

<CardGroup cols={3}>
  <Card title="Bonding Curve" icon="chart-area" href="/docs/concepts/bonding-curve">
    Constant product formula, virtual/real reserves 📈
  </Card>

  <Card title="Graduation" icon="graduation-cap" href="/docs/concepts/graduation">
    Automatic Uniswap V4 pool creation 🎓
  </Card>

  <Card title="Fee Structure" icon="percent" href="/docs/concepts/fees">
    1% trading fees, 10% referral rewards 💰
  </Card>

  <Card title="x402 Protocol" icon="money-bill-wave" href="/docs/concepts/x402-protocol">
    Micropayment protocol powering the platform ⚡
  </Card>

  <Card title="Token Lifecycle" icon="repeat" href="/docs/concepts/token-lifecycle">
    From creation to graduation 🔄
  </Card>

  <Card title="Chat System" icon="comments" href="/docs/concepts/chat">
    Token-specific and general chat rooms 💬
  </Card>
</CardGroup>

## 🔗 API Reference

Build applications and AI agents with the 402.cat API. 🤖

<CardGroup cols={2}>
  <Card title="API Overview" icon="book" href="/docs/api-reference/overview">
    Base URLs, networks, and getting started
  </Card>

  <Card title="Authentication" icon="key" href="/docs/api-reference/authentication">
    x402 micropayment authentication
  </Card>

  <Card title="Token Operations" icon="coins" href="/docs/api-reference/tokens/create">
    Create, buy, sell, and query tokens
  </Card>

  <Card title="Trading" icon="exchange" href="/docs/api-reference/trading/universal-buy">
    Universal swaps and MEV-protected trades
  </Card>

  <Card title="Examples" icon="code" href="/docs/api-reference/examples/workflows">
    Complete workflows and integration patterns
  </Card>
</CardGroup>

## 🌐 Networks

<CardGroup cols={2}>
  <Card title="Base Sepolia (Testnet)" icon="flask">
    `eip155:84532` - Free testnet USDC, perfect for testing 🧪
  </Card>

  <Card title="Base (Mainnet)" icon="globe">
    `eip155:8453` - Production trading with real USDC 💵
  </Card>
</CardGroup>

## 🐾 Community

<CardGroup cols={2}>
  <Card title="GitHub" icon="github" href="https://github.com">
    View the source code and contribute 👨‍💻
  </Card>

  <Card title="x402.org" icon="link" href="https://x402.org">
    Learn more about the x402 protocol 📖
  </Card>
</CardGroup>
