SettleMint
ArchitectureFlows

Digital Asset Initial Offering

How DALP's Digital Asset Initial Offering (DAIO) mechanism works architecturally — from offering configuration through investor participation to settlement and lock-up enforcement.

Overview

The Digital Asset Initial Offering (DAIO) is DALP's primary distribution mechanism — the structured workflow that moves newly issued digital assets from the issuer into verified investors' custody accounts. It integrates with DALP's compliance, custody, and settlement layers so that every aspect of primary distribution is governed by the same infrastructure that manages the rest of the digital asset lifecycle.

A DAIO is not a separate system. It is a capability embedded within the digital asset itself, configured at offering creation and enforced on-chain throughout the offering period.

How a DAIO fits into the DALP architecture

Rendering diagram...

The DAIO module sits between the issuer and the investor, enforcing offering terms while delegating eligibility decisions to the compliance layer and settlement to the atomic settlement engine.

Offering configuration and atomicity

When an issuer creates a DAIO, all offering parameters — participation limits, accepted settlement currencies, lock-up schedule, early access terms, and legal terms reference — are applied in a single operation. This atomic configuration has two important implications:

  1. No partial state: The offering cannot exist in a partially configured state. From the moment it is created, it is fully operational and ready to accept investor participation.
  2. Immutable terms: Core offering parameters cannot be changed after creation. This protects investors by ensuring the terms they participate against remain stable.

Investor participation flow

Rendering diagram...

Each participation request goes through the following stages:

  1. Eligibility check — The compliance layer verifies the investor's identity, jurisdiction, accreditation status, and any other compliance rules configured on the asset. If any check fails, the participation is rejected before any funds move.
  2. Participation limit check — The DAIO enforces per-investor limits (minimum and maximum). Participations outside these bounds are rejected.
  3. Terms acceptance — The investor's on-chain acknowledgement of the offering terms is recorded.
  4. Atomic settlement — The investor's settlement currency and the issuer's digital assets exchange simultaneously. Both legs complete together or neither completes. There is no intermediate state where funds have moved but assets have not, or vice versa.

Lock-up enforcement

If a lock-up schedule is configured on the offering, acquired digital assets are subject to transfer restrictions enforced at the compliance layer:

  • During the cliff period, no acquired assets can be transferred, regardless of the buyer or the transfer amount.
  • After the cliff, assets unlock progressively according to the configured vesting schedule.
  • The lock-up is applied per investor and per acquisition — later participations do not reset the clock on earlier ones.

Lock-up enforcement is implemented at the same layer as all other compliance rules. It cannot be bypassed by the investor and requires no operational intervention by the issuer to enforce.

Soft cap and refund mechanics

When a soft cap is configured, the offering tracks total participation throughout the offering period. If the offering closes without reaching the soft cap:

  • No further participations are accepted
  • Investors are eligible to reclaim their settlement funds
  • No digital assets are distributed

This protects investors from scenarios where the offering is undersubscribed and the issuer proceeds with an insufficient capital raise. The mechanics are enforced on-chain — refund eligibility cannot be denied if the soft cap is not met.

Early access phase

The early access phase is a time-bounded window before the main offering opens. Its architecture is identical to the main offering, with two additional controls:

  • Address allowlist — Only designated custody account addresses can participate during the early access window. All other participation attempts are rejected.
  • Discount pricing — Early access participants pay a percentage discount relative to the main offering price, calculated at the time of participation.

When the early access end time is reached, the allowlist is no longer enforced and the main offering opens to all eligible investors.

Integration with the broader DALP lifecycle

A DAIO is one phase of the digital asset lifecycle, not a standalone product. After the offering closes:

  • Issued digital assets remain subject to all ongoing compliance rules (transfer restrictions, jurisdictional controls, holding period requirements)
  • Lock-up schedules continue to be enforced by the compliance layer
  • The asset moves into its servicing phase — coupon distributions, yield payments, or redemptions at maturity are handled by DALP's servicing capabilities

This continuity — from offering through servicing to redemption — means the issuer manages the entire lifecycle within a single platform, with a single compliance framework and a single custody integration.

On this page