Transaction Details
| TX Hash | 5062e52095fd7444ed0ed9ff3d4e4ad27719bb7031179c15c0611e8ca446e987 |
| Block | 11,432 |
| Timestamp | Sun, 15 Mar 2026 04:48:29 GMT (1d ago) |
| Confirmations | 9 |
| Fee | 0.625 USDm |
| Size | N/A |
| Weight | N/A |
| Version | 9 |
Transaction Type
| Type | TRANSFER |
Inputs & Outputs
| Inputs | 1 |
| Outputs | 2 |
| Ring Size | 1 |
| RingCT Type | 11 |
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,000 bytes |
| Curve Tree | Selene (C1) dual-curve architecture |
| Tree Layers | 3 |
| Tree Root | d3d21efbad9968b4c6d4b243d5365fa1b75c0707b34e45cfea7ed629e28f9f99 |
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 3 (Root) : Selene (C1) 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) | 6352f18ec7652dc59608006f647859bf08e70925e309e4ab4c5974caa4b8ca16 |
| C̃ (Pseudo-output) | c0ad2e847bb04c2d3dc162530c37adde0d9a888c05ef89f9f3ba8c33322d7d97 |
| Pseudo-out (Balance) | 30b9a1d2b1514064b7f4fe005840e039afb4e8317f8fdda3c115dcd371337c2c |
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 (Selene (C1)), 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)