Use Ring Docs in a Coding Assistant
Use llms.txt for a compact product map.
llms-full.txt contains a larger curated set of
reviewed integration pages, not every page on the site.
Cursor
- Open Cursor Settings.
- Go to Features > Docs.
- Select Add new doc.
- Add
https://docs.ring.exchange/llms.txt. - Reference the new Ring docs source in your chat.
Other coding assistants
If the tool accepts a documentation URL, add https://docs.ring.exchange/llms.txt. If it accepts pasted
context only, copy the relevant page instead of loading the entire expanded file.
In every prompt, name the product surface and network. For example:
Integrate Ring Swap on BNB Smart Chain.
Resolve FewToken addresses through the published FewFactory and verify them onchain.
Use the deployment snapshot for the selected chain, then verify contract code and immutable references.
Treat AI output as untrusted. Review generated imports, package versions, chain IDs, addresses, FewToken mappings, pairs, approval spenders, recipients, raw integer amounts, native value, price limits, deadlines, Permit2 data, and calldata. Verify them onchain and simulate the exact transaction before using funds.
The published @ring-protocol/[email protected] does not support MegaETH FewToken or pair-address helpers. Do not ask an
assistant to fill that gap by guessing constants. See the SDK support table.
Never paste a private key, seed phrase, API key, signed transaction, or production secret into an AI tool. See Security and Risk for the full checklist.