Skip to content

For LLMs

Two ground-truth artifacts you can paste straight into Claude, GPT, Gemini, or any other assistant so it answers Flint questions from the canonical docs.

Drop-in URLs

FileUse it forLink
llms.txtA short, structured manifest with absolute links to every doc page + the proto. Follows the llmstxt.org convention — paste the URL into a tool that fetches it (Claude Projects, ChatGPT custom GPTs, Cursor docs)./llms.txt
llms-full.txtEvery page on this site concatenated into a single Markdown file (~1500 lines). Drop the contents directly into your model's context to ground completions in the docs without any fetching./llms-full.txt
api.protoThe bundled protobuf schema for every service in flint.spot.v1./api.proto
openapi.yamlOpenAPI 3.1 schema for the gRPC-Web service URLs./openapi.yaml

Build a maker bot

Use this generator to create a prompt for an assistant that can build a rudimentary maker bot with the Flint SDK. Pick the implementation language and quoting strategy, then copy the prompt into the coding agent.

TypeScript maker bots

The TypeScript SDK is useful for market data, stats, auth, and MakerService reads, but it does not expose transaction signing/submission for quote updates. Use Rust or Python for a bot that directly quotes a market.

Maker Bot Prompt

Generate a task prompt for an assistant that can read the Flint docs and build a first maker bot.

Last updated:

Built on Solana