Use Cases
Vault governance, FAR rewards, multi-sig wallet, and utility service walkthroughs.
Last updated
Vault governance, FAR rewards, multi-sig wallet, and utility service walkthroughs.
The Decentralization Manager supports a range of multi-party governance scenarios on Canton. The walkthroughs below illustrate common deployments built on the onboarding, contract deployment, and governance workflows.
Deploy vault contracts governed by a decentralized party, where actions on the vault require threshold-based confirmation from member participants before they execute on the ledger.
Coordinate the distribution of FAR rewards through governance confirmations, so that reward actions are proposed, confirmed by the required members, and executed under shared control.
Operate a wallet under decentralized control, where transactions are signed by multiple participants and only execute once the configured signing threshold is reached, removing reliance on any single key holder.
Provision and run a utility service such as minting and burning under governance. The manager coordinates provider setup, mint, and burn actions through propose-confirm-execute cycles across the member participants.
Last updated