SettleMint
Overview

Architecture one-pager

All eight DALP systems, their sub-components, and their external dependencies on one page, formatted for RFP, security, and integration reviews.

Read this after the architecture overview when your review asks which system owns a specific decision. The map gives each area a clear owner: operator workspaces, API calls, transaction lifecycle, compliance checks, signing, pricing, on-chain enforcement, indexed evidence, and shared platform services.

The short version

Eight systems run the platform. Operators, compliance teams, treasury, and integrators work in the Operations Console, which drives one Platform API. The Transaction Lifecycle Engine runs every write end to end: it checks each transfer with Compliance & Identity, signs through Custody & Settlement, prices with Market Data, and writes to the Asset Registry contracts on your selected EVM network. The Ledger Index reads chain events back for query and audit, and the Core Platform carries all of it.

Rendering diagram...

Three points matter in most reviews:

  1. DALP is EVM-focused. It does not make non-EVM chains native DALP execution environments.
  2. DALP keeps workflow authorisation, transaction signing, and on-chain compliance in separate systems rather than treating any one system as the whole control plane.
  3. DALP stores operational data off chain for workflow and review, while asset ownership and rule enforcement live in smart contracts on your selected EVM network.

How to read the architecture in a review

Start with the system that owns the decision you are checking. A request enters through the Operations Console or the Platform API and moves through the Transaction Lifecycle Engine. The Workflow Engine gates each transfer through the Compliance Engine, which reaches your compliance and KYC providers where configured. It signs through Key Management under custody-provider policy, prices with Market Data feeds, and broadcasts through your EVM RPC provider to the SMART Protocol contracts in the Asset Registry. The Ledger Index turns emitted events into the read model the Platform API serves, and Event Delivery streams confirmations and webhooks to downstream consumers. The Core Platform carries the data platform, observability, document storage, and shared libraries under all of it.

Use that flow to make procurement and security reviews concrete:

Review topicArchitectural questionPrimary docs path
Bank-grade platform architectureWhich system owns user requests, workflow state, signing, on-chain enforcement, and data?System context and Components
Privacy on public networksWhich data is on chain, and which data stays in DALP or external systems?Public chain privacy
Replay, retries, and idempotencyHow does DALP coordinate state-changing work before and after signing?Signing flow and workflow engine recovery
Auditability and source verificationHow can a reviewer trace deployed contracts, events, and transaction history?Source verification and deployment auditability
Hosting, backup, and recoveryWhich responsibilities belong to DALP services, the deployment model, and the operator?Deployment topology and Operability

What runs inside DALP

SystemResponsibilityReview question it answers
Operations ConsoleBrowser workspace for issuers, operators, compliance reviewers, and asset servicing users: console, identity & access, developer platform, and deploymentHow do business users and platform operators work with the platform?
Transaction Lifecycle EngineOne Platform API plus the transaction queue, workflow engine, broadcast, confirmation tracking, and event delivery that run every write end to endWhat coordinates a transaction from API call to confirmed on-chain state?
Compliance & IdentityCompliance engine, identity registry, KYC / AML orchestration, and claim issuance that gate every transferWhat decides whether a transfer is allowed, and on which identity evidence?
Custody & SettlementKey management, vaults, settlement, and distribution, enforcing custody-provider signing policyWho controls signing policy and quorum decisions?
Market DataPrice feeds and FX rates that value and settle assetsWhere do prices and rates come from?
Asset RegistrySMART Protocol contracts, asset classes, and the control plane on your selected EVM networkWhat enforces token state and transfer controls on chain?
Ledger IndexIndexing pipeline, read model, and change data capture that turn chain events into queryable evidenceHow does chain activity become searchable operational evidence?
Core PlatformData platform, observability, document storage, and core libraries that carry the other seven systemsWhich shared services keep the platform operable and auditable?

Control responsibilities

DALP checks each request through a series of gates before it proceeds.

Responsibility areaWhat DALP checksWhere to continue
Identity and accessSessions, API credentials, roles, organisation scope, and resource permissionsAuthentication and Authorization
Operator confirmationWallet verification for browser-session blockchain writes where confirmation is requiredWallet verification
Execution and signingWorkflow state, transaction preparation, nonce handling, signer routing, and custody-provider policySigning flow and Custody providers
On-chain asset rulesIdentity claims, compliance modules, asset policy, transfer approval, caps, and time-based restrictions where configuredIdentity and compliance and Compliance modules
Audit and recovery evidenceDeployment addresses, source verification, indexed events, and transaction historySource verification and deployment auditability

This split matters when you review as an auditor:

  • Authentication proves who is calling.
  • Authorization decides whether the caller may perform the requested operation.
  • Signing policy decides whether a transaction can be signed.
  • SMART Protocol contracts decide whether a state change is valid on chain.

Deployment responsibilities

DALP can run in managed, customer-hosted, hybrid, private-chain, and restricted-network patterns depending on the operating model. The division is consistent across patterns: DALP services operate the eight systems in the diagram. The selected EVM network, custody provider, RPC service, identity sources, pricing sources, payment rails, and operational approvals remain explicit dependencies.

For hosting, networking, high availability, backup, recovery, or restricted-network detail, continue to Deployment topology and Operability for your context.

Reader paths

What this page does not claim

DALP does not make every external system part of its native platform control. Custody-provider quorum rules, bridge design, liquidity venues, payment rails, source data methodology, public-network validator behaviour, non-EVM execution environments, and physical-asset reserve attestations each need their own review. DALP integrates with selected external systems where configured, but that integration is not the same as native platform control.

On this page