SettleMint
Operability

Overview

Overview map for operating DALP deployments: telemetry, PostgreSQL persistence, workflow durability, high availability handoffs, and failure behavior.

Operability overview

DALP operability connects four production concerns: visibility, durable state, recovery planning, and failure handling. This overview routes production-readiness reviews to the evidence each reader needs.

Operators use telemetry to detect incidents. PostgreSQL and workflow checkpoints preserve state. High availability patterns set recovery targets. Failure-mode guidance shows whether the platform retries, fails over, blocks unsafe work, or needs manual intervention.

Start here when you need the operating model rather than a deployment recipe. Buyers use this section to assess resilience. Operators use it to plan support. Security reviewers can check monitoring, access controls, and recovery responsibilities through the same evidence chain.

ReaderStart withDirect answer
BuyersHigh availabilityResilience depends on the selected deployment pattern, measured recovery targets, and restore evidence.
OperatorsObservabilityEnabled telemetry gives the team metrics, logs, traces, dashboards, and alerts for incident response.
Data ownersDatabasePostgreSQL stores application, workflow, indexed chain, and audit data that must survive disruption.
Security reviewersFailure modesSecurity-sensitive operations fail closed when required checks cannot finish.

What this section covers

DALP keeps deployments observable and durable. Recovery depends on deployment telemetry, PostgreSQL application stores, workflow checkpoints, transaction checkpoints, component failure behavior, and the selected high availability pattern.

Each operating concern has a clear split between what DALP documents and what the deployment operator owns:

ConcernDALP documentsDeployment operator owns
TelemetrySignals emitted by platform components and the observability chart components that can collect and display themEnabling the stack, configuring sinks, alert routing, retention, dashboard access, and incident response
State and recoveryData domains, workflow checkpoints, idempotent retry behaviour, and recovery patternsPostgreSQL topology, backups, restore drills, infrastructure failover, measured RTO/RPO, and access controls
Failure handlingComponent degradation behaviour, retry paths, failover paths, and fail-closed controlsRunbooks, escalation paths, external dependency restoration, and manual approvals when a provider or policy gate requires them
Asset control policyWhere operability evidence supports audits and production readinessAsset rules, custody policy approvals, compliance policy design, and business workflow changes

This section does not define asset issuance design, compliance rule authoring, custody policy governance, chain validator or RPC provider service levels, legal retention commitments, or privacy programme design. It does not define bridge behaviour or non-EVM network support. For those decisions, see the product pages, compliance documentation, custody guides, and integration references.

Operating model

DALP's operating model has four linked concerns:

  1. Visibility: when the observability stack is enabled, operators inspect platform health through metrics, logs, traces, and dashboards with configured alerting.
  2. Persistence: PostgreSQL stores application data including identity records, asset configuration, indexed chain state, workflow state, and audit records.
  3. Recovery planning: self-hosted deployments choose a high availability pattern, assign owners, and measure actual recovery time against the agreed RTO and RPO through restore drills.
  4. Failure handling: workflow checkpoints, idempotent processing, and fail-closed controls contain failures to the affected component or workflow when the platform can continue safely; retries and failover handle recoverable cases automatically.
Rendering diagram...

These concerns work together. Telemetry tells operators which component or chain is affected. PostgreSQL and the Workflow Engine preserve state across restarts and failovers. High availability pages define the selected recovery pattern and recovery targets. The failure-mode catalog identifies whether the expected path is automatic retry, failover, manual intervention, or restoring an external dependency.

Evidence chain

For production reviews, treat these pages as an evidence chain rather than isolated references:

  1. Observability shows what your deployment can detect.
  2. PostgreSQL and workflow checkpoints show which state survives restart, failover, or restore.
  3. High availability planning shows the recovery pattern and your measured recovery targets.
  4. Failure-mode guidance shows what the platform retries, what it blocks, and what you must restore.

That chain helps you separate platform behaviour from deployment responsibilities without turning the overview into an incident runbook.

Review path

Use the operability pages as a sequence when you need to prove production readiness.

QuestionEvidence to inspectPage
How will the team know something is unhealthy?Metrics, logs, traces, dashboards, alert labels, and deployment telemetry configurationObservability
Which state must survive restart, failover, or restore?PostgreSQL data domains, database HA, backup layers, audit logging, and access controlsDatabase
Which recovery target drives the infrastructure design?Cloud-native, hot-warm, hot-cold, or hot-hot pattern; RTO, RPO, measured recovery time, drillsHigh availability
What happens when a dependency or component is unavailable?Component failure modes, degraded behavior, detection path, retry or manual recovery expectationFailure modes
Which transaction or signing state can resume after disruption?Workflow checkpointing, idempotent processing, signing durability, and transaction retry pathsSigning flow

Key reliability characteristics

CharacteristicOperator valueRelated page
Workflow durabilityRestarts can resume from the last recorded checkpointWorkflow Engine
Idempotent processingRetries avoid duplicate transaction or event effectsSigning flow
Fail-closed controlsUnsafe continuation is blockedFailure modes
Deployment visibilityMetrics, logs, traces, dashboards, and alerts existObservability
Recovery evidenceRestore drills compare measured recovery time to RTOHigh availability

Where to go next

On this page