Configure & deploy
Connect a TON wallet, edit the on-chain economic parameters, and deploy the sharded settlement contracts to testnet or mainnet — signed and broadcast by your wallet.
This turns the console into a real dApp: your wallet signs the deploy, the contract code comes from the project's compiled artifacts, and the init data is built from the config you edit below (the GlobalParams EcoParams encoding is cryptographically verified against the node's reference).
Impact: You can stand up the economic layer yourself on testnet (play money) or mainnet (real funds) without any trusted operator — switch the target from the network toggle in the header.
Use Tonkeeper, MyTonWallet, or any TON Connect wallet. You can still edit and validate the config below without connecting.
Fees (bps)
Slashing (bps)
Slash split (bps — must sum to 10000)
Stake (whole TON) + windows (secs)
Selection + ranking
Resilience
Upgrade timelock
Core contracts
owner/authority default to your walletowner/slasher = your wallet · splits + windows from the config above.
authority/keeper/treasury = your wallet · min weight 100 TON, bond 1 TON.
• Deploys are real on-chain transactions signed by your wallet. Start on testnet (header toggle) and fund the wallet from a faucet.
• The GlobalParamsEcoParams encoding is verified against the node's reference hash; the contract code is the repo's compiled artifact (hash-checked). The surrounding storage layout follows the current Tolk structs.
• For mainnet, confirm the published source with acton verify and review every parameter — these contracts custody stake and escrow.