General Concept
Overview
The architecture of XDAO TON is designed to bring the full power of Digital Autonomous Organizations (DAOs) into the everyday flow of Telegram communication. This is not just a wrapper around web3 β itβs a native experience built for TON and Telegram users, with minimal friction and maximum accessibility.
Key Principles
1. Telegram-First
All core interactions happen inside a Telegram Mini App, offering a seamless UX for creating and managing a DAO directly in app.
2. TON Native
The backend operates on the TON blockchain, using native smart contracts for asset management, voting, and consensus.
3. Modular Micro-Architecture
Every feature β from treasury to proposals β is modular and replaceable. This allows different types of DAOs (startups, communities, investment clubs) to be built on the same foundation.
4. Secure by Design
Wallets are non-custodial, private keys are never exposed, and transactions are signed by the user.
High-Level Components
Lifecycle of a DAO Action
Initiation. A DAO member creates a proposal inside the Telegram interface.
Validation. The backend (our systems) checks permissions, renders a preview, and suggests actions.
Signature. Members sign the proposal using their TON wallets.
Execution. Upon reaching consensus, the action is executed on-chain via smart contract call.