Permissioned-EVM Settlement

Shared-Ledger Settlement Hub

Five browser-based verify-only tools plus three ready-made workflows for permissioned-EVM shared-ledger settlement: mapping an ISO 20022 payment message to a contract call, linting a settlement contract against paired-or-revert and compliance-gate invariants, classifying an L2-to-L1 finality window, screening a transfer batch pre-commit, and attesting the off-chain orchestrator that decides commit or halt. Ties into the ISO 20022 messaging profile and the Besu/EVM-compatible settlement-rail concepts already covered on this site.

5 Tools · 3 Workflows Verify-Only, Zero-Chain-Query Draft-Pinned Where Unpublished
Last Reviewed: 2026-07-13
What "shared ledger" means here

A permissioned, EVM-compatible settlement layer let banks move bank-issued tokenized deposits and settle interbank payment commitments using ISO 20022 messages, with cross-chain routing handled separately. None of these tools query that layer, submit a transaction to it, or move value. Every tool here operates on bytes you supply: an ISO 20022 message, a contract source or ABI, a finality-state snapshot, a transfer batch, or an orchestrator manifest. Where a field-binding table or contract shape has not been publicly published, the tool says so and marks its output draft-pinned rather than claiming conformance it cannot verify.

🔒 All inputs are processed locally in your browser. No data is transmitted. Do not enter real personal data — use synthetic or anonymised inputs only.
Shared-Ledger Transfer Readiness Receipt
Mapping, batch screen, finality classification, and cash-leg finality check compose into one receipt. An unmapped field or a screening hit halts the workflow before commit.
Open workflow →
Tokenized Deposit Settlement Proof
Settlement fit, asset-finality classification, a zk compliance proof, and an anchor compose into a settled-compliantly proof without leaking counterparty data.
Open workflow →
Besu Settlement Contract Conformance Gate
Contract lint, orchestrator attestation, and receipt aggregation compose into a pre-deployment conformance record.
Open workflow →
Intraday Finality Attestation Receipt
Asset-finality classification, L2 finality-window classification, cash-leg finality check, and orchestrator attestation compose into a replayable "final at window Y" receipt, with an optional document-integrity anchor.
Open workflow →