ICP is the other massive gainer over the past day.
}
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);
});
}
})();
Bitcoin’s gradual price recovery after the Monday and Tuesday calamity helped the asset jump past $104,000 earlier today, where it faced immediate selling pressure.
XRP is among the top performers from the larger-cap alts, but its 3.6% surge has been dwarfed by ZEC and ICP.
BTC Tapped $104K
The primary cryptocurrency had a volatile last week when it was stopped at $116,000 and pushed south to around $111,000 before the US Fed cut the interest rates on Wednesday. Surprisingly to some, it dropped after that to under $107,000 but quickly bounced off and returned to $111,000 during the weekend.
Then came the Monday and Tuesday market-wide crash. Within a 36-hour period, BTC’s price tumbled hard first to $104,000 before the bears took complete control of the market and drove it south to just under $99,000. This became the asset’s lowest price point in almost five months.
The bulls finally stepped up after this $12,000 decline in two days and began a modest recovery. BTC tapped $102,000 yesterday and jumped past $104,000 earlier today, but was stopped there and now sits at around $103,000.
Its market capitalization has settled at $2.060 trillion on CG, while its dominance over the altcoins has remained steady at 58.5%.
ZEC’s World
The privacy coin just seems totally unfazed by the overall bearish moves in the crypto market. The asset skyrocketed by yet another 20% in the past 24 hours and now trades at a multi-year high of well over $500. The other big gainer from the top 50 alts is ICP, which has risen by 24% to $6.2 as of press time.
Ethereum has added just under 2% of value but remains below $3,400, while XRP has surpassed BNB once again in terms of market cap after a 3.7% increase. The asset now trades above $2.30. SOL, TRX, ADA, and LINK are with minor gains, while BNB, DOGE, BCH, and HYPE are with insignificant losses over the past day.
The total crypto market cap has reclaimed the $3.5 trillion level on CG after dumping below $3.3 trillion on Tuesday.
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.