SettleMint
Flows

Overview

Explanation of the main DALP operational flows, how platform flows support capability-specific workflows, and which flow page to read for signing, issuance, identity recovery, compliance transfers, data feeds, 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, identity recovery, compliance transfer checks, data feeds, distributions, 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 a lost-wallet case moves through recoveryIdentity recoveryRecovery shows the operator-approved recovery path and the state to review after access loss.
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 treasury payments reach investorsTreasury 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 Workflow 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.

Each flow adds the business or control step that matters for that workflow. Identity recovery moves a lost-wallet case through an operator-approved replacement path and exposes the state operators need to review afterward. 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 Console or Platform 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
Identity recoveryOperator approves a replacement walletHow DALP coordinates the recovery path after wallet loss
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 identity recovery when the question is how a lost-wallet recovery moves through DALP. 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
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.

Operational ownership

LayerOwnsRead next
ConsoleOperator initiation, review screens, and visible workflow stateUser guides
Platform APIProgrammatic requests, caller permissions, and API responsesPlatform API
Workflow EngineMulti-step orchestration, durable workflow state, and retriesDALP Workflow Engine
Transaction SignerTransaction assembly, nonce handling, signing requests, and broadcastSigning flow
Custody providerKey control, policy approval, quorum approval, and signed transaction outputKey Management
SMART ProtocolToken, identity, compliance, and settlement enforcement on EVMSMART Protocol integration
Ledger IndexConfirmed event ingestion and API or Console read modelsLedger Index
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 Console, Platform API, or Workflow Engine. If signing succeeded but the product view is stale, start with the SMART Protocol transaction status and Ledger Index.

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