SettleMint
SecurityCompliance Modules

Asset policy

Reference page for DALP asset policy compliance configuration, module categories, configuration scope, and the pages to use when reviewing per-asset rules.

An asset policy is the configured set of compliance modules and parameters that DALP evaluates for one regulated EVM asset. The policy decides which ordinary mint, transfer, and burn operations can execute.

Review the full model in How DALP applies per-asset compliance rules. Use this reference to choose the right module page for a concrete asset review.

What belongs in an asset policy

DALP stores policy choices per asset. A deployed compliance module can be reused across assets, but each asset keeps its own selected module list and parameter values. Changing one asset's policy does not silently rewrite another asset's policy.

Policy areaWhat it controlsStart here
Geographic eligibilityCountries that may or may not hold the asset.Country restrictions
Identity eligibilityClaim expressions, identity allow lists, identity block lists, and address block lists.Identity verification, identity lists, and address block list
Supply and holder limitsCaps on supply, issuance volume, investor count, or capital raise amount.Supply and investor limits, capital raise limit, and issuance volume limit
Transfer workflowPrior approval requirements and holding-period checks before transfer execution.Transfer approval and TimeLock
Collateral and backingCollateral checks and supply-cap controls for backed assets.Supply cap and collateral

Runtime rule

For ordinary regulated operations, DALP reads the asset's active policy and evaluates the selected modules before the token state change. If a required module rejects the operation, the operation reverts and the token balance does not change. Stateful modules update their counters, approval usage, or holding-period records only after a successful operation.

Lost-wallet recovery is different from an ordinary transfer. Recovery checks the identity registry's lost-wallet relationship and replacement wallet, then applies a forced balance update through recovery-specific controls. Review recovery controls separately from ordinary transfer policy.

Configuration review checklist

Before moving an asset policy into production, verify these facts for the specific asset:

  • The token uses the intended identity registry and trusted issuer records.
  • Every active module is required for the asset's jurisdiction, instrument, and operating model.
  • Module parameters match the schema for that module, including country-code format, identity or wallet address type, claim-expression shape, and numeric limit units.
  • Stateful modules are tested across the lifecycle they track, including mint, transfer, burn, and any recovery-side state migration that applies to the asset.
  • Governance roles for installing, disabling, enabling, uninstalling, or reconfiguring modules are restricted to the intended operators.
  • Operational approvals outside the smart contract transaction exist for policy changes that require maker-checker review.

On this page