SettleMint
ArchitectureFlows

Overview

Explanation of the main DALP operational flows, how platform flows support capability-specific workflows, and which flow page to read for signing, issuance, compliance transfers, data feeds, offerings, distributions, and XvP settlement.

DALP flows show how a business request becomes a controlled platform operation. A flow starts when an operator or API client asks DALP to do something, then moves through orchestration, custody signing, on-chain enforcement, indexing, and monitoring until the operation completes or exposes a failure that operators can investigate.

Use this overview to choose the right flow page before an architecture review, implementation plan, or incident review. The pages explain where the work starts, which DALP layer owns each control point, and which page to read next for signing, issuance, compliance transfer checks, data feeds, distributions, offerings, or XvP settlement.

Operating model

The flow pages are explanation docs for architects, operators, and security reviewers. They show the systems involved in an operation, the control points each system owns, and the detail page to read next. They are not API reference pages and do not list every request field, screen, or contract event.

Read this section when you need to answer four questions:

  • which DALP layer starts, coordinates, signs, enforces, indexes, or monitors an operation
  • where custody, compliance, indexing, feeds, distribution, or settlement logic enters the path
  • which flows are shared platform mechanics and which flows are business capabilities built on top
  • which component or security page to read before an implementation or diligence review

Choose a flow

If you need to understandStart withWhy
How DALP authorises and submits blockchain writesSigning flowEvery on-chain operation depends on custody signing, nonce handling, broadcast, and confirmation tracking.
How a configured asset becomes a deployed tokenAsset issuanceIssuance connects asset configuration, token controls, compliance setup, and initial supply.
How identity and compliance rules affect movementCompliance transferTransfer checks show where identity, claim, and compliance modules can allow or reject movement.
How signed values enter asset workflowsFeeds update flowFeed updates explain validation, indexing, and use of current values by downstream flows.
How investors subscribe to an offeringDAIO offeringOffering flows add subscription, allocation, payment, and lock-up mechanics to the platform path.
How tokens or payments are distributed after issuanceAirdrop distribution or Treasury distributionDistribution flows show batch delivery, eligibility, treasury balance, and investor payment movement.
How delivery and payment obligations are coordinatedXvP settlementXvP settlement adds matching obligations, approvals, execution, and failure handling around delivery versus payment.

Flow map

Rendering diagram...

Most flows follow the same operating path. An operator action or API request enters the platform, the Execution Engine coordinates the work, the signing layer applies custody controls, SMART Protocol contracts enforce token and compliance rules on EVM, and the indexer makes confirmed activity visible to the product and API surfaces.

Capability flows reuse that path with their own business logic. A DAIO offering adds subscription and allocation steps. A treasury distribution adds asset treasury and investor payment steps. XvP settlement adds matching delivery and payment obligations. Feed updates add signed value validation before consumers read the latest value.

Platform flows

Platform flows are the reusable sequences that other DALP workflows depend on. They describe the common path through the Asset Console or Unified API, the execution runtime, custody providers, the SMART Protocol, and the indexer.

FlowTriggerWhat it explains
Signing flowAny blockchain write operationHow a transaction is authorised, signed by custody, and broadcast
Asset issuanceIssuer creates a new digital assetHow DALP creates the token, configures controls, and mints supply
Compliance transferToken holder initiates transferHow a transfer is checked against identity and compliance rules
Feeds update flowIssuer publishes signed price dataHow signed price data becomes validated, indexed, and available to use

Start with the signing flow when you are reviewing transaction execution. Start with asset issuance when you are reviewing how an asset moves from configuration to a deployed token. Use compliance transfer when the question is whether a movement can pass identity and compliance controls.

Capability flows

Capability flows compose the platform flows with business-specific logic. They are useful when you need to explain an investor, treasury, settlement, or distribution process end to end.

FlowTriggerWhat it explains
DAIO offeringIssuer opens a Digital Asset Initial OfferingHow subscriptions, allocations, payment, and lock-up fit together
Airdrop distributionIssuer initiates airdrop to a holder listHow DALP distributes tokens to eligible wallets in batches
Treasury distributionScheduled or manual distribution triggerHow treasury payments move from asset treasury to investors
XvP settlementSettlement instruction submittedHow DALP coordinates token delivery against payment between parties

Read capability flows after the platform flow they depend on. XvP settlement depends on transaction signing and compliance checks. Treasury distribution depends on asset state, investor eligibility, and payment execution. DAIO offering depends on the platform path plus subscription, allocation, payment, and lock-up steps.

Operational ownership

LayerOwnsRead next
Asset ConsoleOperator initiation, review screens, and visible workflow stateUser guides
Unified APIProgrammatic requests, caller permissions, and API responsesUnified API
Execution EngineMulti-step orchestration, durable workflow state, and retriesDALP Execution Engine
Transaction SignerTransaction assembly, nonce handling, signing requests, and broadcastSigning flow
Custody providerKey control, policy approval, quorum approval, and signed transaction outputKey Guardian
SMART ProtocolToken, identity, compliance, and settlement enforcement on EVMSMART Protocol integration
Chain IndexerConfirmed event ingestion and API or dapp read modelsChain Indexer
Observability surfacesHealth, failure, and evidence review for operationsObservability

This split helps incident review. A failed operation can be a request problem, an orchestration problem, a signing problem, an on-chain validation problem, or an indexing problem. Use the flow page to locate the layer first, then inspect the relevant logs, API response, component page, or monitoring surface. If the failure happens before signing, start with the Asset Console, Unified API, or Execution Engine. If signing succeeded but the product view is stale, start with the SMART Protocol transaction status and Chain Indexer.

What stays external

DALP coordinates and records the platform operation. External providers and the operator organisation still own the systems they bring to the workflow: custody provider policy configuration, EVM network availability, payment rail settlement, bank ledger reconciliation, and any legal or regulatory decision that sits outside the token platform.

On this page