TON Multisig is a multi-signature wallet solution for the TON blockchain that requires multiple signatures to execute transactions. It uses TON’s native smart contracts to provide secure shared custody.Documentation Index
Fetch the complete documentation index at: https://docs.tac.build/llms.txt
Use this file to discover all available pages before exploring further.
How it works
TON Multisig deploys a smart contract on TON that requires multiple signatures before executing transactions. You configure:- Signers: Addresses that can sign transactions
- Proposers: Addresses that can propose new transactions
- Threshold: Number of signatures required for execution
Setup
Open it
Go to multisig.ton.org
Ensure all signer and proposer addresses are accessible. Lost access to
required keys can lock your funds.
Usage
Once deployed, your multisig works as follows:- Proposer submits a transaction proposal
- Required number of signers approve the proposal
- Transaction executes automatically once threshold is met