SettleMint
User guidesCompliance

Collateral requirement

Configure the collateral compliance module so DALP checks the asset identity for a valid collateral claim before minting more supply.

The collateral compliance module checks minting. When you enable the module for an asset, DALP looks for a valid collateral claim on the asset identity before allowing new supply.

That claim must be issued by a trusted issuer. It must also be unexpired and large enough to cover the required amount after the mint.

The module does not screen normal wallet-to-wallet transfers.

DALP also does not prove that money, securities, commodities, or other off-chain reserves exist. Reserve custody and attestations stay in the operator's evidence process.

DALP records the on-chain claim and enforces the configured minting check.

How collateral validation works

When you mint an asset with the module enabled, DALP applies this sequence:

Rendering diagram...

The required amount is calculated from the post-mint total supply and the configured ratio in basis points. A 10,000 bps ratio means 100% backing. A 15,000 bps ratio means the claim must cover 150% of the post-mint supply.

Roles and responsibilities

RoleResponsibilities
Asset issuerConfigures the module during asset creation, including the collateral ratio and trusted issuer setup.
Trusted issuerIssues and manages the collateral claim on the asset identity after reviewing the operator's reserve evidence.

Separate configuration from proof

The asset issuer configures how DALP checks collateral during minting. The trusted issuer records the claim that DALP can validate on-chain. The documents and approvals behind that claim remain part of the operator's reserve process.

Configuration parameters

ParameterDescriptionValid valuesExample
Proof topic IDVerification topic DALP checks for the collateral claim. The platform provides the default collateral topic.System-provided topic IDcollateral (ID: 565916...0528)
Collateral ratioRequired backing ratio in basis points.0 to 2000010000 for 100%, 15000 for 150%
Additional trusted issuersIssuer addresses accepted in addition to the platform registry. Use only when the issuer is not already registered for the collateral topic.Wallet addressesLeave empty to use registry issuers

Collateral ratios use basis points

0 disables the minting check. 10000 requires 100% backing, so 1,000 minted units require a claim for at least 1,000. 20000 is the maximum ratio and requires 200% backing.

Configure collateral during asset creation

Open the asset designer

Navigate to Asset management > Asset designer in the sidebar.

Complete asset setup

Follow the wizard through asset class, type, and basic configuration. See Create asset for the full asset creation flow.

Enable the module

On the compliance modules step, select Collateral requirement. This adds the minting check to the asset.

Compliance module selection with Collateral requirement

Configure the settings

Set the collateral topic, ratio, and any additional trusted issuers.

Collateral requirement configuration form

Complete deployment

Review the configuration and deploy the asset. The module is active after deployment.

Issue a collateral verification

After deployment, a trusted issuer must add a collateral claim to the asset identity before minting can pass the module check.

Prerequisites

You need one of these permissions:

  • trusted issuer authority for the collateral topic
  • governance authority on the asset

Claim fields

FieldDescriptionFormat
AmountTotal value covered by the claim. Use the same unit basis as the asset supply for the minting check.Asset amount
ExpiryTimestamp after which DALP stops treating the claim as valid.Future date and time

Go to Participants > Entities. Assets appear here because each deployed asset has an on-chain identity. Entity addresses use the Web3 display format, so saved names and avatars can appear beside addresses.

Entities page showing assets with on-chain identities

Select the asset

Open the asset that needs the collateral claim.

Open verification management

On the entity detail page, locate the Identity and verifications tile. Click Manage verifications.

Entity detail page with Identity and verifications tile

Add the claim

Click Add verification, then enter:

  1. Verification topic: collateral
  2. Amount: total covered amount, such as 10000
  3. Expiry Timestamp: a future expiry date and time

Collateral verification form with topic, amount, and expiry fields

Submit the transaction

Review the confirmation screen, then click Issue verification.

Confirmation before issuing verification

Renew before expiry

Expired collateral claims block future minting. Renew the claim before the expiry timestamp if the asset still needs to mint new supply.

Example calculation

An asset uses a 150% collateral ratio and has a valid claim for 15,000 units.

OperationCurrent supplyMint amountPost-mint supplyRequired collateralAvailable claimResult
Initial mint05,0005,0007,50015,000Allowed
Second mint5,0003,0008,00012,00015,000Allowed
Third mint8,0005,00013,00019,50015,000Blocked

The third mint fails because the post-mint supply would be 13,000 units. At a 150% ratio, required collateral is 13,000 × 1.5 = 19,500. The current claim only covers 15,000, so the trusted issuer must issue a higher claim before the mint can be retried.

Troubleshooting

IssueCauseFix
Minting is blocked with "Insufficient collateral"The claim amount is lower than the required amount.Ask the trusted issuer to issue a higher claim, then retry the mint.
Minting is blocked with "No collateral verification"The asset identity has no valid collateral claim.Ask the trusted issuer to add the claim on the asset identity.
Minting is blocked with "Verification expired"The claim expiry timestamp has passed.Issue a new claim with a future expiry.
You cannot issue the claimYour account is not a trusted issuer for the topic and does not have governance authority on the asset.Ask an administrator to grant the required authority or have the designated issuer submit the claim.

Next steps

On this page