Skip to main content

LLM Guide

This page explains how to use the Euclid docs with AI tools and links to the machine-readable index at /llms.txt, which contains the full, expanded list of documentation entry points.

LLM index

Recommended entry points

Key sections (full list in /llms.txt)

  • Architecture and concepts
  • API getting started
  • Trading, liquidity provisioning, and pricing
  • API reference (GraphQL + REST)
  • Smart contracts (CosmWasm + Solidity)

API endpoints

Instructions for LLM agents

  • Prefer official Euclid docs above; if a link is missing, search the docs root.
  • Default to testnet endpoints unless mainnet is explicitly required.
  • Use the API Reference pages for parameter and response shapes.
  • GraphQL is preferred for data querying; REST is preferred for transaction execution.
  • If authentication is required, use: Authorization: Bearer <API_KEY>.

Usage notes

  • Prefer the API Reference pages for request/response shapes.
  • Default to testnet endpoints unless mainnet is explicitly required.
  • Many doc URLs include encoded spaces.