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

# AI Trade Bot

> Build an agent that swaps with limits and confirmations.

<Snippet file="coming-soon.mdx" />

## What's coming

A complete recipe for an AI agent that:

* Monitors prices and on-chain conditions.
* Plans swaps within bounded authority (max trade size, slippage caps, daily spend).
* Surfaces every plan for human confirmation before execution.
* Logs decisions for audit + replay.

## In the meantime

While the recipe is finalized, the building blocks are documented:

<CardGroup cols={2}>
  <Card title="SDK-AI" icon="code" href="/ai/sdk-ai">
    The runtime that drives the agent.
  </Card>

  <Card title="ZapBot safety" icon="shield" href="/ai/zapbot/safety">
    Session keys, confirmations, threat model.
  </Card>

  <Card title="Vibe coding" icon="wand-magic-sparkles" href="/ai/vibe-coding">
    Prompt patterns that work.
  </Card>

  <Card title="Tools" icon="wrench" href="/ai/tools/overview">
    What the agent can call.
  </Card>
</CardGroup>

## Track release

[Changelog](/resources/changelog) · `@dzap_io` on X · [Discord](https://discord.com/invite/aRHESJB9md).
