If anyone commenting on my CreatorPad posts just to create a back-comment line, please don’t. Binance has issued a warning, and I don’t want to be part of anything that could put my account at risk. I hope everyone understands and takes care of their accounts as well.
I went back through Dusk’s documentation last night, trying to understand Succinct Attestation (SA) beyond the PoS description.
What stood out is how much depends on deterministic sortition (DS). A provider needs at least 1,000 DUSK staked, but eligibility is delayed by M = 2 × epoch − (height mod epoch), with each epoch currently 2,160 blocks. DS selects block generators and committees using SHA3-based scores and a seed, making future selections harder to pre-calculate.
The consensus flow is proposal, validation, then ratification. Valid needs a 2/3 supermajority, while Invalid, NoCandidate or NoQuorum needs 1/2 + 1. There can be up to 50 iterations per round.
Committee voting is weighted by credits, currently 64, with BLS signatures allowing votes to be aggregated. That raises a decentralization question: does stake-weighted selection remain diverse when large providers accumulate more influence?
Emergency mode after 16 failed iterations is a security tradeoff: it can keep consensus moving, but concurrent iterations may increase fork risk. An emergency block requires requests from providers holding a majority of total stake.
Rolling finality classifies blocks as accepted, attested, confirmed or final.
I’m wondering: how are these thresholds stress-tested against collusion, liveness failures, and committee concentration?
I spent last night reading through the Dusk whitepaper again to better understand its underlying consensus and transaction architecture. Initially, I assumed it was just a standard privacy chain, but the dual-engine setup is more complex than I expected. They split execution into Moonlight a transparent account-based model and Phoenix, a ZK UTXO model using Merkle tree notes and nullifiers to prevent double-spending. What really caught my attention was Section 3.9 on incentives. Block rewards are distributed with 80% to the block generator (divided into a 70% fixed portion and 10% variable based on voter credits), 10% to the voting committee, and 10% directly to Dusk. For penalties, minor faults lead to soft slashing and suspension, while major faults like double voting incur hard slashing that burns stake. This raised a few decentralization and security questions for me. How does the continuous 10% cut to Dusk impact long-term treasury centralization? Furthermore, in real-world latency conditions, does the credit mechanism effectively prevent higher-iteration generators from intentionally letting earlier iterations fail to capture the generator reward? I couldn't find a clear answer on how the Phoenix nullifier set scales against state bloat over time either. Would love to hear technical perspectives on this.
$BOME is showing strong momentum after a +49% surge, with buyers now approaching the key resistance at $0.001329.
Entry: $0.000771 – $0.001155
TP1: $0.001329 TP2: $0.001400
SL: $0.000771
🔥 Break and hold above $0.001329 could open the door for another strong upside move.
$BOME
LearnToEarn
·
--
I’ve been thinking about how much of a lending protocol’s risk really comes down to a few numbers.
With @TermMax , MLTV and LLTV are the first things I’d look at.
MLTV sets how much you can borrow initially, while LLTV is where liquidation can actually begin. That gap matters because it gives a position some room before things become critical.
But risk doesn’t stop at LTV.
TermMax also uses fixed terms, partial liquidations, a 10% liquidation penalty, vault capacity limits, market whitelists, curators, and timelocks.
What I find more interesting is the physical delivery fallback. If a position can’t be fully liquidated, lenders may receive a pro-rata share of the collateral itself. That reduces the chance of simply ending with nothing, but it also means lenders can inherit an asset they may not actually want to hold.
So there’s a clear trade-off.
More aggressive parameters can improve capital efficiency, but they also leave less room for bad debt. More conservative settings protect lenders better, but can reduce utilization and growth.
That balance is probably where the real risk management happens.
I’m still curious how these parameters evolve as @TermMax markets mature.
$BTC is holding above the breakout zone, with buyers now targeting the key resistance at $72,490.
Entry: $64,461 – $71,926
TP1: $72,490 TP2: $73,000
SL: $64,461
🔥 Break and hold above $72,490 could open the door for the next leg higher.$BTC
LearnToEarn
·
--
I went back through the Dusk documentation last night, specifically the sections on the DS algorithm and how provisioners get selected for consensus.
I started by trying to map the stake eligibility rules. A provisioner’s stake S is treated as eligible only if the amount is at least the minimum (set at 1000 DUSK) and its age/length sits between 0 and M. The DS process then ranks those eligible stakes by a score that mixes the stake’s size with a deterministic function of the previous block hash and the provisioner’s public key. The highest-scoring provisioner becomes the one who can propose the next block.
Reading further, the flow became clearer: the selected provisioner broadcasts a candidate block, a committee of other provisioners runs validation, and if a simple majority (½ + 1) of ValidBk messages appears, the block moves to ratification. Ratification itself needs a stronger threshold ⅔ + 1 before the block is considered finalized and the new set of provisioners is locked in. Attestation and voting committees are formed the same deterministic way, just with different seeds.
What still feels unresolved for me is how sensitive the whole chain is to the exact value of M and to the 1000 DUSK floor. If those parameters shift, does the effective decentralization of the provisioner set change in ways that are hard to see from the outside? And once a block is attested, how much practical recourse exists if a later audit shows the DS ranking was gamed?
Curious how others who’ve dug into the same pages read the security margins around those majority thresholds. #dusk $DUSK @Dusk
$BTC is showing strong momentum after the latest push higher. The key level to watch now is $71,570 for continuation.
Entry: $64,279 – $71,300
TP1: $71,570 TP2: $72,000
SL: $64,279
🔥 Break and hold above $71,570 could open the door for the next upside move.
$BTC
LearnToEarn
·
--
I’ve been thinking about how much of a lending protocol’s risk really comes down to a few numbers.
With @TermMax , MLTV and LLTV are the first things I’d look at.
MLTV sets how much you can borrow initially, while LLTV is where liquidation can actually begin. That gap matters because it gives a position some room before things become critical.
But risk doesn’t stop at LTV.
TermMax also uses fixed terms, partial liquidations, a 10% liquidation penalty, vault capacity limits, market whitelists, curators, and timelocks.
What I find more interesting is the physical delivery fallback. If a position can’t be fully liquidated, lenders may receive a pro-rata share of the collateral itself. That reduces the chance of simply ending with nothing, but it also means lenders can inherit an asset they may not actually want to hold.
So there’s a clear trade-off.
More aggressive parameters can improve capital efficiency, but they also leave less room for bad debt. More conservative settings protect lenders better, but can reduce utilization and growth.
That balance is probably where the real risk management happens.
I’m still curious how these parameters evolve as @TermMax markets mature.
$BTC is showing strong bullish momentum, with buyers pushing toward the key $70,000 resistance.
Entry: $64,166 – $69,123
TP1: $70,000 TP2: $71,000
SL: $64,166
🔥 Break and hold above $70,000 could open the door for the next leg higher.$BTC
LearnToEarn
·
--
I went back through the Dusk whitepaper last night, especially the sections on incentives, transactions, and Moonlight, and I found the design more nuanced than I first expected.
The consensus side uses 64 committee credits, with voting power weighted by credits. Quorum needs 2/3 for Valid, while Invalid, NoCandidate or NoQuorum can pass with 1/2 + 1. Rolling finality also caught my attention: if a block has two previous non-attested iterations, it needs 2×2 = 4 consecutive attested or confirmed blocks to become confirmed.
The incentive model is interesting too. Block rewards are split 80% to the generator, 10% to the voting committee, and 10% to Dusk. The generator’s 80% itself includes a fixed 70% plus a variable 10% tied to included votes. I can see why this exists: higher-iteration generators could otherwise benefit from earlier iterations failing.
On transactions, Moonlight is account-based and transparent, with public balances and a nonce for replay protection. Phoenix takes the UTXO route and uses ZK proofs and nullifiers for privacy.
What I’m still wondering is whether the 80/10/10 structure creates enough incentive for broad participation, and how decentralization behaves when stake concentration determines committee credits.
$RE is showing strong momentum after a +35% surge, with buyers now approaching the key resistance at $0.5485.
Entry: $0.3878 – $0.5406
TP1: $0.5485 TP2: $0.5600
SL: $0.3878
🔥 Break and hold above $0.5485 could open the door for the next leg higher. $RE
LearnToEarn
·
--
I went back through the Dusk whitepaper last night, especially the sections on incentives, transactions, and Moonlight, and I found the design more nuanced than I first expected.
The consensus side uses 64 committee credits, with voting power weighted by credits. Quorum needs 2/3 for Valid, while Invalid, NoCandidate or NoQuorum can pass with 1/2 + 1. Rolling finality also caught my attention: if a block has two previous non-attested iterations, it needs 2×2 = 4 consecutive attested or confirmed blocks to become confirmed.
The incentive model is interesting too. Block rewards are split 80% to the generator, 10% to the voting committee, and 10% to Dusk. The generator’s 80% itself includes a fixed 70% plus a variable 10% tied to included votes. I can see why this exists: higher-iteration generators could otherwise benefit from earlier iterations failing.
On transactions, Moonlight is account-based and transparent, with public balances and a nonce for replay protection. Phoenix takes the UTXO route and uses ZK proofs and nullifiers for privacy.
What I’m still wondering is whether the 80/10/10 structure creates enough incentive for broad participation, and how decentralization behaves when stake concentration determines committee credits.
$TREE is showing strong momentum after a +37% surge, with buyers now approaching the key resistance at $0.0480.
Entry: $0.0327 – $0.0452
TP1: $0.0480 TP2: $0.0500 SL: $0.0327
🔥 Break and hold above $0.0480 could open the door for the next leg higher. $TREE
LearnToEarn
·
--
I went back through the Dusk whitepaper last night, especially the sections on incentives, transactions, and Moonlight, and I found the design more nuanced than I first expected.
The consensus side uses 64 committee credits, with voting power weighted by credits. Quorum needs 2/3 for Valid, while Invalid, NoCandidate or NoQuorum can pass with 1/2 + 1. Rolling finality also caught my attention: if a block has two previous non-attested iterations, it needs 2×2 = 4 consecutive attested or confirmed blocks to become confirmed.
The incentive model is interesting too. Block rewards are split 80% to the generator, 10% to the voting committee, and 10% to Dusk. The generator’s 80% itself includes a fixed 70% plus a variable 10% tied to included votes. I can see why this exists: higher-iteration generators could otherwise benefit from earlier iterations failing.
On transactions, Moonlight is account-based and transparent, with public balances and a nonce for replay protection. Phoenix takes the UTXO route and uses ZK proofs and nullifiers for privacy.
What I’m still wondering is whether the 80/10/10 structure creates enough incentive for broad participation, and how decentralization behaves when stake concentration determines committee credits.
$MVLLB is showing strong momentum after a +19% surge, with buyers now approaching the key resistance at $34.12.
Entry: $24.35 – $32.01
TP1: $34.12 TP2: $35.00
SL: $24.35
🔥 Break and hold above $34.12 could open the door for the next leg higher. $MVLLB
LearnToEarn
·
--
I went back through the Dusk whitepaper last night, especially the sections on incentives, transactions, and Moonlight, and I found the design more nuanced than I first expected.
The consensus side uses 64 committee credits, with voting power weighted by credits. Quorum needs 2/3 for Valid, while Invalid, NoCandidate or NoQuorum can pass with 1/2 + 1. Rolling finality also caught my attention: if a block has two previous non-attested iterations, it needs 2×2 = 4 consecutive attested or confirmed blocks to become confirmed.
The incentive model is interesting too. Block rewards are split 80% to the generator, 10% to the voting committee, and 10% to Dusk. The generator’s 80% itself includes a fixed 70% plus a variable 10% tied to included votes. I can see why this exists: higher-iteration generators could otherwise benefit from earlier iterations failing.
On transactions, Moonlight is account-based and transparent, with public balances and a nonce for replay protection. Phoenix takes the UTXO route and uses ZK proofs and nullifiers for privacy.
What I’m still wondering is whether the 80/10/10 structure creates enough incentive for broad participation, and how decentralization behaves when stake concentration determines committee credits.
$HEMI is showing strong momentum after a +42% surge, with buyers now testing the key resistance at $0.00974.
Entry: $0.00638 – $0.00970
TP1: $0.00974 TP2: $0.01000
SL: $0.00638
🔥 Break and hold above $0.00974 could open the door for the next upside move.
$HEMI
LearnToEarn
·
--
I went back through the Dusk whitepaper last night, especially the sections on incentives, transactions, and Moonlight, and I found the design more nuanced than I first expected.
The consensus side uses 64 committee credits, with voting power weighted by credits. Quorum needs 2/3 for Valid, while Invalid, NoCandidate or NoQuorum can pass with 1/2 + 1. Rolling finality also caught my attention: if a block has two previous non-attested iterations, it needs 2×2 = 4 consecutive attested or confirmed blocks to become confirmed.
The incentive model is interesting too. Block rewards are split 80% to the generator, 10% to the voting committee, and 10% to Dusk. The generator’s 80% itself includes a fixed 70% plus a variable 10% tied to included votes. I can see why this exists: higher-iteration generators could otherwise benefit from earlier iterations failing.
On transactions, Moonlight is account-based and transparent, with public balances and a nonce for replay protection. Phoenix takes the UTXO route and uses ZK proofs and nullifiers for privacy.
What I’m still wondering is whether the 80/10/10 structure creates enough incentive for broad participation, and how decentralization behaves when stake concentration determines committee credits.
$BTC is holding the current support zone, keeping the short-term bullish setup in focus. The key level to watch is $65,058.
Entry: $64,027 – $64,427
TP1: $65,058 TP2: $65,500
SL: $64,027
🔥 Break and hold above $65,058 could open the door for the next leg higher. $BTC
LearnToEarn
·
--
I went back through the TermMax pre-mine documentation last night, trying to map out exactly how the TMX allocation is supposed to work once mainnet is live.
The core idea seems straightforward on the surface: 1 billion TMX total supply, with a portion set aside for monthly campaigns that start on day one of mainnet. Eligible participants fall into two groups....people holding fixed-rate PT tokens (bought on the lending page or via vault deposits) and order makers who provide liquidity through range or custom limit orders. Rewards accumulate continuously during each campaign window and stay non-transferable until TGE, when they convert 1:1.
What I kept circling back to is the APY calculation language. It references a $50 million daily volume and TVL figure, then distributes TMX based on prior-day deposits. I’m still unclear whether that volume assumption is a hard parameter baked into the smart contracts or just an illustrative example. If the actual matched volume comes in much lower or higher, does the effective rate scale linearly, or is there a cap or floor that isn’t spelled out here?
On the governance side, the note that points (Kudos) from the earlier Term Structure protocol are “under discussion” for conversion into TermMax rewards left me with more questions than answers. Who decides the conversion ratio, and is that decision on-chain or off-chain? The disclaimer also reserves the right to adjust the pre-mine timeline if it benefits the platform. That flexibility is practical, but it raises the usual decentralization trade-off: how much control remains with the team versus token holders after TGE?
Curious how others are reading the eligibility and claiming mechanics. Does the current design create any obvious concentration risks for early order makers versus passive PT holders?
$HEMI is holding its recent gains, with buyers now approaching the key resistance at $0.00922. This is the level I’d watch for confirmation.
Entry: $0.00638 – $0.00811
TP1: $0.00922 TP2: $0.00950
SL: $0.00638
🔥 Break and hold above $0.00922 could open the door for the next leg higher. $HEMI
LearnToEarn
·
--
I went back through the Dusk whitepaper last night, especially the sections on incentives, transactions, and Moonlight, and I found the design more nuanced than I first expected.
The consensus side uses 64 committee credits, with voting power weighted by credits. Quorum needs 2/3 for Valid, while Invalid, NoCandidate or NoQuorum can pass with 1/2 + 1. Rolling finality also caught my attention: if a block has two previous non-attested iterations, it needs 2×2 = 4 consecutive attested or confirmed blocks to become confirmed.
The incentive model is interesting too. Block rewards are split 80% to the generator, 10% to the voting committee, and 10% to Dusk. The generator’s 80% itself includes a fixed 70% plus a variable 10% tied to included votes. I can see why this exists: higher-iteration generators could otherwise benefit from earlier iterations failing.
On transactions, Moonlight is account-based and transparent, with public balances and a nonce for replay protection. Phoenix takes the UTXO route and uses ZK proofs and nullifiers for privacy.
What I’m still wondering is whether the 80/10/10 structure creates enough incentive for broad participation, and how decentralization behaves when stake concentration determines committee credits.
I went back through the Dusk whitepaper last night, especially the sections on incentives, transactions, and Moonlight, and I found the design more nuanced than I first expected.
The consensus side uses 64 committee credits, with voting power weighted by credits. Quorum needs 2/3 for Valid, while Invalid, NoCandidate or NoQuorum can pass with 1/2 + 1. Rolling finality also caught my attention: if a block has two previous non-attested iterations, it needs 2×2 = 4 consecutive attested or confirmed blocks to become confirmed.
The incentive model is interesting too. Block rewards are split 80% to the generator, 10% to the voting committee, and 10% to Dusk. The generator’s 80% itself includes a fixed 70% plus a variable 10% tied to included votes. I can see why this exists: higher-iteration generators could otherwise benefit from earlier iterations failing.
On transactions, Moonlight is account-based and transparent, with public balances and a nonce for replay protection. Phoenix takes the UTXO route and uses ZK proofs and nullifiers for privacy.
What I’m still wondering is whether the 80/10/10 structure creates enough incentive for broad participation, and how decentralization behaves when stake concentration determines committee credits.
I went back through the TermMax pre-mine documentation last night, trying to map out exactly how the TMX allocation is supposed to work once mainnet is live.
The core idea seems straightforward on the surface: 1 billion TMX total supply, with a portion set aside for monthly campaigns that start on day one of mainnet. Eligible participants fall into two groups....people holding fixed-rate PT tokens (bought on the lending page or via vault deposits) and order makers who provide liquidity through range or custom limit orders. Rewards accumulate continuously during each campaign window and stay non-transferable until TGE, when they convert 1:1.
What I kept circling back to is the APY calculation language. It references a $50 million daily volume and TVL figure, then distributes TMX based on prior-day deposits. I’m still unclear whether that volume assumption is a hard parameter baked into the smart contracts or just an illustrative example. If the actual matched volume comes in much lower or higher, does the effective rate scale linearly, or is there a cap or floor that isn’t spelled out here?
On the governance side, the note that points (Kudos) from the earlier Term Structure protocol are “under discussion” for conversion into TermMax rewards left me with more questions than answers. Who decides the conversion ratio, and is that decision on-chain or off-chain? The disclaimer also reserves the right to adjust the pre-mine timeline if it benefits the platform. That flexibility is practical, but it raises the usual decentralization trade-off: how much control remains with the team versus token holders after TGE?
Curious how others are reading the eligibility and claiming mechanics. Does the current design create any obvious concentration risks for early order makers versus passive PT holders?