Skip to main content

Overview

SKALE provides documentation in AI-consumable formats so that AI assistants, agents, and tools can access up-to-date information about the SKALE Network without scraping web pages.

What Is llms.txt?

llms.txt is a proposed standard for providing documentation to large language models. It follows a structured format that makes it easy for AI tools to:
  • Discover available documentation
  • Retrieve relevant sections on-demand
  • Stay up to date with the latest changes

SKALE’s llms.txt

SKALE exposes documentation at:
This file contains:
  • SKALE Network overview — Architecture, chain types, gas model
  • Programmable Privacy — Encrypted transactions, CTX, re-encryption, confidential tokens
  • Developer guides — Smart contract deployment, SDK usage, bridging
  • Cookbook recipes — Step-by-step tutorials for common tasks
  • API references — TypeScript SDK, Solidity helpers, JSON-RPC methods

How to Use with AI Tools

With Claude

Reference the llms.txt URL in your prompt:

With Cursor / Windsurf

Add the llms.txt URL to your project’s documentation sources in settings.

With the SKALE MCP Server

The MCP server automatically uses SKALE’s llms.txt for context when answering questions about the network. See SKALE MCP Server for setup instructions.

With Custom Agents

What’s Included