TONTONDocs

Overview of AI in TON

TON provides AI products utilizing TON Blockchain, such as agents and wallet tooling. Additionally, TON documentation is AI-friendly, and enables all kinds of AI workflows.

AI ecosystem

@ton/mcp

The main official entry point is @ton/mcp, a TON MCP server for agents. It exposes tools for balance checks, asset queries, transfers, TON DNS resolution, swaps, and agentic wallet management. Use @ton/mcp when an agent needs to operate on TON through MCP or through a skills-based setup.

For the catalog of official TON MCP servers, setup guides, and related skills, see the TON MCP portal.

Agentic wallets

Agentic wallet contracts provide self-custody wallets for autonomous AI agents operating on TON. They are used by @ton/mcp in its default agentic wallets mode.

Community

The AI Dev Wall on Telegram is a builder channel for TON AI tooling and project updates. This channel primarily features third-party, community resources.

Documentation

TON documentation exposes the following AI-facing surfaces:

  • The contextual menu can copy page content or open a page in external AI tools.
  • The llms.mdx file provides a machine-readable index of documentation pages.
  • Documentation pages are available as raw Markdown through the https://docs.ton.org/llms.mdx page routes. This is useful when a tool needs page content without the site UI. For example, the raw conteе of this page is available at https://docs.ton.org/llms.mdx/overview/ai/overview.md.

Last updated on

On this page