AI / LLMs

USDD provides machine-readable documentation endpoints optimized for LLMs and AI coding tools. Use these resources to give your AI assistant accurate, up-to-date context about the USDD protocol.

Available Endpoints

File
Description

Curated index of key pages with one-line descriptions. Start here.

Complete documentation in plain Markdown, organized by section. Use when your tool supports large context.

Note: Each documentation page is also available as plain Markdown by appending .md to any URL. Example: https://docs.usdd.io/user-guide/psm-peg-stability-module.md

Which File Should I Use?

Use Case
Recommended

Quick lookups, scoped questions

llms.txt

Full protocol understanding, complex integrations

llms-full.txt

Single-page deep dive

[page-url].md

Add to Your AI Tool

Cursor

  1. Navigate to Cursor Settings > Features > Docs

  2. Select Add new doc and paste one of the following URLs:

https://docs.usdd.io/llms.txt
https://docs.usdd.io/llms-full.txt
  1. Use @docs → USDD to reference the documentation in your chat.

Claude Code

Run in your terminal:

Or for full context:

Other Tools

Any tool that supports custom documentation URLs can use:

Or for a lighter-weight index:

Coverage

The documentation covers all USDD 2.0 modules across Tron, Ethereum, and BNB Chain:

  • PSM — 1:1 stablecoin swaps (Tron / Ethereum / BNB Chain)

  • Vault — Over-collateralized USDD minting (Tron only)

  • Earn / sUSDD — Yield-bearing savings (Tron / Ethereum / BNB Chain)

  • Liquidation & Auction — Keeper integration and auction mechanics

  • Oracle — Median → OSM → Spot price feed architecture

  • Core Contracts — Vat, Dog, Clip, Jug, PSM module specs

  • Deployment Addresses — All contract addresses across three chains

Last updated