Skip to content

Commit 193e84a

Browse files
committed
docs: include network min fee in proof fee breakdown
1 parent f39630b commit 193e84a

1 file changed

Lines changed: 5 additions & 1 deletion

File tree

docs/ELDERFIER_PROOF_INTEGRATION_GUIDE.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,11 @@ To reward Eldernodes for participating in consensus, configure and distribute pr
7373
- Issue a payment of `perNodeFee` XFG via the payment service or wallet RPC.
7474
- Optionally allocate the `remainder` to the treasury or burn it.
7575

76-
5. **Record distributions**:
76+
5. **User Cost Breakdown**: When creating the burn-deposit transaction that locks up the proof fee, the user must also pay the network minimum transaction fee (0.008 XFG). Total outlay examples:
77+
- **Small burn deposit**: 0.008 XFG proof fee + 0.008 XFG network fee = **0.016 XFG total**
78+
- **Large burn deposit**: 0.8 XFG proof fee + 0.008 XFG network fee = **0.808 XFG total**
79+
80+
6. **Record distributions**:
7781
- Log or store a record of which nodes were paid and the amounts.
7882
- Expose this data via metrics or a UI component for transparency.
7983

0 commit comments

Comments
 (0)