Skip to content

AI Resources

Wormhole provides files to make documentation content available in a 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 documentation.

How to Use These Files

  • Quick navigation: Use llms.txt to give models a high-level map of the site.
  • Lightweight context: Use site-index.json for smaller context windows or when you only need targeted retrieval.
  • Full content: Use llms-full.jsonl for large-context models or preparing data for RAG pipelines.
  • Focused bundles: Use category files (e.g., basics.md, reference.md) to limit content to a specific theme or task for more focused responses.

These AI-ready files do not include any persona or system prompts. They are purely informational and can be used without conflicting with your existing agent or tool prompting.

Access LLM Files

Category Description File Actions
Index Markdown URL index for documentation pages, links to essential repos, and additional resources in the llms.txt standard format. 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
NTT All NTT docs, including architecture, deployment guides, CLI usage, and configuration for EVM and Solana. ntt.md
Connect Setup, features, and configuration details for integrating the Connect widget into your dApp. connect.md
WTT Architecture overview, transfer flows, and smart contract methods for cross-chain token transfers using WTT. wtt.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
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
Transfer Comprehensive documentation for Wormhole transfer products. transfer.md
TypeScript SDK Docs for working with VAAs, payloads, and cross-chain message structures using the TypeScript SDK. typescript-sdk.md
Solidity SDK Docs for integrating Wormhole in Solidity, including contract interfaces, examples, and cross-chain messaging patterns. solidity-sdk.md
CCTP Guides and reference for sending USDC across chains using Circle's CCTP and the Wormhole messaging protocol. cctp.md
Reference Reference details such as chain IDs, contract addresses, and finality levels. reference.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.

Last update: March 31, 2026
| Created: March 31, 2026