$PROM gave us the pump. Now I’m watching whether it can turn that pump into continuation.
The 1H chart is still strong: price ran from roughly $2.60 → $4.05, cooled off, and is now trying to hold around $3.75 instead of fully retracing the move.
The part I like most is that PROM is still sitting well above the MA25 around $3.31, while the short MA is flattening around current price. Basically, the market is deciding whether this becomes consolidation before another push… or the top of the move.
For me, $4.05 is the real boss level.
Break it cleanly and hold above it? I’m looking higher.
Lose $3.55? Setup is gone. No arguing with the chart.
the Dusk networking detail I kept coming back to is that a node can verify a message without necessarily learning where that message started.
my first read of Dusk's Kadcast layer was mostly about efficiency.
Dusk organizes peers using Kademlia-style XOR distance, then forwards blocks, transactions and consensus messages through selected peers instead of flooding every neighbor.
fewer duplicate transmissions. less bandwidth. makes sense.
then the security side changes the picture.
messages on Dusk are signed, and nodes verify those signatures before forwarding them.
so the network can reject illegitimate data without requiring every relay to know the original network source.
Kadcast's propagation inside Dusk obscures that source.
a message moves through selected peers at increasing XOR distances. by the time another Dusk node receives it, the node that handed it over may not be the node that created it.
that creates a distinction I was casually collapsing:
who authenticated this message?
and
where did this message enter the network?
those are not the same question.
the signature protects authenticity.
the routing path does not preserve a simple trail back to origin.
that matters more on Dusk because transaction privacy is already part of the ledger design. hiding transaction contents while making network origin trivial to trace would expose another kind of metadata.
there is a tradeoff inside the same mechanism though.
Dusk still needs routing structure. nodes maintain peer tables, replace failed peers, and can use alternative peers when one path fails.
so privacy here isn't “nobody knows anything.”
what Dusk avoids is making delivery depend on exposing a clean source-to-destination path.
authenticity belongs to the message.
origin belongs to the network path.
and once those are separated, my question changes:
for a privacy-focused network like Dusk, how much metadata can the transport layer reveal before transaction-level privacy stops being the whole privacy story?
One TermMax vault rule bothered me more than the headline idea of “managed fixed-rate liquidity.”
A Curator manages orders, allocation and strategy for depositors. Users supply capital; someone else decides how it is deployed.
Then I noticed the timelock design.
In TermMax vaults, sensitive changes don’t all wait in the same way. Changes that increase risk, raising the performance fee, adding a market whitelist, decreasing the timelock, or changing the Guardian, must pass through the timelock. Some risk-reducing changes can apply immediately.
At first that looked like a governance convenience.
I think it’s really a statement about time.
TermMax is separating permission from speed.
A Curator may have authority to propose a change, but authority doesn’t mean the change should become effective now. The system asks: does this expand depositor exposure, or reduce it?
That matters because a vault keeps running while governance is happening. Orders may already be live. Capital may already be allocated. Depositors may not be watching every parameter change.
So the delay on a risk-increasing change isn’t just ceremony. It creates a period where the proposed state and the active state are different, and the Guardian can review or revoke the pending change before it becomes real.
TermMax doesn’t force the same delay when the change moves in the safer direction.
That asymmetry stuck with me.
Most permission systems answer “who is allowed to do this?”
TermMax’s vault design also asks “how quickly should this kind of action be allowed to matter?”
Those are different controls.
The Curator manages strategy. The Guardian can intervene during the waiting period. The vault contract determines when a pending decision becomes executable.
So in TermMax, delegated management isn’t the same thing as delegated immediacy.
The question I’m left with is what depositors should monitor more closely: who controls the vault, or which changes are allowed to become real before they have time to react.
the Dusk staking detail I kept coming back to is that locking DUSK does not immediately give that stake consensus power.
my first read was simple:
stake tokens. become a provisioner. enter consensus.
but Dusk inserts another state between those things:
eligibility.
a stake is recorded as an amount plus the block height where its transaction was included. to enter deterministic sortition, it must meet the minimum and survive a maturity period tied to epochs.
that period is not simply “wait N blocks from deposit.”
it includes the rest of the epoch where the stake lands, plus another full epoch. the result: new stakes become eligible at an epoch boundary.
so two stakes committed at very different times can still acquire consensus rights together.
someone staking near the start of an epoch waits longer than someone near its end, yet both can cross the eligibility boundary together.
that feels small until you separate the states.
locked capital is already exposed to the staking system. eligible capital can actually enter sortition. selected capital gets a concrete consensus role.
those are three different moments.
penalties split the picture again. suspension can exclude a provisioner from sortition for epochs. soft slashing can lock part of the stake and reduce its weight. hard slashing can burn stake.
so even “still staked” does not necessarily mean “still carrying the same consensus influence.”
that makes the epoch boundary more than bookkeeping.
it is part of the protocol's security surface.
imagine a large stake arriving late in an epoch. the capital is committed, but it cannot immediately reshape committee selection just because the transaction finalized.
Dusk makes stake ownership immediate and consensus eligibility delayed.
and that changed the question for me.
when we say a PoS network has gained new stake, do we mean the capital has been locked?
or that the protocol has actually allowed that capital to start deciding blocks?