Transaction Details
| TX Hash | 23dbb720d44ad0588465e0cb0e266952f3e769f40f0b1a1fc6ec91358857c629 |
| Block | 116,262 |
| Timestamp | Wed, 06 May 2026 20:44:35 GMT (3d ago) |
| Confirmations | 2,414 |
| Fee | 0.01908476 USDm |
| Size | N/A |
| Weight | N/A |
| Version | 9 |
Transaction Type
| Type | TRANSFER |
Inputs & Outputs
| Inputs | 1 |
| Outputs | 2 |
| Privacy Proof | FCMP++ (type 11 — Full-Chain Membership Proof over entire UTXO set; decoy rings are not used) |
Outputs
| Output #0 | |
| One-Time Key (O) | 2fcd9e4ff107bec3392e8dcdb5ef0e6a0bed659ef64c0e5e42e335b6230ee191 |
| Pedersen Commitment (C) | 9b9925b290ee8a69e12e54b6bc71986d684736907e41a7efa8b4ae64b2ef8c43 |
| View Tag | 0a |
| Asset | ✓ USDm |
| Amount | Encrypted (Pedersen + Bulletproofs+) |
| Output #1 | |
| One-Time Key (O) | b799a96c16ba27a12ce26538622b176739eccd2ec4deea835fcf3f58e249a8f4 |
| Pedersen Commitment (C) | 977c3b3234e62d2a35582b5f9e9c84f9fe9dccf63c05dcda7587865aaf97bceb |
| View Tag | da |
| Asset | ✓ USDm |
| Amount | Encrypted (Pedersen + Bulletproofs+) |
Note: Actual amounts and sender/recipient addresses are private (FCMP++). Only the transaction structure is visible on-chain.
FCMP++ Proof Transcript
| Proof Type | FCMP++ Full-Chain Membership Proof |
| Anonymity Set | Entire Chain (all outputs ever created) |
| Inputs | 1 |
| Proof Size | 4,544 bytes |
| Curve Tree | Helios (C2) dual-curve architecture |
| Tree Layers | 4 |
| Tree Root | b0e5d935989a09442b6b2c98e39b1e7a55b9728e8faabdfbe7d840c9d0b8d3b0 |
Curve Tree Structure
Layer 0 (Leaves) : Ed25519 output tuples (O, I, C) → Selene (C1) hashes Layer 1 (Interior) : Selene (C1) → Helios (C2) commitments Layer 2 (Interior) : Helios (C2) → Selene (C1) commitments Layer 4 (Root) : Helios (C2) tree root
The full output set is committed into a Helios/Selene curve tree. Each leaf encodes an output tuple (O, I, C) as Selene curve points. Interior nodes alternate between Helios and Selene curves, enabling efficient recursive proof composition.
Input 0 — Membership Proof
| Key Image (Nullifier) | c6c66aedbccfd23caa124a789464a4703bb334aefba6b8731c047f825327d1ec |
| C̃ (Pseudo-output) | dbd37839d5753abc0f677a29af6cfeaa1adadc8e9ecd359b722e784e732c06db |
| Pseudo-out (Balance) | 2399ceb6d82b9a454acc397161580e4c36cfd60c0be43d0f5bcafbf63d1e388b |
Nullifier: The key image
KI = x · Hp(O) is a deterministic, unlinkable nullifier. It prevents double-spending without revealing which output is being spent.
Spend-Auth & Linkability (SAL) Proof
ÕRerandomized one-time key
ĨRerandomized linking tag
RRerandomization scalar
C̃Rerandomized Pedersen commitment
The SAL proof demonstrates knowledge of the secret spend key, correct key image formation, and that the balance equation holds: Σ pseudo-outs = Σ output commitments + fee.
Verification Pipeline
1Deserialize FCMP++ proof from transaction
2Extract tree root (Helios (C2)), layers, key images
3Reconstruct signable hash from tx prefix
4Verify Generalized Bulletproofs+ arithmetic circuit
5Verify Helios/Selene curve tree membership (per input)
6Verify SAL proof (spend authorization + linkability)
7Check key image uniqueness (double-spend prevention)
✓Consensus acceptance
Privacy Guarantees
Anonymity SetEntire chain
Sender PrivacyHidden among all outputs
Amount PrivacyPedersen + Bulletproofs+
Receiver PrivacyStealth addresses
Double-SpendDeterministic nullifiers
Curve CycleHelios (C2) ↔ Selene (C1)