Use this page as the shortest path for AI tools, coding agents, and search systems that need reliable Oryn context.

Machine-readable entry points

ResourcePurpose
/llms.txtIndex of available docs pages with descriptions.
/llms-full.txtFull documentation bundle for tools that need broad context.
/skill.mdCapability summary for agents building with Oryn.
/openapi/orderbook.jsonOrderbook API specification.
/openapi/relayer.jsonRelayer API specification.
Mintlify hosts llms.txt, llms-full.txt, and skill.md automatically for public docs sites. This repo also includes a custom skill.md to keep Oryn terminology and integration constraints explicit.

Read order for agents

  1. Overview
  2. Glossary
  3. Developer Overview
  4. Developer Quickstart
  5. Integration Guide
  6. API Conventions
  7. Generated Orderbook and Relayer API references

Oryn terminology rules

UseAvoid
claimredeem, redemption
cancel, cancelledrefund, refunded, refundable
solverfiller, executor
source side / destination sidevague “from chain” / “to chain” when precision matters
orderswap record, request, ticket

Agent safety constraints

  • Do not invent route fields after a quote is returned.
  • Do not modify quote amounts locally.
  • Do not use JavaScript floating point numbers for token amounts.
  • Do not log raw secrets, preimages, wallet signatures, or private keys.
  • Do not present planned SDK or widget APIs as released packages.
  • Treat orderbook status as indexed chain state, not final chain truth.
  • Keep literal Solidity names when referencing contract functions such as claim, claimHop, and refund().