RathRath Finance
Resources for AI Agents

llms.txt

Agent-first resources for Rath documentation, including docs indexes, per-product files, and recommended starting points.

Fetch the complete documentation index at https://docs.rath.fi/llms.txt. Use this file to discover all available pages before exploring further.

Use this page as the starting point when you want an AI assistant to build with Rath infrastructure (Tachyon, Rath APIs, or xPath). It covers how to give an assistant Rath context through static docs files and recommended entry points for common workflows.

Static docs files

Use these when you want to load context in a single fetch.

Global (all products)

FileWhat it containsWhen to use it
llms.txtPage index with titles and descriptionsDiscovering which docs exist before going deeper
llms-full.txtComplete documentation in one fileGiving an assistant broad context in one shot

Per-product

Each product also exposes its own index and full-text files:

Individual pages

Every docs page is also available as plain Markdown. Use the /llms/page/ prefix with slugs joined by --:

https://docs.rath.fi/llms/page/tachyon--quickstart.mdx
https://docs.rath.fi/llms/page/tachyon--core-concepts.mdx

MCP

Use Rath MCP to connect an AI assistant to xPath routing and Tachyon relay tools through one Model Context Protocol endpoint using your own product API keys.

Once your agent has docs context, point it at the section that matches what you're building:

What you're doingStart here
Understanding Rath's product suiteRath Documentation
Getting started with TachyonTachyon Quickstart
Learning Tachyon conceptsCore Concepts
Relaying a transactionRelay a Transaction
Making a contract callRelay Transactions
Setting up webhooks or websocketsRegister Webhook
Batching multiple transactionsBatch Transactions
Using EIP-7702 delegationEIP-7702
Checking supported chainsSupported Networks
Using the Tachyon SDKTachyon SDK Reference
Using the Tachyon REST APITachyon API Reference
Getting started with xPathxPath Quickstart
Executing a cross-chain swap with xPathCross-Chain Swap
Executing a gasless swapGasless Swaps with Permit2

On this page