SettleMint
ComponentsCapabilities

Overview

Capabilities are optional system addons for asset operations. They add focused workflows for atomic settlement and issuer-signed market data without putting every workflow into an asset contract.

Capabilities are workflow contracts deployed next to a governed asset or another operational subject. Capability contracts handle exchange-versus-payment settlement and issuer-signed data publication without moving every control into the base asset contract.

Asset contracts own identity, compliance checks, roles, and token behaviour when a capability moves regulated tokens. Other capabilities own standalone workflow state, such as issuer-signed subject data, without changing the base asset contract.

The deploying operator owns each capability instance and assigns the role holders or participants for that workflow. Identity, claim topics, and trusted issuers are defined in the claims and identity model. Asset rules are defined in the asset policy model.

How capabilities fit

Capabilities sit beside the asset-contract layer or a non-token workflow subject. Each capability instance is deployed through a factory and keeps its own on-chain state, so one settlement flow or price feed does not share state with another instance. DALP routes execution through platform services where an API, CLI, or Console workflow is available, while the capability contract enforces the workflow state on-chain.

Rendering diagram...

What each addon owns

Each addon owns one operational workflow. Asset contracts own the base token model, role setup, identity registry, compliance modules, and instrument profile.

TaskPageCapability ownershipOutside the capability
Settle token legs atomically between partiesXvP SettlementLocal flow definitions, sender approvals, expiration, hashlock reveal, cancellation requests, and all-or-nothing local executionPrice discovery, order matching, external-chain execution, and upstream compliance checks
Publish issuer-signed numeric valuesIssuer-Signed Scalar FeedSigned value submission, signer verification, history mode, drift checks, fixed-point precision, and feed discoveryExternal price formation, external oracle operation, and the business decision behind the value

Operating model

Capabilities follow the same high-level model, but they do not expose the same workflow.

Operating questionCapability answer
DeploymentA factory creates a dedicated capability instance for the asset or workflow.
State ownershipThe deployed instance owns workflow state, such as claims, approvals, sale status, settlement flows, or signed feed rounds.
Post-deployment changesThe relevant role holder or participant changes only allowed fields. Some configuration is immutable after creation.
When do compliance checks apply?Token transfers still rely on the underlying asset and SMART Protocol compliance path when the capability moves or allocates regulated tokens.
What events can auditors inspect?Contracts emit events for proposals, confirmations, claims, purchases, settlement actions, and feed updates. DALP services can index those events for APIs and operator surfaces.

Choose the right capability

Start from the workflow outcome, not from the contract name.

If the operating question is...Start with...
How can two or more parties settle local token legs atomically?XvP Settlement
How can a trusted issuer publish signed numeric values for a topic?Issuer-Signed Scalar Feed

Use the asset lifecycle, identity, and policy pages first for token creation, investor onboarding, claim topics, trusted issuers, or transfer restrictions.

Use a capability page when the token or workflow subject already exists and the question is about the extra operation DALP runs around it.

Next pages by review question

Security and compliance reviews should pair the relevant capability page with SMART Protocol integration (ERC-3643) and the infrastructure layer. Those pages explain the transfer checks and execution services around each addon.

On this page