Skip to content
Daml

Token Standard API (CIP 56)

The Registry App supports the Canton Network Token Standard, as defined in CIP-0056.

App / Wallet providers integration

App providers and Wallet providers wishing to transact Registry holdings as part of their application’s workflows must make sure that
  • all supported versions of the utility-registry-app-v0 DARs are installed on their node
  • the application is configured to source off-ledger data from the token standard endpoints
The Registry dApp UI supports the AllocationRequest standard to read allocation requests from other applications and create corresponding Allocations. You can download the bundle containing the DAR files from the Releases page.

Instrument admin actions

Instrument admins who wish to enable token-standard transfers for the tokens they manage must ensure the following contracts have been created
ContractPurpose
AllocationFactoryEnables users to create transfer offers and allocations
TransferRuleValidates requirements are met upon transfer execution
Both contracts can be instantiated and archived using the dApp UI.