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

# Velora AI agent prompt library

> Curated, copy-paste prompts that get AI coding agents to ship Velora integrations on the first pass. Each prompt is verified at every SDK or API minor release.

The prompt library is a curated set of prompts that take an AI coding agent (Claude Code, Cursor, Codex) from cold start to a working Velora integration in one shot. Each prompt lists its outcome, target client, and a `last-verified` date. DevRel re-verifies at each minor release.

<Note>Prompts ship page-by-page on `main`. The table below previews what's coming.</Note>

## Available prompts

| # | Slug                      | Outcome                                                         |
| - | ------------------------- | --------------------------------------------------------------- |
| 1 | `nextjs-delta-swap`       | Add Delta gasless swaps to a Next.js dApp                       |
| 2 | `nextjs-market-swap`      | Integrate Velora Market Swap into a Next.js dApp (Wagmi + Viem) |
| 3 | `parallel-aggregators`    | Run Velora alongside another aggregator and route per-quote     |
| 4 | `telegram-trading-bot`    | Telegram bot: quote, slippage check, swap with MEV protection   |
| 5 | `crosschain-aave-deposit` | One-tx Crosschain swap + Aave deposit via Delta                 |
| 6 | `mcp-client-from-scratch` | Build a Velora MCP client in 50 lines                           |
| 7 | `widget-react-embed`      | Embed the Velora Widget with custom theming                     |
| 8 | `rfq-otc-flow`            | Sign and fill an AugustusRFQ order off-chain                    |

## How to use

1. Open the prompt page for the outcome you want.
2. Copy the body for your client (Claude Code, Cursor, Codex; one tab per client in a `<CodeGroup>`).
3. Paste into a fresh agent session with the linked Velora docs as context.
4. Run the verifiable end-state check listed at the bottom of each prompt page.

If a prompt drifts and stops producing working code, [open an issue](https://github.com/VeloraDEX). DevRel re-verifies at every minor release, but real-world drift between releases is what we want to hear about.
