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
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
.mdto any URL. Example:https://docs.usdd.io/user-guide/psm-peg-stability-module.md
Which File Should I Use?
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
Navigate to Cursor Settings > Features > Docs
Select Add new doc and paste one of the following URLs:
https://docs.usdd.io/llms.txthttps://docs.usdd.io/llms-full.txtUse
@docs → USDDto reference the documentation in your chat.
Claude Code
USDD provides an llms.txt index for AI tools:
Index: https://docs.usdd.io/llms.txt
Full docs: https://docs.usdd.io/llms-full.txt
To use it, paste the URL into your Claude Code prompt — Claude Code will fetch it automatically:
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