SettleMint

Transaction ordering privacy

How to review pending transaction, mempool, RPC, bundler, builder, and sequencing exposure for DALP public EVM deployments.

Public EVM privacy is not limited to finalised blocks. Transactions can become visible before inclusion through RPC providers, block builders, sequencers, validators, bundlers, or other infrastructure in the transaction path.

DALP signs, submits, tracks, and reconciles configured EVM transactions. Private mempools, private order flow, encrypted mempools, and builder-specific privacy routes are deployment choices supplied by the selected network or provider.

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 any signed public-chain transaction as sensitive before broadcast.

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 before 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 aligned 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 action can reveal enforcement intent before the action settles.Does the legal or compliance process allow the action to be visible while pending?
Treasury or reserve updateA pending treasury action 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

Do not claim these controls unless the selected deployment actually supplies and operates them:

  • private RPC routing
  • private order flow
  • encrypted mempool submission
  • builder-specific privacy routing
  • permissioned validator access
  • confidential transaction execution
  • shielded token transfers
  • guaranteed protection from front running or MEV

When a deployment uses one of those controls, document the provider, supported chains, submission route, failure behaviour, monitoring, audit evidence, and fallback path.

Where to go next

On this page