Is it finally time to reclaim the bull market, or is it a little too early to celebrate? The market is moving higher today, with investors increasingly hunting for the next 100x crypto as major assets rally.
.cwp-coin-chart svg path {
stroke-width: 0.65 !important;
}
.cwp-coin-widget-container .cwp-graph-container.positive svg path:nth-of-type(2) {
stroke: #008868 !important;
}
.cwp-coin-widget-container .cwp-coin-trend.positive {
color: #008868 !important;
background-color: transparent !important;
}
.cwp-coin-widget-container .cwp-coin-popup-holder .cwp-coin-trend.positive {
border: 1px solid #008868;
border-radius: 3px;
}
.cwp-coin-widget-container .cwp-coin-trend.positive::before {
border-bottom: 4px solid #008868 !important;
}
.cwp-coin-widget-container .cwp-coin-price-holder .cwp-coin-trend-holder .cwp-trend {
background-color: transparent !important;
}
.cwp-coin-widget-container .cwp-graph-container.negative svg path:nth-of-type(2) {
stroke: #A90C0C !important;
}
.cwp-coin-widget-container .cwp-coin-popup-holder .cwp-coin-trend.negative {
border: 1px solid #A90C0C;
border-radius: 3px;
}
.cwp-coin-widget-container .cwp-coin-trend.negative {
color: #A90C0C !important;
background-color: transparent !important;
}
.cwp-coin-widget-container .cwp-coin-trend.negative::before {
border-top: 4px solid #A90C0C !important;
}
3.69%
Bitcoin
BTC
Price
$91,692.60
3.69% /24h
Volume in 24h
$50.99B
<!–
?
–>
Price 7d
// Make SVG responsive
jQuery(document).ready(function($) {
var svg = $(‘.cwp-graph-container svg’).last();
if (svg.length) {
var originalWidth = svg.attr(‘width’) || ‘160’;
var originalHeight = svg.attr(‘height’) || ’40’;
if (!svg.attr(‘viewBox’)) {
svg.attr(‘viewBox’, ‘0 0 ‘ + originalWidth + ‘ ‘ + originalHeight);
}
svg.removeAttr(‘width’).removeAttr(‘height’);
svg.css({‘width’: ‘100%’, ‘height’: ‘100%’});
svg.attr(‘preserveAspectRatio’, ‘xMidYMid meet’);
}
});
Learn more
has finally crossed $90,000 and is now trading around $90,358.
.cwp-coin-chart svg path {
stroke-width: 0.65 !important;
}
.cwp-coin-widget-container .cwp-graph-container.positive svg path:nth-of-type(2) {
stroke: #008868 !important;
}
.cwp-coin-widget-container .cwp-coin-trend.positive {
color: #008868 !important;
background-color: transparent !important;
}
.cwp-coin-widget-container .cwp-coin-popup-holder .cwp-coin-trend.positive {
border: 1px solid #008868;
border-radius: 3px;
}
.cwp-coin-widget-container .cwp-coin-trend.positive::before {
border-bottom: 4px solid #008868 !important;
}
.cwp-coin-widget-container .cwp-coin-price-holder .cwp-coin-trend-holder .cwp-trend {
background-color: transparent !important;
}
.cwp-coin-widget-container .cwp-graph-container.negative svg path:nth-of-type(2) {
stroke: #A90C0C !important;
}
.cwp-coin-widget-container .cwp-coin-popup-holder .cwp-coin-trend.negative {
border: 1px solid #A90C0C;
border-radius: 3px;
}
.cwp-coin-widget-container .cwp-coin-trend.negative {
color: #A90C0C !important;
background-color: transparent !important;
}
.cwp-coin-widget-container .cwp-coin-trend.negative::before {
border-top: 4px solid #A90C0C !important;
}
2.74%
Ethereum
ETH
Price
$3,032.26
2.74% /24h
Volume in 24h
$18.30B
<!–
?
–>
Price 7d
// Make SVG responsive
jQuery(document).ready(function($) {
var svg = $(‘.cwp-graph-container svg’).last();
if (svg.length) {
var originalWidth = svg.attr(‘width’) || ‘160’;
var originalHeight = svg.attr(‘height’) || ’40’;
if (!svg.attr(‘viewBox’)) {
svg.attr(‘viewBox’, ‘0 0 ‘ + originalWidth + ‘ ‘ + originalHeight);
}
svg.removeAttr(‘width’).removeAttr(‘height’);
svg.css({‘width’: ‘100%’, ‘height’: ‘100%’});
svg.attr(‘preserveAspectRatio’, ‘xMidYMid meet’);
}
});
Learn more
is holding near $3,035, up about 3% in the last 24 hours.
.cwp-coin-chart svg path {
stroke-width: 0.65 !important;
}
.cwp-coin-widget-container .cwp-graph-container.positive svg path:nth-of-type(2) {
stroke: #008868 !important;
}
.cwp-coin-widget-container .cwp-coin-trend.positive {
color: #008868 !important;
background-color: transparent !important;
}
.cwp-coin-widget-container .cwp-coin-popup-holder .cwp-coin-trend.positive {
border: 1px solid #008868;
border-radius: 3px;
}
.cwp-coin-widget-container .cwp-coin-trend.positive::before {
border-bottom: 4px solid #008868 !important;
}
.cwp-coin-widget-container .cwp-coin-price-holder .cwp-coin-trend-holder .cwp-trend {
background-color: transparent !important;
}
.cwp-coin-widget-container .cwp-graph-container.negative svg path:nth-of-type(2) {
stroke: #A90C0C !important;
}
.cwp-coin-widget-container .cwp-coin-popup-holder .cwp-coin-trend.negative {
border: 1px solid #A90C0C;
border-radius: 3px;
}
.cwp-coin-widget-container .cwp-coin-trend.negative {
color: #A90C0C !important;
background-color: transparent !important;
}
.cwp-coin-widget-container .cwp-coin-trend.negative::before {
border-top: 4px solid #A90C0C !important;
}
2.63%
Solana
SOL
Price
$142.19
2.63% /24h
Volume in 24h
$5.17B
<!–
?
–>
Price 7d
// Make SVG responsive
jQuery(document).ready(function($) {
var svg = $(‘.cwp-graph-container svg’).last();
if (svg.length) {
var originalWidth = svg.attr(‘width’) || ‘160’;
var originalHeight = svg.attr(‘height’) || ’40’;
if (!svg.attr(‘viewBox’)) {
svg.attr(‘viewBox’, ‘0 0 ‘ + originalWidth + ‘ ‘ + originalHeight);
}
svg.removeAttr(‘width’).removeAttr(‘height’);
svg.css({‘width’: ‘100%’, ‘height’: ‘100%’});
svg.attr(‘preserveAspectRatio’, ‘xMidYMid meet’);
}
});
Learn more
is also up roughly 2% at $143.56. Nature is healing, at least for now.
Next 100x Crypto? Meme Coins Are Seeing Renewed Strength as Fartoin and SPX Rally From the Bottom
Meme coins are making strong comebacks today.
.cwp-coin-chart svg path {
stroke-width: 0.65 !important;
}
.cwp-coin-widget-container .cwp-graph-container.positive svg path:nth-of-type(2) {
stroke: #008868 !important;
}
.cwp-coin-widget-container .cwp-coin-trend.positive {
color: #008868 !important;
background-color: transparent !important;
}
.cwp-coin-widget-container .cwp-coin-popup-holder .cwp-coin-trend.positive {
border: 1px solid #008868;
border-radius: 3px;
}
.cwp-coin-widget-container .cwp-coin-trend.positive::before {
border-bottom: 4px solid #008868 !important;
}
.cwp-coin-widget-container .cwp-coin-price-holder .cwp-coin-trend-holder .cwp-trend {
background-color: transparent !important;
}
.cwp-coin-widget-container .cwp-graph-container.negative svg path:nth-of-type(2) {
stroke: #A90C0C !important;
}
.cwp-coin-widget-container .cwp-coin-popup-holder .cwp-coin-trend.negative {
border: 1px solid #A90C0C;
border-radius: 3px;
}
.cwp-coin-widget-container .cwp-coin-trend.negative {
color: #A90C0C !important;
background-color: transparent !important;
}
.cwp-coin-widget-container .cwp-coin-trend.negative::before {
border-top: 4px solid #A90C0C !important;
}
15.42%
Fartcoin
FARTCOIN
Price
$0.3437
15.42% /24h
Volume in 24h
$229.29M
<!–
?
–>
Price 7d
// Make SVG responsive
jQuery(document).ready(function($) {
var svg = $(‘.cwp-graph-container svg’).last();
if (svg.length) {
var originalWidth = svg.attr(‘width’) || ‘160’;
var originalHeight = svg.attr(‘height’) || ’40’;
if (!svg.attr(‘viewBox’)) {
svg.attr(‘viewBox’, ‘0 0 ‘ + originalWidth + ‘ ‘ + originalHeight);
}
svg.removeAttr(‘width’).removeAttr(‘height’);
svg.css({‘width’: ‘100%’, ‘height’: ‘100%’});
svg.attr(‘preserveAspectRatio’, ‘xMidYMid meet’);
}
});
Learn more
has jumped 14.5% to $0.348 with over $260 million in trading volume.
.cwp-coin-chart svg path {
stroke-width: 0.65 !important;
}
.cwp-coin-widget-container .cwp-graph-container.positive svg path:nth-of-type(2) {
stroke: #008868 !important;
}
.cwp-coin-widget-container .cwp-coin-trend.positive {
color: #008868 !important;
background-color: transparent !important;
}
.cwp-coin-widget-container .cwp-coin-popup-holder .cwp-coin-trend.positive {
border: 1px solid #008868;
border-radius: 3px;
}
.cwp-coin-widget-container .cwp-coin-trend.positive::before {
border-bottom: 4px solid #008868 !important;
}
.cwp-coin-widget-container .cwp-coin-price-holder .cwp-coin-trend-holder .cwp-trend {
background-color: transparent !important;
}
.cwp-coin-widget-container .cwp-graph-container.negative svg path:nth-of-type(2) {
stroke: #A90C0C !important;
}
.cwp-coin-widget-container .cwp-coin-popup-holder .cwp-coin-trend.negative {
border: 1px solid #A90C0C;
border-radius: 3px;
}
.cwp-coin-widget-container .cwp-coin-trend.negative {
color: #A90C0C !important;
background-color: transparent !important;
}
.cwp-coin-widget-container .cwp-coin-trend.negative::before {
border-top: 4px solid #A90C0C !important;
}
12.40%
SPX6900
SPX
Price
$0.7286
12.40% /24h
Volume in 24h
$76.63M
<!–
?
–>
Price 7d
// Make SVG responsive
jQuery(document).ready(function($) {
var svg = $(‘.cwp-graph-container svg’).last();
if (svg.length) {
var originalWidth = svg.attr(‘width’) || ‘160’;
var originalHeight = svg.attr(‘height’) || ’40’;
if (!svg.attr(‘viewBox’)) {
svg.attr(‘viewBox’, ‘0 0 ‘ + originalWidth + ‘ ‘ + originalHeight);
}
svg.removeAttr(‘width’).removeAttr(‘height’);
svg.css({‘width’: ‘100%’, ‘height’: ‘100%’});
svg.attr(‘preserveAspectRatio’, ‘xMidYMid meet’);
}
});
Learn more
is up 16% to $0.748, helped by active trading on decentralized exchanges.
In the past 2 days, a whale has spent $3.27M $USDC and $USDT to buy 4.68M $SPX at a price of $0.697.
The whale still holds $3.22M in stablecoins and is likely to buy more.
Data: @nansen_ai pic.twitter.com/cVTFvfSfVQ
— Onchain Lens (@OnchainLens) November 27, 2025
Other tokens are posting big gains too. Meteora (MET) is up more than 15% to $0.352.
.cwp-coin-chart svg path {
stroke-width: 0.65 !important;
}
.cwp-coin-widget-container .cwp-graph-container.positive svg path:nth-of-type(2) {
stroke: #008868 !important;
}
.cwp-coin-widget-container .cwp-coin-trend.positive {
color: #008868 !important;
background-color: transparent !important;
}
.cwp-coin-widget-container .cwp-coin-popup-holder .cwp-coin-trend.positive {
border: 1px solid #008868;
border-radius: 3px;
}
.cwp-coin-widget-container .cwp-coin-trend.positive::before {
border-bottom: 4px solid #008868 !important;
}
.cwp-coin-widget-container .cwp-coin-price-holder .cwp-coin-trend-holder .cwp-trend {
background-color: transparent !important;
}
.cwp-coin-widget-container .cwp-graph-container.negative svg path:nth-of-type(2) {
stroke: #A90C0C !important;
}
.cwp-coin-widget-container .cwp-coin-popup-holder .cwp-coin-trend.negative {
border: 1px solid #A90C0C;
border-radius: 3px;
}
.cwp-coin-widget-container .cwp-coin-trend.negative {
color: #A90C0C !important;
background-color: transparent !important;
}
.cwp-coin-widget-container .cwp-coin-trend.negative::before {
border-top: 4px solid #A90C0C !important;
}
58.27%
Orca
ORCA
Price
$1.69
58.27% /24h
Volume in 24h
$126.81M
<!–
?
–>
Price 7d
// Make SVG responsive
jQuery(document).ready(function($) {
var svg = $(‘.cwp-graph-container svg’).last();
if (svg.length) {
var originalWidth = svg.attr(‘width’) || ‘160’;
var originalHeight = svg.attr(‘height’) || ’40’;
if (!svg.attr(‘viewBox’)) {
svg.attr(‘viewBox’, ‘0 0 ‘ + originalWidth + ‘ ‘ + originalHeight);
}
svg.removeAttr(‘width’).removeAttr(‘height’);
svg.css({‘width’: ‘100%’, ‘height’: ‘100%’});
svg.attr(‘preserveAspectRatio’, ‘xMidYMid meet’);
}
});
Learn more
, a Solana-based trading platform, has surged over 55% in the past 24 hours and now trades at $1.37 after attracting strong volume through new liquidity rewards.
EXPLORE: 10+ Next Crypto to 100X In 2025
Aster and Monad Struggle as ETFs See Strong Inflows
Not everything is rising, however.
.cwp-coin-chart svg path {
stroke-width: 0.65 !important;
}
.cwp-coin-widget-container .cwp-graph-container.positive svg path:nth-of-type(2) {
stroke: #008868 !important;
}
.cwp-coin-widget-container .cwp-coin-trend.positive {
color: #008868 !important;
background-color: transparent !important;
}
.cwp-coin-widget-container .cwp-coin-popup-holder .cwp-coin-trend.positive {
border: 1px solid #008868;
border-radius: 3px;
}
.cwp-coin-widget-container .cwp-coin-trend.positive::before {
border-bottom: 4px solid #008868 !important;
}
.cwp-coin-widget-container .cwp-coin-price-holder .cwp-coin-trend-holder .cwp-trend {
background-color: transparent !important;
}
.cwp-coin-widget-container .cwp-graph-container.negative svg path:nth-of-type(2) {
stroke: #A90C0C !important;
}
.cwp-coin-widget-container .cwp-coin-popup-holder .cwp-coin-trend.negative {
border: 1px solid #A90C0C;
border-radius: 3px;
}
.cwp-coin-widget-container .cwp-coin-trend.negative {
color: #A90C0C !important;
background-color: transparent !important;
}
.cwp-coin-widget-container .cwp-coin-trend.negative::before {
border-top: 4px solid #A90C0C !important;
}
5.09%
Aster
ASTER
Price
$1.08
5.09% /24h
Volume in 24h
$297.63M
<!–
?
–>
Price 7d
// Make SVG responsive
jQuery(document).ready(function($) {
var svg = $(‘.cwp-graph-container svg’).last();
if (svg.length) {
var originalWidth = svg.attr(‘width’) || ‘160’;
var originalHeight = svg.attr(‘height’) || ’40’;
if (!svg.attr(‘viewBox’)) {
svg.attr(‘viewBox’, ‘0 0 ‘ + originalWidth + ‘ ‘ + originalHeight);
}
svg.removeAttr(‘width’).removeAttr(‘height’);
svg.css({‘width’: ‘100%’, ‘height’: ‘100%’});
svg.attr(‘preserveAspectRatio’, ‘xMidYMid meet’);
}
});
Learn more
continues to fall and is trading below $1.50. It has lost 8% over the past week. Ongoing concerns about its Phase 2 airdrop, including claims of wash trading and unfair token distribution to insiders, have hurt trust. Upcoming token unlocks are adding more selling pressure, so ASTER is missing the current market recovery.
Monad (MON) has also stopped climbing. More than half of the airdrop recipients have already sold everything. Out of 76,021 eligible wallets, 39,796 (52.4%) have fully exited their positions. Only 27,133 wallets (35.7%) are still holding all their tokens, keeping MON stuck around $0.03.
EXPLORE: Avici Crypto Explodes 63% With Monstrous Growth: The Next Revolut?
On the institutional side, money keeps flowing in. Ethereum spot ETFs recorded $60.82 million in net inflows on November 26 – their fourth straight positive day. Bitcoin ETFs added $21.12 million, and XRP ETFs brought in $21.81 million. Solana ETFs were the only major ones with an outflow, losing $8.1 million.
With Bitcoin above $90,000, Ethereum near $3,000, and many altcoins climbing fast, overall sentiment is improving. Still, tokens like Aster remain deeply in the red, showing that not every project benefits from a rising tide.
Arthur Hayes’ Contradicting Predictions Strike Again: From $10 Moonshot to “Send $MON to ZERO”
Just two days ago, Hayes hyped Monad’s $MON token, declaring “$MON to $10” in a bullish X post, touting its low-float, high-FDV potential amid a 55% price surge. “It’s a bull market, bitches!” he proclaimed, admitting he’d “aped in” early.
Fast-forward 48 hours: Hayes flips the script with a savage “Send $MON to ZERO,” igniting trader backlash. This isn’t Hayes’ first rodeo. Mere weeks after forecasting a 126x rally for Hyperliquid’s $HYPE, eyeing $5,000 by 2028, he dumped 96,600 tokens for a $5.1 million profit, netting $823,000.
“Need to pay my deposit on the new Rari,” he quipped, shrugging off accusations of pump-and-dump.
Hayes’ track record? A self-admitted “pretty shit” 25% accuracy rate on calls, per his essays. Yet, his macro bets on liquidity floods often pay off long-term.
Arthur Hayes just said, "Send $MON to ZERO."
But just two days ago, he was saying " $MON to $10." pic.twitter.com/rI9rgWiBPD
— Lookonchain (@lookonchain) November 27, 2025
Alt5 Sigma Ousts Top Executives Amid Growing Strains Linked to Trump-Backed WLFI Deal
Alt5 Sigma has removed its acting CEO Jonathan Hugh and COO Ron Pitters, according to a Wednesday filing cited by Bloomberg. The company named new replacements but provided no explanation for the leadership shake-up. The move adds to mounting instability surrounding the small Las Vegas fintech firm, which gained sudden visibility after agreeing in August to acquire WLFI tokens from World Liberty Financial, a crypto project tied to members of Donald Trump’s family. The transition comes as the firm continues to face legal complications involving an overseas money-laundering case.
The post [LIVE] Crypto News Today, November 27: Bitcoin Price Finally Breaks Above $90K, ETH Trades at $3K, But Aster Crypto Is Still Underwater – Next 100x Crypto? appeared first on 99Bitcoins.
#LIVE #Crypto #News #Today #November #Bitcoin #Price #Finally #Breaks #90K #ETH #Trades #Aster #Crypto #Underwater #100x #Crypto
#LIVE #Crypto #News #Today #November #Bitcoin #Price #Finally #Breaks #90K #ETH #Trades #Aster #Crypto #Underwater #100x #Crypto