AI Resources#
Wormhole provides .txt files containing the documentation content and navigation structure, optimized for use with large language models (LLMs) and AI tools. These resources help build AI assistants, power code search, or enable custom tooling trained on Wormhole’s docs.
Each category file includes foundational content from the Basics and Reference categories to ensure LLMs have the necessary context.
Download LLM Files#
| Category | Description | File | Actions |
|---|---|---|---|
| Index | Navigation index of all Wormhole documentation pages. | llms.txt | |
| Site index (JSON) | Lightweight site index of JSON objects (one per page) with metadata and content previews. | site-index.json | |
| Full site contents (JSONL) | Full content of documentation site enhanced with metadata. | llms-full.jsonl | |
| Basics | Wormhole's architecture, security, and core components to help understand how the protocol works. | basics.md | |
| Reference | Reference details such as chain IDs, contract addresses, and finality levels. | reference.md | |
| Transfer | Comprehensive documentation for Wormhole transfer products. | transfer.md | |
| NTT | All NTT docs, including architecture, deployment guides, CLI usage, and configuration for EVM and Solana. | ntt.md | |
| WTT | Architecture overview, transfer flows, and smart contract methods for cross-chain token transfers using WTT. | wtt.md | |
| Connect | Setup, features, and configuration details for integrating the Connect widget into your dApp. | connect.md | |
| Settlement | Architecture, integration guides, and setup instructions for building on the Wormhole Settlement protocol. | settlement.md | |
| Executor | Guides and reference for using the Executor shared execution framework to deliver Wormhole messages across chains. | executor.md | |
| Relayers | Guides and reference for using Wormhole’s Relayer module, building cross-chain messaging contracts, and running custom relayers. | relayers.md | |
| CCTP | Guides and reference for sending USDC across chains using Circle's CCTP and the Wormhole messaging protocol. | cctp.md | |
| MultiGov | Architecture, deployment steps, and upgrade instructions for multichain governance on EVM and Solana. | multigov.md | |
| Queries | Guides for using the Wormhole Query SDK and Proxy to construct, test, and verify on-chain data queries across chains. | queries.md | |
| TypeScript SDK | Docs for working with VAAs, payloads, and cross-chain message structures using the TypeScript SDK. | typescript-sdk.md |
Note
The llms-full.jsonl file may exceed the input limits of some language models due to its size. If you encounter limitations, consider using the smaller site-index.json or category bundle files instead.