Authentication and operator roles
Choose a module
Custom governed application action
Generalized Governance Core and custom Daml
Governed token administration
Token Management Module
Governed custody operations
Custody Module
Use only modules included in the approved public release. Do not present roadmap modules as available.
Custom Daml actions
A custom template can implement the GovernableAction interface and provide its governance party, proposer, label, description, and execution behavior. The shared lifecycle handles proposal, confirmation, and execution while the custom action defines application logic.
Design steps
Define the application state and governed action.
Identify who can propose and execute.
Define validation and failure behavior.
Implement the approved interface.
Build and test the DAR.
Review authorization and privacy.
Distribute the DAR to every peer.
Deploy and complete one low-risk test.
Boundaries
Custom Daml still requires Daml expertise, package management, testing, and node operations. The framework reduces repeated governance work but does not eliminate application design or security review.
Source
Related pages
Next step
👉 Prepare the selected module: Decentralization Manager package and contract operations.
Last updated