Skip to main content

What is the LLM context file?

The Newton Protocol LLM context file is a comprehensive reference document designed for use with AI coding assistants such as Claude Code, Cursor, and GitHub Copilot. It contains the full integration walkthrough — from writing policies and deploying contracts to building a frontend with the Newton SDK — in a single file that AI tools can use as context when helping you build on Newton.

Download

agent.md

View and download the latest LLM context file from GitHub

Usage

Place the file in your project root and point your AI coding assistant to it: Claude Code Save as CLAUDE.md in your project root. Claude Code automatically reads this file for context.
curl -o CLAUDE.md https://gist.githubusercontent.com/vmathur/03a2ba1fc7dea7c1f1b446858498c8c1/raw/7aa1a18dad00557872fedf01a2e08f97402a7618/Newton_LLM.txt
Cursor Save as .cursorrules or add it to your project’s context files.
curl -o .cursorrules https://gist.githubusercontent.com/vmathur/03a2ba1fc7dea7c1f1b446858498c8c1/raw/7aa1a18dad00557872fedf01a2e08f97402a7618/Newton_LLM.txt
Other tools Most AI coding assistants support loading a context file. Refer to your tool’s documentation for the expected file name and location.