ZEC exceeded $700 earlier today before it dropped hard but it’s still up by double-digits.
}
function loadTrinityPlayer(targetWrapper, theme,extras=””) {
cleanupPlayer(targetWrapper); // Always clean first ✅
targetWrapper.classList.add(‘played’);
// Create script
const scriptEl = document.createElement(“script”);
scriptEl.setAttribute(“fetchpriority”, “high”);
scriptEl.setAttribute(“charset”, “UTF-8”);
const scriptURL = new URL(`https://trinitymedia.ai/player/trinity/2900019254/?themeAppearance=${theme}${extras}`);
scriptURL.searchParams.set(“pageURL”, window.location.href);
scriptEl.src = scriptURL.toString();
// Insert player
const placeholder = targetWrapper.querySelector(“.add-before-this”);
placeholder.parentNode.insertBefore(scriptEl, placeholder.nextSibling);
}
function getTheme() {
return document.body.classList.contains(“dark”) ? “dark” : “light”;
}
// Initial Load for Desktop
if (window.innerWidth > 768) {
const desktopBtn = document.getElementById(“desktopPlayBtn”);
if (desktopBtn) {
desktopBtn.addEventListener(“click”, function () {
const desktopWrapper = document.querySelector(“.desktop-player-wrapper.trinity-player-iframe-wrapper”);
if (desktopWrapper) loadTrinityPlayer(desktopWrapper, getTheme(),’&autoplay=1′);
});
}
}
// Mobile Button Click
const mobileBtn = document.getElementById(“mobilePlayBtn”);
if (mobileBtn) {
mobileBtn.addEventListener(“click”, function () {
const mobileWrapper = document.querySelector(“.mobile-player-wrapper.trinity-player-iframe-wrapper”);
if (mobileWrapper) loadTrinityPlayer(mobileWrapper, getTheme(),’&autoplay=1′);
});
}
function reInitButton(container,html){
container.innerHTML = ” + html;
}
// Theme switcher
const destroyButton = document.getElementById(“checkbox”);
if (destroyButton) {
destroyButton.addEventListener(“click”, () => {
setTimeout(() => {
const theme = getTheme();
if (window.innerWidth > 768) {
const desktopWrapper = document.querySelector(“.desktop-player-wrapper.trinity-player-iframe-wrapper”);
if(desktopWrapper.classList.contains(‘played’)){
loadTrinityPlayer(desktopWrapper, theme,’&autoplay=1′);
}else{
reInitButton(desktopWrapper,’‘)
const desktopBtn = document.getElementById(“desktopPlayBtn”);
if (desktopBtn) {
desktopBtn.addEventListener(“click”, function () {
const desktopWrapper = document.querySelector(“.desktop-player-wrapper.trinity-player-iframe-wrapper”);
if (desktopWrapper) loadTrinityPlayer(desktopWrapper,theme,’&autoplay=1’);
});
}
}
} else {
const mobileWrapper = document.querySelector(“.mobile-player-wrapper.trinity-player-iframe-wrapper”);
if(mobileWrapper.classList.contains(‘played’)){
loadTrinityPlayer(mobileWrapper, theme,’&autoplay=1′);
}else{
const mobileBtn = document.getElementById(“mobilePlayBtn”);
if (mobileBtn) {
mobileBtn.addEventListener(“click”, function () {
const mobileWrapper = document.querySelector(“.mobile-player-wrapper.trinity-player-iframe-wrapper”);
if (mobileWrapper) loadTrinityPlayer(mobileWrapper,theme,’&autoplay=1′);
});
}
}
}
}, 100);
});
}
})();
The market-wide Friday crash pushed bitcoin south to just under $94,000, which became a new six-month low, before the asset finally bounced off to around $96,000.
Most larger-cap altcoins have failed to produce any impressive recovery attempts, aside from ZEC, which defies market logic.
BTC Settles at $96K
Bitcoin began November at around $111,000 but quickly lost that level and dipped below $100,000 last week. It tried to rebound in the following days, which culminated at the beginning of the business week (on November 11) after US President Trump hinted that the US government shutdown might end soon and promised tariff checks of at least $2,000 for some Americans.
BTC topped $107,000 on Monday but was quickly stopped and driven down to under $104,000. Following a few days of sideways trading around that level, the bears took complete control of the market and drove it south to $98,000. This support held during the previous such correction, but gave in this time.
Bitcoin plunged on Friday further below that line and bottomed at $94,000, which became its lowest price tag since May. The bulls finally reemerged after this substantial plunge and helped BTC recover a couple of grand.
Nevertheless, its market capitalization has slumped to $1.910 trillion, while its dominance over the altcoins sits at 57.3% on CG.
ZEC Defies Market Crash
All altcoins followed BTC on the way south, with massive declines from ETH, XRP, SOL, BNB, TRX, DOGE, ADA, and many others on Friday. Well, when we say all we mean all but ZEC. The privacy coin trades in its own universe and skyrocketed to over $700 today before it slipped back down to $640. Yet, it’s still up by 21% daily. LTC and XMR are in the green as well on a daily scale.
The cumulative market capitalization of all cryptocurrency assets plummeted by over $200 billion from top to bottom in just a few days. The metric has recovered some ground but it’s still below $3.350 trillion on CG.
SECRET PARTNERSHIP BONUS for CryptoPotato readers: Use this link to register and unlock $1,500 in exclusive BingX Exchange rewards (limited time offer).
Disclaimer: Information found on CryptoPotato is those of writers quoted. It does not represent the opinions of CryptoPotato on whether to buy, sell, or hold any investments. You are advised to conduct your own research before making any investment decisions. Use provided information at your own risk. See Disclaimer for more information.
Cryptocurrency charts by TradingView.