Current Network Status: The sequencer network is currently distributed but
not decentralized. Full decentralization is on the roadmap as the network
matures.
Core Functions
The TON Adapter handles the following operations:Message Operations
- Transaction execution coordination
- TON and TAC EVM calls
- Value routing
Consensus Operations
- Merkle tree formation
- Multi-group validation
- Economic security enforcement
Sequencer Network Architecture
Individual Sequencers
Each sequencer monitors both TON and TAC EVM for relevant events,
maintaining local databases of transactions and forming independent Merkle
trees.
Sequencer Groups
Sequencers organize into groups that must reach 3/5 internal consensus. Each
group validates transactions independently and stakes collateral as security.
Network Consensus
Multiple groups must submit identical Merkle trees to achieve network-wide
consensus. This creates multiple validation layers for maximum security.
Asset Management
The TON Adapter handles two primary types of asset operations as tokens move between chains.Lock and Mint Operations
When assets need to be moved from one chain to another, the TON Adapter uses a lock-and-mint mechanism:- Asset Locking: Tokens are locked on their native chain to prevent double-spending while preserving the original asset.
- Metadata Capture: The system records key token details, including the name, symbol, decimals, and the original contract address.
- Token Deployment: If the token is crossing chains for the first time, the system automatically deploys the corresponding ERC-20 contract on TAC EVM and Jetton contract on TON.
- Token Minting: An equivalent amount of tokens is minted on the destination chain to keep supply consistent across both networks.
Burn and Release Operations
When assets move back, the reverse flow applies:- Asset Burning: ERC-20/Jetton tokens are burned, removing them from circulation on a particular chain.
- Validation: Sequencers verify the burn.
- Asset Release: The previously locked tokens are released.
Failure Protection
- Automatic Rollbacks: If a transaction fails on the target chain, assets are automatically returned to the sender.
- Failed Transaction Collection: Failed transactions are processed through the same consensus mechanism to ensure proper resolution.
Performance Characteristics
The TON Adapter is designed to balance security with reasonable performance for application-level interactions.- Latency
- Throughput
- Cost
Cross-chain transactions typically complete within 1-3 minutes.
The exact timing depends on the number of
sequencer groups participating in consensus and the current cross-chain activity.