ZEC broke above $1,000 and turned a crowded bearish trade into forced buying. More than $34M in ZEC shorts were liquidated during the initial breakout, while open interest approached $2.3B. Another liquidation wave followed as ZEC pushed toward $1,170.
The mechanism is simple:
Price rises → shorts get liquidated → forced buying pushes price higher → more shorts get wiped.
But the interesting part is that the squeeze wasn't the original move. ZEC had already rallied sharply before leverage accelerated it.
Now the real test begins.
If spot demand keeps absorbing supply after the shorts disappear, this can remain a genuine price discovery phase.
If new leverage is simply replacing the liquidated shorts, the reversal could be just as violent.
So I’m watching open interest more than the headline price.
The question isn't why ZEC is pumping.
It's how much higher can it go once there are fewer shorts left to squeeze?
ZEC looks more favorable for a short right now, but I wouldn’t chase the move at 1009.
The 15m chart has turned clearly bearish, with price below the MA7, MA25 and MA99. The 1h is also losing momentum, while the 4h structure is still technically bullish after the recent breakout.
That makes the current zone tricky.
I’d watch 1015–1020 for a retest. If price reaches that area and gets rejected, the short setup becomes more attractive.
BTC Just Knocked on $82K. What Happens Next Matters More.
Bitcoin just made the move everyone was waiting for.
But I would not call this a confirmed breakout yet.
On the 1H chart, BTC is around $80.8K after touching $82.3K. The structure is still constructive:
MA(7): $80.98K MA(25): $79.86K MA(99): $78.35K
That tells me the short term trend is bullish, but momentum has already cooled after the vertical move.
The important zone is $81K to $82.3K.
That is where sellers have already appeared. A clean 1H/4H acceptance above $82.3K would change the structure considerably and could open the path toward $90K. Reuters also identifies the area around $82.8K as major resistance.
On the other side, $79.8K is the first level I would watch.
Lose that, and BTC could easily revisit $78.3K, where the 99 MA currently sits.
There is another variable traders should not ignore today:
The latest rally has been helped by falling bond yields and softer expectations around Fed policy after Christopher Waller's comments. But today's US jobs data can quickly change that narrative.
So my BTC map is simple:
$82.3K breakout → bullish continuation
$79.8K hold → trend remains healthy
$78.3K loss → momentum weakening
$75.7K loss → much deeper correction becomes possible
The interesting part is that BTC doesn't need another massive green candle here.
It needs to prove that buyers can absorb the sellers sitting above $82K.
That is the difference between a short squeeze and a genuine trend reversal.
Would you rather see BTC break $82.3K immediately, or retest $79K first and build a stronger base?
The four most dangerous words in investing are ‘This time it’s different.’ — Sir John Templeton
That line feels particularly relevant right now.
Every market cycle creates a new explanation for why the old rules no longer apply.
This time it’s geopolitical risk. This time it’s inflation. This time it’s the Fed. This time Bitcoin has matured. This time institutions will keep buying every dip.
But markets have a habit of reminding investors that the variables change while human behaviour does not.
We have just seen Bitcoin recover strongly through August, only to enter September with renewed pressure as oil rises, bond yields climb and expectations of tighter monetary policy increase. BTC is back below $80K, while equities and other risk assets are also feeling the pressure.
The important question is not whether this is the beginning of another major correction.
Nobody knows that with certainty.
The better question is whether the market has actually changed its underlying rules, or whether investors are once again finding a new narrative to justify the prices they already want to believe in.
That distinction matters.
Because “this time it’s different” is not a thesis.
It is a warning to examine your assumptions more carefully.
Markets rarely punish people for being uncertain.
They punish people who become certain at exactly the wrong time.
#dusk $DUSK @Dusk I figured encrypting a transaction meant hiding the whole thing, sender, receiver, amount, all of it. turns out dusk's newest privacy engine only hides one of those.
When i first looked at hedger, I literally thought homomorphic encryption sounded like the strongest privacy tool they had. what it actually leaves exposed was the more interesting part.
Here's why. hedger runs on duskevm, which is fully evm compatible so ethereum developers can bring their solidity contracts over as is. that compatibility comes from staying account based, the same model ethereum uses. every account has a visible address, which creates a different privacy model from dusk's native utxo architecture.
So hedger encrypts what happens inside that visibility. it uses homomorphic encryption built on elgamal over elliptic curves, meaning the network can compute on encrypted values without ever decrypting them, plus zero knowledge proofs to confirm those computations were done correctly. balances and transfer amounts stay encrypted end to end. proof generation happens client side, under two seconds.
What i didn't expect is that this doesn't provide full anonymity. dusk itself explains that the account based evm model limits the level of anonymity Hedger can provide, unlike its shielded phoenix model, which uses a different transaction architecture.
The same design that makes hedger fast, easy to adopt, and compatible with existing ethereum tooling is exactly what creates this privacy tradeoff.
I still don't know how developers are supposed to know which layer actually fits their use case, duskevm with hedger, or native duskvm with phoenix, when both get described under the same word, privacy, but deliver two genuinely different privacy models.