Some analysts view the current correction as an opportunity.
}
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 cryptocurrency market, which marked a new record earlier this week when the total capitalization hit $4.4 trillion, is in a free-fall state after the US President Donald Trump issued a warning against China.
Ethereum is among the poorest performers on a daily scale, losing nearly 6% of value. ETH has broken below $4,100, and it’s on its way to $4,000 for the first time in a few weeks. Its weekly losses are up to 10.6%, according to CoinGecko data.
Similar losses are evident from other larger-cap alts such as SOL and DOGE. Both are down by over 4.5% daily and struggle below $210 and $0.24, respectively.
Ripple’s XRP has fared slightly better on a 24-hour scale, losing a more modest 3%. However, it’s down by almost 11% in the past week and is currently testing a crucial support at $2.70.
Bitcoin led the charge south, dropping from over $121,000 to $119,000 at first after Trump’s statement against Beijing. However, its performance has only worsened since then, and it’s down to $117,000 as of press time. CW believes the first major buy wall is situated at $116,700, which could provide some support for the asset.
Altcoin Sherpa noted that if BTC closes below $117,600 weekly, it would be destined for another fall to $115,000.
Satoshi Flipper was more positive, indicating that today’s sell-off, which also extended in the broader financial markets, including the S&P 500, will simply increase the odds for two more interest rate cuts by the US Fed of 25 bps. As such, the analyst said the current correction is a “monster discount.”
You may also like:
The liquidation data from CoinGlass is rather painful. The total value of wrecked positions has shot up to $900 million on a daily scale, as over 250,000 traders have been wrecked.
Binance Free $600 (CryptoPotato Exclusive): Use this link to register a new account and receive $600 exclusive welcome offer on Binance (full details).
LIMITED OFFER for CryptoPotato readers at Bybit: Use this link to register and open a $500 FREE position on any coin!
Source: https://cryptopotato.com/altcoin-bloodbath-eth-xrp-sol-doge-crumble-as-liquidations-near-900m/