For the complete documentation index, see llms.txt. This page is also available as Markdown.

Authentication and operator roles

Choose a module

Need
Path

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

  1. Define the application state and governed action.

  2. Identify who can propose and execute.

  3. Define validation and failure behavior.

  4. Implement the approved interface.

  5. Build and test the DAR.

  6. Review authorization and privacy.

  7. Distribute the DAR to every peer.

  8. 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

Next step

👉 Prepare the selected module: Decentralization Manager package and contract operations.

Last updated