Category

Editor’s Pick

Category

The post Tom Lee Says “Ethereum Will Be the Top Macro Trade for a Decade” appeared first on Coinpedia Fintech News

Ethereum is gaining serious attention in 2025, and not just from retail investors. Tom Lee, Managing Partner at Fundstrat and well-known Bitcoin supporter, now believes that Ethereum could become the most important macro trade of the next ten years. 

As crypto adoption grows in traditional finance circles, Lee’s latest remarks reflect a shift in sentiment toward Ethereum’s long-term value.

Bitcoin Dominates Headlines, But Ethereum Steals the Spotlight

Lee made his comments shortly after Michael Saylor’s firm, Strategy, made waves by purchasing 21,021 BTC worth $2.46 billion. This brings their total holdings to a staggering 628,791 BTC, now valued at over $74 billion. While Lee echoed Saylor’s iconic line “Bitcoin is the way,” he followed it up with a stronger endorsement of Ethereum. 

In a direct response to an X user, he remarked that ETH is probably the most important macro trade for the next decade.

Tom Lee’s Bitcoin Price Predictions Are Still in Play

Despite his newfound focus on Ethereum, Lee remains bullish on Bitcoin. He believes Bitcoin could eventually hit between $2 million and $3 million per coin, arguing that BTC could rival or even surpass gold in market value. For this year, he sees Bitcoin reaching as high as $250,000, especially if the Federal Reserve begins cutting interest rates, as many expect.

Ethereum’s Usefulness Will Grow

Back in June, Lee urged his X followers to hold both BTC and ETH, highlighting a belief in the continued growth of utility and real-world use cases for both. At present, Bitcoin trades near $118,276, while Ethereum hovers at $3,794.

Lee’s ETH praise comes at a time when Ethereum is gaining traction among institutions, especially with the rise of tokenization, ETH staking, and L2 scaling solutions.

.article-inside-link {
margin-left: 0 !important;
border: 1px solid #0052CC4D;
border-left: 0;
border-right: 0;
padding: 10px 0;
text-align: left;
}

.entry ul.article-inside-link li {
font-size: 14px;
line-height: 21px;
font-weight: 600;
list-style-type: none;
margin-bottom: 0;
display: inline-block;
}

.entry ul.article-inside-link li:last-child {
display: none;
}

  • Also Read :
  •   Cardano Aims for Global Rebrand with New Treasury Proposal; Voting Open
  •   ,

Big Whale Bets Confirm the Trend

Spot On Chain recently highlighted that a major Ethereum whale, address “0x720,” closed a long trade and secured $6 million in profits. Rather than cashing out, the whale withdrew $12.68 million from HyperLiquid, sent it to Binance, and bought 2,000 ETH at $3,839. The move shows that smart money continues to pour into Ethereum, even during short-term price swings.

Adding to the optimism, many public companies are also stacking ETH. SharpLink Gaming currently leads with 360,807 ETH, followed by Bitmine Immersion with 300,657 ETH, and Coinbase with 137,300 ETH. Ethereum is gaining ground as a key asset for long-term institutional portfolios.

.article_register_shortcode {
padding: 18px 24px;
border-radius: 8px;
display: flex;
align-items: center;
margin: 6px 0 22px;
border: 1px solid #0052CC4D;
background: linear-gradient(90deg, rgba(255, 255, 255, 0.1) 0%, rgba(0, 82, 204, 0.1) 100%);
}

.article_register_shortcode .media-body h5 {
color: #000000;
font-weight: 600;
font-size: 20px;
line-height: 22px;
text-align:left;
}

.article_register_shortcode .media-body h5 span {
color: #0052CC;
}

.article_register_shortcode .media-body p {
font-weight: 400;
font-size: 14px;
line-height: 22px;
color: #171717B2;
margin-top: 4px;
text-align:left;
}
.article_register_shortcode .media-body{
padding-right: 14px;
}

.article_register_shortcode .media-button a {
float: right;
}
.article_register_shortcode .primary-button img{
vertical-align: middle;
width: 20px;
margin: 0;
display: inline-block;
}

@media (min-width: 581px) and (max-width: 991px) {
.article_register_shortcode .media-body p {
margin-bottom: 0;
}
}

@media (max-width: 580px) {
.article_register_shortcode {
display: block;
padding: 20px;
}

.article_register_shortcode img {
max-width: 50px;
}

.article_register_shortcode .media-body h5 {
font-size: 16px;
}

.article_register_shortcode .media-body {
margin-left: 0px;
}

.article_register_shortcode .media-body p {
font-size: 13px;
line-height: 20px;
margin-top: 6px;
margin-bottom: 14px;
}

.article_register_shortcode .media-button a {
float: unset;
}

.article_register_shortcode .secondary-button {
margin-bottom: 0;
}
}

Never Miss a Beat in the Crypto World!

Stay ahead with breaking news, expert analysis, and real-time updates on the latest trends in Bitcoin, altcoins, DeFi, NFTs, and more.

.subscription-options li {
display: none;
}
.research-report-subscribe{
background-color: #0052CC;
padding: 12px 20px;
border-radius: 8px;
color: #fff;
font-weight: 500;
font-size: 14px;
width: 96%;
}
.research-report-subscribe img{
vertical-align: sub;
margin-right: 2px;
}

var templateIds = “6”;
var listOfSubscribed = [];

function subscribed_popupmodal(template_id) {
var templateId = ‘6’;
getAllSubscriberCategoryList([templateId]);
var subcribemodal = window.parent.document.getElementById(‘subscribe-modal-design’);
if (subcribemodal) {
var modalContent = `

`;
subcribemodal.innerHTML = modalContent;
}
subscribe_unsubscribe_status(template_id);
//getAllSubscriberCategoryList(template_id);
}

function toggleSubscription(subscription, template_id) {
var subscriptionCheckbox = document.getElementById(subscription + ‘_’ + template_id);
var li = document.getElementById(subscription + ‘Selected_’ + template_id);
if (subscriptionCheckbox.checked) {
li.classList.add(‘active’);
} else {
li.classList.remove(‘active’);
}
}

function getAllSubscriberCategoryList(getcategoryId) {

jQuery.ajax({
url: ‘https://coinpedia.org/wp-admin/admin-ajax.php’,
type: ‘GET’,
data: {
action: ‘subscribe_api_ajax_request’,
apiurl: ‘/app/email_newsletter/list’,
},
success: function(response) {
var result = JSON.parse(response.message);

if (result.status === true) {

var idstosubscribed = []
// Populate listOfSubscribed with subscribed category IDs
result.message.forEach(listofcategory => {

if (listofcategory.subscribe_status === 1) {
if (!listOfSubscribed.includes(listofcategory._id)) {

listOfSubscribed.push(listofcategory._id);
}

if (!idstosubscribed.includes(listofcategory.news_cp_category_row_id)) {
idstosubscribed.push(listofcategory.news_cp_category_row_id);
}
}
});

idstosubscribed.forEach(id => {
var subscribeButton = document.getElementById(‘subscribe_’ + id);
var unsubscribeButton = document.getElementById(‘unsubscribe_’ + id);

if (subscribeButton && unsubscribeButton) {
subscribeButton.style.display = ‘none’;
unsubscribeButton.style.display = ‘block’;
var showDownloadReport = document.getElementById(‘download_report’);

if (showDownloadReport) {
showDownloadReport.style.display = ‘block’;
}
}
});
}

},
error: function(xhr, status, error) {
console.error(‘Error:’, error);
}
});
}

function subscribe_unsubscribe_status(getcategoryId) {
var elementTounsubscribe = parent.document.getElementById(‘unsubscribe_’ + getcategoryId);
var elementTosubscribe = parent.document.getElementById(‘subscribe_’ + getcategoryId);
jQuery.ajax({
url: ‘https://coinpedia.org/wp-admin/admin-ajax.php’,
type: ‘POST’,
data: {
action: ‘subscribe_api_ajax_request’,
apiurl: ‘/app/email_newsletter/list?category_row_id=’ + getcategoryId,
},
success: function(response) {
var result = JSON.parse(response.message);
if (result.status === true) {
parent.jQuery(‘.skeliton-loader-block’).hide();
var hasSubscribeStatusOne = false;
result.message.forEach(subscribeStatus => {
if (listOfSubscribed.includes(subscribeStatus._id) && subscribeStatus.subscribe_status === 1) {
hasSubscribeStatusOne = true;
}
if (subscribeStatus.notification_type === 3) {
parent.document.getElementById(‘monthlySelected_’ + getcategoryId).style.display = ‘block’;
parent.document.getElementById(‘monthly_’ + getcategoryId).setAttribute(‘data-id’, subscribeStatus._id);
if (subscribeStatus.subscribe_status === 1) {
parent.document.getElementById(‘monthly_’ + getcategoryId).checked = true;
}
} else if (subscribeStatus.notification_type === 2) {
parent.document.getElementById(‘weeklySelected_’ + getcategoryId).style.display = ‘block’;
parent.document.getElementById(‘weekly_’ + getcategoryId).setAttribute(‘data-id’, subscribeStatus._id);
if (subscribeStatus.subscribe_status === 1) {
parent.document.getElementById(‘weekly_’ + getcategoryId).checked = true;
}
} else if (subscribeStatus.notification_type === 1) {
parent.document.getElementById(‘dailySelected_’ + getcategoryId).style.display = ‘block’;
parent.document.getElementById(‘daily_’ + getcategoryId).setAttribute(‘data-id’, subscribeStatus._id);
if (subscribeStatus.subscribe_status === 1) {
parent.document.getElementById(‘daily_’ + getcategoryId).checked = true;
}
}
if (subscribeStatus.subscribe_status === 1) {
listOfSubscribed.push(subscribeStatus._id);
}
});
if (hasSubscribeStatusOne) {
elementTosubscribe.style.display = ‘none’;
elementTounsubscribe.style.display = ‘block’;
} else {
elementTosubscribe.style.display = ‘block’;
elementTounsubscribe.style.display = ‘none’;
}
}
},
error: function(xhr, status, error) {
console.error(‘Error:’, error);
}
});
}

function logSelectedSubscriptions(categoryid) {
var unsubscribemodal = document.querySelector(‘.unsubscribed-popup-modal .modal’);
var subscribedmodal = document.querySelector(‘.subscribed-popup-modal .modal’);
unsubscribemodal.innerHTML=”;
subscribedmodal.innerHTML=”;
var selectedSubscriptions = [];
var storeCheckedId = [];
var checkboxes = document.querySelectorAll(‘#subscription-options-‘ + categoryid + ‘ input[type=”checkbox”]’);
var errorMessage = document.getElementById(‘error-message-select’);

// Use a Set to handle unique data-ids
var uniqueSubscribedIds = new Set(listOfSubscribed);

checkboxes.forEach(function(checkbox) {
var dataId = parseInt(checkbox.getAttribute(‘data-id’));
if (checkbox.checked) {

selectedSubscriptions.push(checkbox.id);
storeCheckedId.push(dataId);
} else {

uniqueSubscribedIds.delete(dataId); // Remove unchecked data-id
}
});

// Update listOfSubscribed with unique values
listOfSubscribed = Array.from(uniqueSubscribedIds);

var selectedSubscriptionsString = selectedSubscriptions.join(‘, ‘);
var concatinateSubscribeId = […new Set(storeCheckedId.concat(listOfSubscribed))];

var categoryData = {
‘subscribed_categories’: concatinateSubscribeId
};

var requestSubscriberData = {
action: ‘handle_dynamic_api_request_with_headers’,
security: ‘496ae2164d’,

endpoint: ‘/app/email_newsletter/update_categories’,
token: ”,
data: categoryData
};

jQuery.ajax({
url: ‘https://coinpedia.org/wp-admin/admin-ajax.php’,
type: ‘POST’,
data: requestSubscriberData,
beforeSend: function(xhr) {
xhr.setRequestHeader(‘X-Requested-With’, ‘XMLHttpRequest’);
},
success: function(response) {
try {
response = response.data;

if (storeCheckedId.length === 0) {
var unsubcribedPopUpmodal =

`

`;
unsubscribemodal.innerHTML = unsubcribedPopUpmodal;
document.querySelector(‘#subscribe-modal-design .modal’).style.display = ‘none’;
unsubscribemodal.style.display = ‘block’;
unsubscribemodal.classList.remove(‘hide’);
unsubscribemodal.classList.add(‘show’);
document.getElementById(‘subscribe_’ + categoryid).style.display = ‘block’;
document.getElementById(‘unsubscribe_’ + categoryid).style.display = ‘none’;
var showDownloadReport = document.getElementById(‘download_report’);
if (showDownloadReport) {
showDownloadReport.style.display = ‘none’;
}

} else {

var subscribedPopupModal =

`

FAQs

What is the ETH price prediction for 2025?

As per our Ethereum price forecast 2025, the ETH price could reach a maximum of $5,925.

How much would the price of Ethereum be in 2040?

As per our Ethereum price prediction 2040, Ethereum could reach a maximum price of $123,678.

How much will the ETH coin price be in 2050?

By 2050, a single Ethereum price could go as high as $255,282.

The post Bitcoin Dominance Drops Again, Is Altcoin Season Coming in August? appeared first on Coinpedia Fintech News

Bitcoin dominance has dropped almost 7% in the past month, breaking a key 3-year trendline. Meanwhile, popular crypto trader Crypto Rover shared a chart showing a striking similarity between Bitcoin dominance in 2021 and 2025

Back then, it led to one of the biggest altcoin rallies, and now, Rover believes history might be repeating.

2021 Chart Pattern Repeating Again

Recently, Crypto Rover shared, Bitcoin dominance chart, which formed a similar shape in both 2021 and 2025, a falling wedge. In 2021, this led to a sharp fall in dominance, triggering a major altcoin season where many smaller coins skyrocketed.

Now, in 2025, we’re seeing the same setup again. Bitcoin dominance recently peaked around 72%, and is now falling fast, currently sitting near 61%. Therefore, Rover suggests this could be just the beginning of another big drop, possibly to 52% or even lower.

If dominance keeps falling, more funds may flow into altcoins, just like what happened during the 2021 altseason.

Altcoins Already Outperforming Bitcoin 

This trend isn’t just about charts, it shows a shift in trader interest. The crypto market is showing clear signs of a shift toward altcoins as Ethereum, SOL, XRP, and other altcoins have started to outperform Bitcoin. 

According to Glassnode data shows that Ethereum’s perpetual futures trading volume has just passed Bitcoin’s, for the first time since the 2022 market low. This marks the biggest-ever shift in favor of Ethereum, suggesting that traders are now turning their attention more toward altcoins.

Altcoin Season Index Hit 37

According to Blockchain Center, Altcoin Season Index has dropped to 37, down from 55 on July 21, which means we’re not officially in altcoin season yet..

Despite it, the current trend suggests something could be building. If the pattern continues, altcoins might soon take the spotlight, even if Bitcoin stays in charge for now.

The post Bitstamp and BBVA Bring Crypto Trading to Spain appeared first on Coinpedia Fintech News

Bitstamp has partnered with Spanish banking giant BBVA to launch Bitcoin and Ethereum trading in Spain. This move allows BBVA’s retail customers to buy and sell crypto directly through the bank’s mobile app. Bitstamp, now owned by Robinhood, provides the regulated infrastructure and liquidity behind the service. The partnership marks a big step in making crypto more accessible through traditional banks, offering users a secure and simple way to invest in digital assets without leaving their banking platform.

The post US President Trump Proposes Up to 25% Tariffs on Indian Imports appeared first on Coinpedia Fintech News

US President Donald Trump announced a 25% tariff on Indian imports effective August 1, 2025, citing India’s high tariffs, strict trade barriers, and ongoing military and energy ties with Russia. Trump emphasized that India’s significant purchases from Russia amid the Ukraine conflict are unacceptable, leading to added penalties alongside the tariffs. This move underscores rising trade tensions as the US seeks fairer trade terms with India.

The post JPMorgan Partners with Coinbase to Simplify Crypto Buying appeared first on Coinpedia Fintech News

JPMorgan Chase, managing $4 trillion in assets, has partnered with Coinbase to make purchasing cryptocurrencies easier for its clients. This collaboration aims to integrate Coinbase’s crypto platform with JPMorgan’s services, streamlining access to digital assets for both retail and institutional investors. The partnership highlights growing mainstream adoption of crypto and JPMorgan’s commitment to expanding its digital finance offerings.

The post XRP Could Become ‘World’s Reserve Bridge Currency,’ Says Expert appeared first on Coinpedia Fintech News

Oliver Michel, the CEO of Tokentus Investment AG, has expressed his confidence in XRP. He said that it could become the “world’s reserve currency” to facilitate fast and low-cost cross-border payments. Michel also discussed Ripple’s role in evolving as a global finance system. 

Can XRP Emerge as “World Reserve Currency”? 

As the demand for more efficient cross-border payment systems grows, XRP has increased its infrastructure with blockchain-based technology. This could help crypto users to operate businesses with traditional banking systems more feasibly. 

Michel said, “Ripple is there with its offer, and when the time is right for Ripple, then it can definitely become the World Reserve Bridge Currency.” 

He further argues that the central banks are accelerating their efforts to implement central bank digital currencies (CBDC) instead of working on establishing a stable economic system. If this cycle continues, then the global banks will not have any option but to rely on existing blockchain infrastructure like Ripple. 

Ripple’s Ambition to Pose as a Global Bridge of Digital Currencies 

Ripple has currently established itself as a bridge between national and digital currencies through XRP. This enables XRP to pose as a neutral settlement asset capital that links various fiat and digital currencies, reflecting Ripple’s pivotal role in global finance. 

.article-inside-link {
margin-left: 0 !important;
border: 1px solid #0052CC4D;
border-left: 0;
border-right: 0;
padding: 10px 0;
text-align: left;
}

.entry ul.article-inside-link li {
font-size: 14px;
line-height: 21px;
font-weight: 600;
list-style-type: none;
margin-bottom: 0;
display: inline-block;
}

.entry ul.article-inside-link li:last-child {
display: none;
}

  • Also Read :
  •   Altcoin Rally Coming in August? History Says 10x Gains Are Possible
  •   ,

Ripple continues to develop the platform to coexist with SWIFT. It seeks to resolve the issues in cross-border digital currency payments. With blockchain technology and XRP’s capability, Ripple continues to modernize itself to serve as the key instrument in digital and fiat currencies. Additionally, the move also seeks to increase the adoption and participation rate of the XRP. 

The Wellgistics Health, a Nasdaq-listed pharmaceutical startup, has adopted XRP Ledger (XRPL) for financial and operational processes.

.article_register_shortcode {
padding: 18px 24px;
border-radius: 8px;
display: flex;
align-items: center;
margin: 6px 0 22px;
border: 1px solid #0052CC4D;
background: linear-gradient(90deg, rgba(255, 255, 255, 0.1) 0%, rgba(0, 82, 204, 0.1) 100%);
}

.article_register_shortcode .media-body h5 {
color: #000000;
font-weight: 600;
font-size: 20px;
line-height: 22px;
text-align:left;
}

.article_register_shortcode .media-body h5 span {
color: #0052CC;
}

.article_register_shortcode .media-body p {
font-weight: 400;
font-size: 14px;
line-height: 22px;
color: #171717B2;
margin-top: 4px;
text-align:left;
}
.article_register_shortcode .media-body{
padding-right: 14px;
}

.article_register_shortcode .media-button a {
float: right;
}
.article_register_shortcode .primary-button img{
vertical-align: middle;
width: 20px;
margin: 0;
display: inline-block;
}

@media (min-width: 581px) and (max-width: 991px) {
.article_register_shortcode .media-body p {
margin-bottom: 0;
}
}

@media (max-width: 580px) {
.article_register_shortcode {
display: block;
padding: 20px;
}

.article_register_shortcode img {
max-width: 50px;
}

.article_register_shortcode .media-body h5 {
font-size: 16px;
}

.article_register_shortcode .media-body {
margin-left: 0px;
}

.article_register_shortcode .media-body p {
font-size: 13px;
line-height: 20px;
margin-top: 6px;
margin-bottom: 14px;
}

.article_register_shortcode .media-button a {
float: unset;
}

.article_register_shortcode .secondary-button {
margin-bottom: 0;
}
}

Never Miss a Beat in the Crypto World!

Stay ahead with breaking news, expert analysis, and real-time updates on the latest trends in Bitcoin, altcoins, DeFi, NFTs, and more.

.subscription-options li {
display: none;
}
.research-report-subscribe{
background-color: #0052CC;
padding: 12px 20px;
border-radius: 8px;
color: #fff;
font-weight: 500;
font-size: 14px;
width: 96%;
}
.research-report-subscribe img{
vertical-align: sub;
margin-right: 2px;
}

var templateIds = “6”;
var listOfSubscribed = [];

function subscribed_popupmodal(template_id) {
var templateId = ‘6’;
getAllSubscriberCategoryList([templateId]);
var subcribemodal = window.parent.document.getElementById(‘subscribe-modal-design’);
if (subcribemodal) {
var modalContent = `

`;
subcribemodal.innerHTML = modalContent;
}
subscribe_unsubscribe_status(template_id);
//getAllSubscriberCategoryList(template_id);
}

function toggleSubscription(subscription, template_id) {
var subscriptionCheckbox = document.getElementById(subscription + ‘_’ + template_id);
var li = document.getElementById(subscription + ‘Selected_’ + template_id);
if (subscriptionCheckbox.checked) {
li.classList.add(‘active’);
} else {
li.classList.remove(‘active’);
}
}

function getAllSubscriberCategoryList(getcategoryId) {

jQuery.ajax({
url: ‘https://coinpedia.org/wp-admin/admin-ajax.php’,
type: ‘GET’,
data: {
action: ‘subscribe_api_ajax_request’,
apiurl: ‘/app/email_newsletter/list’,
},
success: function(response) {
var result = JSON.parse(response.message);

if (result.status === true) {

var idstosubscribed = []
// Populate listOfSubscribed with subscribed category IDs
result.message.forEach(listofcategory => {

if (listofcategory.subscribe_status === 1) {
if (!listOfSubscribed.includes(listofcategory._id)) {

listOfSubscribed.push(listofcategory._id);
}

if (!idstosubscribed.includes(listofcategory.news_cp_category_row_id)) {
idstosubscribed.push(listofcategory.news_cp_category_row_id);
}
}
});

idstosubscribed.forEach(id => {
var subscribeButton = document.getElementById(‘subscribe_’ + id);
var unsubscribeButton = document.getElementById(‘unsubscribe_’ + id);

if (subscribeButton && unsubscribeButton) {
subscribeButton.style.display = ‘none’;
unsubscribeButton.style.display = ‘block’;
var showDownloadReport = document.getElementById(‘download_report’);

if (showDownloadReport) {
showDownloadReport.style.display = ‘block’;
}
}
});
}

},
error: function(xhr, status, error) {
console.error(‘Error:’, error);
}
});
}

function subscribe_unsubscribe_status(getcategoryId) {
var elementTounsubscribe = parent.document.getElementById(‘unsubscribe_’ + getcategoryId);
var elementTosubscribe = parent.document.getElementById(‘subscribe_’ + getcategoryId);
jQuery.ajax({
url: ‘https://coinpedia.org/wp-admin/admin-ajax.php’,
type: ‘POST’,
data: {
action: ‘subscribe_api_ajax_request’,
apiurl: ‘/app/email_newsletter/list?category_row_id=’ + getcategoryId,
},
success: function(response) {
var result = JSON.parse(response.message);
if (result.status === true) {
parent.jQuery(‘.skeliton-loader-block’).hide();
var hasSubscribeStatusOne = false;
result.message.forEach(subscribeStatus => {
if (listOfSubscribed.includes(subscribeStatus._id) && subscribeStatus.subscribe_status === 1) {
hasSubscribeStatusOne = true;
}
if (subscribeStatus.notification_type === 3) {
parent.document.getElementById(‘monthlySelected_’ + getcategoryId).style.display = ‘block’;
parent.document.getElementById(‘monthly_’ + getcategoryId).setAttribute(‘data-id’, subscribeStatus._id);
if (subscribeStatus.subscribe_status === 1) {
parent.document.getElementById(‘monthly_’ + getcategoryId).checked = true;
}
} else if (subscribeStatus.notification_type === 2) {
parent.document.getElementById(‘weeklySelected_’ + getcategoryId).style.display = ‘block’;
parent.document.getElementById(‘weekly_’ + getcategoryId).setAttribute(‘data-id’, subscribeStatus._id);
if (subscribeStatus.subscribe_status === 1) {
parent.document.getElementById(‘weekly_’ + getcategoryId).checked = true;
}
} else if (subscribeStatus.notification_type === 1) {
parent.document.getElementById(‘dailySelected_’ + getcategoryId).style.display = ‘block’;
parent.document.getElementById(‘daily_’ + getcategoryId).setAttribute(‘data-id’, subscribeStatus._id);
if (subscribeStatus.subscribe_status === 1) {
parent.document.getElementById(‘daily_’ + getcategoryId).checked = true;
}
}
if (subscribeStatus.subscribe_status === 1) {
listOfSubscribed.push(subscribeStatus._id);
}
});
if (hasSubscribeStatusOne) {
elementTosubscribe.style.display = ‘none’;
elementTounsubscribe.style.display = ‘block’;
} else {
elementTosubscribe.style.display = ‘block’;
elementTounsubscribe.style.display = ‘none’;
}
}
},
error: function(xhr, status, error) {
console.error(‘Error:’, error);
}
});
}

function logSelectedSubscriptions(categoryid) {
var unsubscribemodal = document.querySelector(‘.unsubscribed-popup-modal .modal’);
var subscribedmodal = document.querySelector(‘.subscribed-popup-modal .modal’);
unsubscribemodal.innerHTML=”;
subscribedmodal.innerHTML=”;
var selectedSubscriptions = [];
var storeCheckedId = [];
var checkboxes = document.querySelectorAll(‘#subscription-options-‘ + categoryid + ‘ input[type=”checkbox”]’);
var errorMessage = document.getElementById(‘error-message-select’);

// Use a Set to handle unique data-ids
var uniqueSubscribedIds = new Set(listOfSubscribed);

checkboxes.forEach(function(checkbox) {
var dataId = parseInt(checkbox.getAttribute(‘data-id’));
if (checkbox.checked) {

selectedSubscriptions.push(checkbox.id);
storeCheckedId.push(dataId);
} else {

uniqueSubscribedIds.delete(dataId); // Remove unchecked data-id
}
});

// Update listOfSubscribed with unique values
listOfSubscribed = Array.from(uniqueSubscribedIds);

var selectedSubscriptionsString = selectedSubscriptions.join(‘, ‘);
var concatinateSubscribeId = […new Set(storeCheckedId.concat(listOfSubscribed))];

var categoryData = {
‘subscribed_categories’: concatinateSubscribeId
};

var requestSubscriberData = {
action: ‘handle_dynamic_api_request_with_headers’,
security: ‘449a2f6d12’,

endpoint: ‘/app/email_newsletter/update_categories’,
token: ”,
data: categoryData
};

jQuery.ajax({
url: ‘https://coinpedia.org/wp-admin/admin-ajax.php’,
type: ‘POST’,
data: requestSubscriberData,
beforeSend: function(xhr) {
xhr.setRequestHeader(‘X-Requested-With’, ‘XMLHttpRequest’);
},
success: function(response) {
try {
response = response.data;

if (storeCheckedId.length === 0) {
var unsubcribedPopUpmodal =

`

`;
unsubscribemodal.innerHTML = unsubcribedPopUpmodal;
document.querySelector(‘#subscribe-modal-design .modal’).style.display = ‘none’;
unsubscribemodal.style.display = ‘block’;
unsubscribemodal.classList.remove(‘hide’);
unsubscribemodal.classList.add(‘show’);
document.getElementById(‘subscribe_’ + categoryid).style.display = ‘block’;
document.getElementById(‘unsubscribe_’ + categoryid).style.display = ‘none’;
var showDownloadReport = document.getElementById(‘download_report’);
if (showDownloadReport) {
showDownloadReport.style.display = ‘none’;
}

} else {

var subscribedPopupModal =

`

The post US Seeks $2.4M Bitcoin from Chaos Ransomware appeared first on Coinpedia Fintech News

The US government aims to claim 20.2 BTC, worth about $2.4 million, seized by the Dallas FBI from the Chaos ransomware group. If successful, these bitcoins will be added to the United States’ Strategic Bitcoin Reserve, a national asset fund created in 2025 that holds forfeited bitcoin as a long-term store of value. This reserve treats Bitcoin as a strategic financial asset and does not sell its holdings, strengthening the country’s digital asset strategy.

The post RAKBANK Launches Crypto Trading for UAE Retail Customers appeared first on Coinpedia Fintech News

RAKBANK, holding AED 88.3 billion in assets, has become the first conventional bank in the UAE to offer Bitcoin and cryptocurrency trading services to retail customers. This move marks a significant step in bringing digital assets into mainstream banking. By allowing everyday customers to trade crypto directly through its platform, RAKBANK is making digital currency more accessible and boosting the UAE’s position as a leader in fintech innovation.

The post CRO Price Eyes Breakout as Double Bottom and Golden Cross Align appeared first on Coinpedia Fintech News

The CRO price has caught the community’s attention as it is flashing a classic double bottom pattern on the 4-hour chart, backed by a golden cross on the daily. With momentum surging from a multi-year support zone and strong gains in July, bulls now eye $0.157 as the next key level in sessions ahead.

Double Bottom Pattern Signals Momentum Shift

The recent action in the CRO price chart has formed a clear “W” shape pattern which is interpreted as the double bottom sighted on the 4-hour timeframe, per a recent post on X. 

This pattern often indicates a potential bullish reversal, especially when followed by rising volume or trend continuation signals. The CRO price has climbed over 80% in July, bouncing from lows near $0.08 to touch $0.1439.

Notably, this rally emerges from a multi-year support zone, giving more strength to the ongoing move. But resistance lies ahead. The Cronos token has encountered a brief pause around $0.1450, a level that needs to flip into support if bulls intend to test higher zones like $0.157, the price target suggested in the 4H analysis.

Golden Cross and Bullish EMAs on the Daily Chart

Adding to the bullish structure is the golden cross visible on the daily timeframe, where the 50-day EMA has crossed above the 200-day EMA. Historically, this crossover often acts as a momentum trigger and reinforces broader optimism in trend continuation.

In the case of Cronos, this setup aligns with increased buyer interest and strengthens the Cronos price forecast for higher levels.

Meanwhile, the Cronos price today holds strong with a market cap of $4.70 billion and $100.01 million in 24-hour spot trading volume, suggesting healthy liquidity to support further moves.

Weekly Chart Shows Symmetrical Triangle, $1 in Sight?

On the weekly chart, Cronos appears to be forming a symmetrical triangle pattern. The price has obeyed a multi-year descending resistance trendline, while simultaneously holding onto an upward-sloping support trendline. 

The current price action near the $0.145 zone now represents a make-or-break moment. Should CRO break to the upside from this consolidation, $1 could become a realistic year-end target, according to a separate observation shared on X. 

However, if resistance holds and the price fails to break out, consolidation within the symmetrical triangle could continue, potentially delaying any aggressive upside movement.

This puts the spotlight squarely on the CRO price USD performance in the coming sessions. A decisive move either way could define Cronos’ direction for the rest of 2025.

The post Over $1 Billion in BTC Short Liquidations Positioned Above $120,000 appeared first on Coinpedia Fintech News

More than $1 billion in Bitcoin short positions are at risk of liquidation just above the $120,000 mark. Recent data shows a dense cluster of leveraged shorts between $119,500 and $121,000 across major exchanges—if Bitcoin’s price breaks this resistance, it could trigger forced buybacks exceeding $1.1 billion, fueling a rapid price surge. Analysts highlight $120,000 as a critical short squeeze zone, with large liquidation volumes potentially amplifying bullish market momentum should BTC move decisively higher.