
titon.network is a suite of drop-in infrastructure services for developers building decentralized apps on the TON blockchain, letting them add common backend functions to their smart contracts without building the plumbing themselves. It offers six live mainnet services: Kronos (decentralized cron for scheduling recurring on-chain jobs), Fortuna (verifiable on-chain randomness), Themis (sealed-bid auctions and MEV-resistant encrypted intents), Phoebe (verifiable on-chain price feeds), AutomaTON (an operator node that runs all the services and earns TON for stakers), and an AI layer with an MCP server and Claude Code plugin that wires everything together. The protocols ship with TypeScript (npm) and Python (PyPI) SDKs, are audited, and released under the MIT license.


