SettleMint
ArchitectureFlows

Overview

Index of the primary operational flows in the Digital Asset Lifecycle Platform, covering platform-level transaction sequences and capability-specific distribution and settlement workflows.

Purpose

This section documents the end-to-end operational flows that orchestrate digital asset lifecycle events across DALP's four platform layers.

  • Doc type: Reference

What you'll find here

  • Step-by-step sequence for each flow, from trigger to confirmed outcome
  • Which platform layers and components participate in each flow
  • Failure modes and recovery behavior at each step
  • Invariants that must hold throughout each flow
  • Observability hooks for monitoring flow execution

Platform flows

Platform flows are foundational sequences that underpin all DALP operations. Every capability flow builds on one or more of these.

FlowTriggerOutcome
Signing flowAny blockchain write operationTransaction signed by custody provider and broadcast to network
Asset issuanceIssuer creates a new digital assetToken contract deployed, compliance configured, initial supply minted
Compliance transferToken holder initiates transferTransfer validated against compliance rules and executed on-chain
Feeds update flowIssuer publishes signed price dataValue validated, stored, indexed, and available to consumers

Capability flows

Capability flows implement specific business operations. Each composes platform flows with additional domain logic for distribution, settlement, or offering management.

FlowTriggerOutcome
DAIO offeringIssuer opens a Digital Asset Initial OfferingInvestors subscribe, tokens allocated, lock-up enforced
Airdrop distributionIssuer initiates airdrop to holder listTokens distributed to eligible wallets in batch
Treasury distributionScheduled or manual distribution triggerSettlement currency paid from asset treasury to investors
XvP settlementSettlement instruction submittedAtomic exchange of tokens against payment between counterparties

How flows relate to platform layers

Each flow traverses multiple layers. The Asset Console or Unified API receives the initial request. The DALP Execution Engine orchestrates the multi-step sequence with durable state. The SMART Protocol enforces on-chain invariants. Custody providers sign and broadcast the final transactions.

Flows are the primary unit of reliability analysis. Each flow page documents where failures can occur and how the Execution Engine recovers.

See also

On this page