LLM Context files
The following context files adhere to the llms.txt standard. Last updated timestamps are in the files themselves at the top.
Complete Ethereum Identity Stack
Combined LLM context for Ethereum Identity Kit, ENS, EFP, and Sign in with Ethereum.
- Minimal: complete/llms.txt [Download]
- Full: complete/llms-full.txt [Download]
Individual Elements
Ethereum Identity Kit (website)
Component library for the Ethereum identity stack. Context includes docs, API, components, and React hooks.
- Minimal: eik/llms.txt [Download]
- Full: eik/llms-full.txt [Download]
Ethereum Follow Protocol (EFP) (website)
Onchain social graph protocol for Ethereum accounts. Context includes smart contracts, spec, docs, and API.
- Minimal: efp/llms.txt [Download]
- Full: efp/llms-full.txt [Download]
Ethereum Name Service (ENS) (website)
Onchain naming and profile system. Context includes smart contracts, spec, docs, libraries, ENSIPs, and DAO governance information.
- Minimal: ens/llms.txt [Download]
- Full: ens/llms-full.txt [Download]
Sign In With Ethereum (SIWE) (website)

Authentication standard for Ethereum accounts. Context includes EIP, docs, and implementation libraries.
- Minimal: siwe/llms.txt [Download]
- Full: siwe/llms-full.txt [Download]
⚠️ CAUTION
Large language models and agents can sometimes ‘hallucinate’ responses or return otherwise inaccurate data.
Why Use llms.txt
?
From llmstxt.org:
Large language models increasingly rely on website information, but face a critical limitation: context windows are too small to handle most websites in their entirety. Converting complex HTML pages with navigation, ads, and JavaScript into LLM-friendly plain text is both difficult and imprecise.
While websites serve both human readers and LLMs, the latter benefit from more concise, expert-level information gathered in a single, accessible location. This is particularly important for use cases like development environments, where LLMs need quick access to programming documentation and APIs.