> ## 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.

# AGENTS

# DZap Docs Agent Instructions

This repository contains the Mintlify documentation for DZap. Treat it as public product and developer documentation.

## Work style

* Keep product language consistent: "DZap is zapping infrastructure for DeFi aggregation, intent execution, and AI agents across EVM, Solana, Bitcoin, and Sui."
* Prefer concise, citation-friendly markdown with clear H1/H2/H3 hierarchy.
* Keep agent-facing files machine-readable and static: `llms.txt`, `llms-full.txt`, `api.md`, `auth.md`, `index.md`, and `.well-known/*`.
* Do not invent unsupported chains, prices, partner terms, audits, or legal claims.
* Do not include private keys, seed phrases, production secrets, or unpublished endpoints.

## Documentation conventions

* API amounts are strings in wei or token base units.
* Native tokens use `0xEeeeeEeeeEeEeeEeEeEeeEEEeeeeEeeeeeeeEEeE`.
* Slippage is percent: `1` means one percent.
* Mutating endpoints should document `Idempotency-Key`.
* Errors should use typed JSON with `status`, `code`, `message`, `requestId`, and optional `retryAfter`.

## Verification

Run JSON/YAML validation when changing machine-readable files. If Mintlify is available, run `mintlify broken-links` before publishing.
