SettleMint
Privacy

Transaction ordering privacy

What can leak from pending transactions on public EVM networks and which routing controls reduce that exposure before finality.

Public EVM privacy does not start at block inclusion. Transactions can become visible before they land through RPC providers, block builders, sequencers, validators, bundlers, or other infrastructure in the submission path.

DALP manages the full transaction lifecycle from signing through reconciliation. Private mempools, encrypted submission, and builder-specific privacy routes are choices the selected network or provider supplies. You decide which of these apply to your asset programme.

Review questions

QuestionDirect answerDALP mechanismDeployment responsibility
Are critical tokenisation transactions private by default?No. Mints, burns, redemptions, freezes, treasury changes, and role changes use the configured EVM transaction path unless the deployment selects a private route.DALP coordinates signing, nonce use, contract calls, account abstraction routing, transaction submission, and tracking.Evidence the RPC, bundler, builder, sequencer, validator, or private-routing path selected for the asset.
What is the mint and redemption risk on public networks?Pending public-chain writes can expose operation type, token, signer, source or recipient, amount, timing, gas policy, nonce, and replacement attempts before finality.DALP keeps private evidence out of calldata and events, tracks submitted writes, and reconciles final chain state.Decide whether public pre-confirmation visibility is acceptable for the asset and jurisdiction.
What changes on a permissioned EVM network?Public mempool exposure can be reduced, but validators, RPC operators, sequencers, and node operators can still observe ordering flow and pending operational intent.DALP uses the same regulated asset controls on configured EVM networks.The selected network owns validator governance, ordering policy, access logs, node access, confidentiality, and disputes.

Exposure points

Treat every signed public-chain write as sensitive before you broadcast it.

Exposure pointPositionWhat can leakOperator control
Transaction calldataDALP transaction pathFunction selector, addresses, amounts, claim references, and encoded parametersUse DALP contracts, APIs, and review workflows so private evidence and confidential identifiers stay out of calldata.
Pending transaction visibilityNetwork or provider choiceIntended operation before finalityChoose RPC, bundler, and submission paths that match the asset's confidentiality and fairness needs.
Transaction orderingNetwork or provider choiceTiming, sequencing, replacement attempts, and possible front-running contextReview fee policy, nonce management, signer approval windows, and market-abuse controls with the selected network path.
Account abstraction bundlingDALP transaction pathUserOperation content submitted to a bundler prior to executionTreat bundler submission as part of the public-chain transaction path unless the deployment proves a stronger control.
Custody approval latencyCustody and operator choiceDelayed or rejected approvals can reveal operational patterns after submission attemptsUse custody policies and approval windows that fit the asset's execution risk.
Replacement transactionsTransaction-recovery choiceNonce use, fee changes, and recovery attemptsKeep transaction tracking and recovery records consistent with the selected network's replacement rules.

Critical tokenisation operations

OperationWhy ordering mattersSafer review question
MintA pending mint can reveal supply expansion, issuer activity, recipient patterns, and timing before finality.Can the market, investors, or counterparties observe supply intent before the issuer is ready to disclose it?
Burn or redemptionA pending burn can reveal redemption pressure, treasury movement, or customer activity.Does the programme accept public visibility of redemption timing and amounts?
Freeze or forced transferA pending control operation can reveal enforcement intent before it settles.Does the legal or compliance process allow the operation to be visible while pending?
Treasury or reserve updateA pending treasury operation can reveal reserve management behaviour.Which reserve facts can be public, and which assurance evidence stays off-chain?
Role changeA pending role update can reveal administrative control changes.Are role addresses, signer relationships, and custody approvals safe to disclose?

Safe claim boundaries

Each control is valid only when the selected network or provider actively supplies and operates it. Submission-path controls cover private RPC routing, private order flow, and encrypted mempool submission. Builder-specific privacy routing falls in this category. Execution-layer controls cover permissioned validator access, confidential transaction execution, and shielded token transfers. They do not guarantee protection from front running or MEV. Only claim a control when the provider has confirmed it applies to your deployment.

For each control you use, record the provider and the chains it covers. Record the submission route, failure behaviour, and fallback path alongside the monitoring approach and audit trail.

Where to go next

On this page