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

# Agent kit

> Let an AI agent run the launchpad for you.

HyperPad publishes a machine-readable **skill** so an AI agent — Claude, or any wallet-bearing bot —
can operate the launchpad end to end. No bespoke integration, no service to trust: the agent talks
straight to the contracts.

<Card title="Hosted & fetchable" icon="link" href="https://hyperpad.fun/agent/SKILL.md">
  The skill lives at **`/agent/SKILL.md`** on the app, with a `.well-known` pointer for auto-discovery.
  Point your agent at it and go.
</Card>

## Five focused skills

<CardGroup cols={2}>
  <Card title="Discover" icon="magnifying-glass">
    Enumerate live sales and read their terms, caps, and progress.
  </Card>

  <Card title="Participate" icon="hand-holding-dollar">
    Buy into a sale at the fixed price, with the math previewed first.
  </Card>

  <Card title="Claim & refund" icon="rotate-left">
    Collect tokens when trading opens, or pull a refund if a sale falls short.
  </Card>

  <Card title="Launch" icon="rocket">
    For project agents — configure and ship a sale on your behalf.
  </Card>
</CardGroup>

<Card title="Monitor" icon="wave-pulse">
  Track a sale's state, fills, and settlement, and report back provably.
</Card>

## Built to be trusted

<CardGroup cols={3}>
  <Card title="Budget-capped" icon="gauge">
    The agent can't spend beyond the limit you set.
  </Card>

  <Card title="Simulate first" icon="flask">
    Every action is previewed before it's signed.
  </Card>

  <Card title="Wallet-agnostic" icon="wallet">
    Direct contract calls — no custodian in the loop.
  </Card>
</CardGroup>
