🧷 PERMISSION BUILDER

Turn a normal KleverChain account into a multisig. Add weighted co-signers, set how many signatures a transaction needs, and choose which contracts they're allowed to run. You apply it with one UpdateAccountPermission transaction, signed in your own wallet. Pair it with the Multisig Coordinator to actually move funds afterwards.

1
Name this permission
A label that shows on explorers. The account keeps its original owner key; this adds a co-signing rule on top.
2
Add the co-signers
Each signer has a weight. A transaction is valid when the weights of those who signed add up to at least the threshold.
Tip: equal weights of 1 make a simple “M-of-N”. Give a lead signer weight 2 to let them count double.
3
Set the threshold
The minimum total weight needed to approve a transaction.
1
of 1
4
What can these signers do?
Limit the permission to specific contracts, or allow everything.

Summary