Transaction Details
| TX Hash | 256196da02a79b3588c62a468b3503297e9edbcbdb7d75cd8a4211325c491eba |
| Block | 116,262 |
| Timestamp | Wed, 06 May 2026 20:44:35 GMT (3d ago) |
| Confirmations | 2,411 |
| 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) | b003c973c01c73a8d5f9be97475c88fa13ddb088eb5bd07bf042e7a5b196cbb7 |
| Pedersen Commitment (C) | 1d673faa41f82a5a50f7f15924f41e53a4437f94f4a43e5cd50c27824bd5a363 |
| View Tag | dc |
| Asset | ✓ USDm |
| Amount | Encrypted (Pedersen + Bulletproofs+) |
| Output #1 | |
| One-Time Key (O) | 4f797962e6714f7998f08f31241ec92afa0adb4fc30047563524d4b68a2f46ea |
| Pedersen Commitment (C) | b82b393a3d056f7464805924789047882353349481d576c949b3f2004ac5265c |
| View Tag | f8 |
| 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) | ac94398c07d7a60b2df6b3719c62cf5e7c2e51ab37f46ab4922eb6d9e771c41f |
| C̃ (Pseudo-output) | 273adb7257d2f7da7a3ea31937127786be94ea54fc7d5123b4c44fc03d956816 |
| Pseudo-out (Balance) | abaf35eed01ae2362b39785a6421956aa19edfd733ac1543c21dc6b13d89ef18 |
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)