SettleMint

Privacy architecture patterns

Compare public eligibility, private evidence, permissioned EVM networks, privacy layers, and metadata minimisation patterns for regulated DALP assets.

DALP supports regulated asset controls on configured EVM networks. Privacy comes from the chosen architecture around those controls: what the asset writes on-chain, where evidence stays off-chain, which network carries the transactions, and which providers operate the transaction path.

Use these patterns to classify a privacy requirement before you commit to a public-chain answer.

Pattern comparison

PatternUse whenDALP positionBoundary
Public eligibility, private evidenceA token must prove transfers occur only between eligible holders, while the supporting files stay private.DALP supports claims, trusted issuers, identity registries, and compliance modules that publish only enforcement state.The public chain still reveals identity links, claim relationships, token activity, and timing that the selected contracts expose.
Selective disclosure through claimsThe chain needs to know an eligibility condition is satisfied, but not the evidence behind it.DALP can use claim topics and issuer attestations for enforcement.Claim topics, issuers, signatures, and registry links can still be visible.
Minimal on-chain metadataThe asset has confidential commercial terms or private document references.DALP supports token and document workflows, but public-chain fields must contain only approved public data.The operator owns metadata review before submission.
Public proof of a private processThe programme needs a public anchor for an off-chain review, reserve process, or operational event.DALP can expose neutral references and chain events where the asset design requires them.The underlying document, review note, file, and commercial detail stay off-chain.
Private or permissioned EVM networkThe asset requires restricted read, submit, validation, or inspection rights.DALP can operate with configured EVM networks.Network-level confidentiality comes from the selected network and its operators.
Privacy framework or proof systemThe requirement needs private smart-contract state, proofs, or shielded transfer semantics.Treat as a deployment-specific integration.Contracts, circuits, keys, monitoring, reconciliation, and legal approval sit outside the default DALP public-chain model.
Public transaction controlsThe asset can expose transaction activity, but needs controlled signing, tracking, and recovery.DALP coordinates the configured transaction path and tracks state.Private routing, ordering protection, and provider guarantees require explicit deployment choices.
Wallet and address hygieneThe operating model separates issuer, verifier, custodian, administrator, participant, and operator roles.DALP exposes role-governed control surfaces.Address reuse can still link roles, assets, counterparties, and administrative actions.

Pattern 1: Public eligibility, private evidence

Use this when a token must prove that transfers only occur between eligible holders, but the supporting documents should not be public.

LayerPattern
EvidenceStore KYC, KYB, AML, accreditation, sanctions, and investor files off-chain.
AttestationIssue an OnchainID claim for a topic such as KYC, AML, accreditation, or investor type.
EnforcementConfigure identity and compliance modules so transfers fail unless required claims are valid.
AuditReview off-chain evidence and on-chain claim or transaction history together.

Pattern 2: Selective disclosure through claims

Use this when the chain needs to know that an eligibility condition is satisfied, but not the evidence behind it.

Disclosure needPublic-chain recordKeep off-chain
Holder passed KYCClaim topic and trusted issuer attestationPassport, registry extract, screening report, reviewer notes
Holder is accreditedInvestor-category claimAccreditation file, income evidence, source document
Holder belongs to an allowed jurisdictionCountry or eligibility claim, if configuredAddress proof, screening file, legal analysis
Holder is blockedTransfer rejection or status, depending on designSanctions match details, investigation notes, escalation record

Pattern 3: Minimal on-chain metadata

Use this when the token programme has sensitive commercial terms, private counterparties, or document records.

FieldSafer public valueAvoid
Token nameApproved product labelClient name, internal codename, private issuer account
SymbolApproved public ticker or neutral labelAccount reference, private tranche label, confidential counterparty hint
Token URIPublic factsheet or approved public metadataPrivate data room link, signed document URL, personal data
Claim URINeutral public reference only when requiredPassport file, screening report, private document hash, review note
Event fieldsValues required for enforcement and reconciliationReviewer name, evidence ID, commercial term, private note

Pattern 4: Private or permissioned EVM network

Use this when public transaction and state visibility is not acceptable for the asset.

DecisionOwner
Validator set, RPC access, archive-node access, and participant onboardingNetwork operator and institution
Chain governance, finality assumptions, dispute model, and upgrade processNetwork operator and institution
Confidentiality guarantees, access logs, regulator access, and operational monitoringNetwork operator and institution
Asset controls, identity registry use, trusted issuer setup, roles, signing, and indexed stateDALP configuration plus institution operating model

A permissioned EVM network can restrict who reads, submits, validates, and inspects network data. It does not remove the need for token controls, custody controls, role governance, monitoring, and reconciliation.

Pattern 5: Deployment-specific privacy layer

Use this only when the deployment selects and approves a compatible privacy layer.

OptionWhat it can addressRequired proof before claiming it
Paladin or another EVM privacy frameworkSelective disclosure, privacy groups, private smart-contract state, notary-based flows, or proof-backed token modelsSelected provider, supported chain, contract model, key management, monitoring, and legal approval.
Zero-knowledge proofs or shielded tokensProving transfer or eligibility rules without revealing underlying private stateCompatible contracts, circuits, prover operations, verification flow, audit evidence, and recovery model.
Stealth-address patternsReducing recipient-address linkability for compatible transfersWallet support, registry compatibility, funding flow, reconciliation, and disclosure policy.
Private order flow or encrypted mempoolReducing pending transaction exposure before finalityProvider route, failure behaviour, monitoring, fallback path, and evidence trail.

Where to go next

On this page