Skip to main content
Your Party ID key is the co-signer key for DvP settlement — analogous to a multisig key, but with DAML choice-level granularity. Protect it with the same controls you apply to any key that authorizes asset movements.

Your Signing Authority

  • Co-signature on quote acceptance — no assets move without your approval
  • Settlement approval — you are one of four required signatories on the atomic DvP
  • Veto power — you can reject order proposals or refuse to co-sign quotes
Unlike EVM multisig where any N-of-M signers are interchangeable, your Canton Party ID is a named role. The settlement protocol requires specifically your signature — it cannot be substituted by another custodian or any other party.

Canton Privacy vs Public Chain Transparency

If you’re used to EVM or Bitcoin, where every transaction is publicly visible, Canton’s privacy model is fundamentally different:
Public Chains (EVM/Bitcoin)Canton (Musubi)
Transaction visibilityEveryone sees everything (Etherscan, block explorers)Only parties to a contract see it
Balance visibilityAnyone can query any address’s balanceOnly you see your holdings
Trade historyFully public, linkable, analyzablePrivate — other participants cannot see your activity
Counterparty discoveryAddresses are pseudonymous but linkableParty IDs are visible only to authorized counterparties
Network-wide stateFull global state accessible to allNo global state — each node stores only its own contracts
This means you cannot independently verify other participants’ balances or transaction history by scanning a public ledger. Trust in counterparty solvency comes from the atomic DvP guarantee (both legs or neither), not from on-chain transparency.

Authentication

PropertyValue
Token typeJWT (JSON Web Token)
Key claimscanton_party_id (your identity), role: "custodian"
Lifetime3600 seconds (1 hour) default
Obtain viaPOST /auth/token on your backend
In production, JWT issuance integrates with your organization’s identity provider.

Data Isolation

Your backend and database run in your infrastructure: No other participant can access your backend or database. All cross-party communication flows through the settlement network protocol.

What You See

DataVisible
Order details for assets you custodyFull visibility
All competing MM quotesFull visibility
Your client’s identity and compliance refsFull visibility
Receiver institution and their custodianVisible
Market maker identity (on accepted quotes)Visible
Settlement confirmation and proofFull visibility
Other custodians’ ordersNot visible
Orders you’re not party toNot visible

What You Control

ComponentControlled By
Your backend instanceYou
Your databaseYou
Your signing keysYou
JWT issuance (production)Your IdP
Whitelist configurationYou
Network access policiesYou