Bitget App
Trade smarter
Buy cryptoMarketsTradeFuturesEarnSquareMore

News

Stay up to date on the latest crypto trends with our expert, in-depth coverage.

banner
All
Crypto
Stocks
Commodities & Forex
Macro
Powell’s allies make a major statement! Is a Federal Reserve rate cut in December now highly likely again?
Powell’s allies make a major statement! Is a Federal Reserve rate cut in December now highly likely again?

Economists point out that three of the most influential officials have formed a strong coalition supporting interest rate cuts, which will be difficult to shake.

ForesightNews·2025/11/25 20:43
The latest SOL proposal aims to reduce the inflation rate, but what are the opponents thinking?
The latest SOL proposal aims to reduce the inflation rate, but what are the opponents thinking?

The Solana community has proposed SIMD-0411, which would increase the inflation deceleration rate from 15% to 30%. It is expected to reduce SOL issuance by 22.3 million over the next six years and accelerate the reduction of the inflation rate to 1.5% before 2029.

BlockBeats·2025/11/25 20:14
IoTeX launches the world's first on-chain identity solution ioID designed specifically for smart devices
IoTeX launches the world's first on-chain identity solution ioID designed specifically for smart devices

ioID is revolutionizing identity management for smart devices, allowing DePIN to authenticate devices, protect data, and unlock next-generation application scenarios within a user-owned ecosystem compatible with any blockchain.

IoTeX社区·2025/11/25 18:52
Mars Morning News | Last week, global listed companies made a net purchase of $13.4 million in BTC, while Strategy did not buy any Bitcoin last week
Mars Morning News | Last week, global listed companies made a net purchase of $13.4 million in BTC, while Strategy did not buy any Bitcoin last week

Expectations for a Federal Reserve interest rate cut in December have risen, with Bitcoin briefly surpassing $89,000 and the Nasdaq surging 2.69%. There are internal disagreements within the Fed regarding rate cuts, causing a strong reaction in the cryptocurrency market. Summary generated by Mars AI. This summary is generated by the Mars AI model and its accuracy and completeness are still being iteratively updated.

MarsBit·2025/11/25 18:41
The covert battle in the crypto industry escalates: 40% of job seekers are North Korean agents?
The covert battle in the crypto industry escalates: 40% of job seekers are North Korean agents?

North Korean agents have infiltrated 15%-20% of crypto companies, and 30%-40% of job applications in the crypto industry may come from North Korean operatives. They act as proxies through remote work, using malware and social engineering to steal funds and manipulate infrastructure. North Korean hackers have stolen over $3 billion in cryptocurrency to fund nuclear weapons programs. Summary generated by Mars AI. This summary is generated by the Mars AI model, and its accuracy and completeness are still being iteratively improved.

MarsBit·2025/11/25 18:40
Which targets are Wall Street short sellers eyeing? Goldman Sachs reveals the short-selling undercurrents amid the AI wave
Which targets are Wall Street short sellers eyeing? Goldman Sachs reveals the short-selling undercurrents amid the AI wave

Data shows that short selling in the US stock market has reached a five-year high. However, investors are not recklessly challenging AI giants; instead, they are targeting so-called "pseudo-beneficiaries"—companies that have surged on the AI concept but lack core competitiveness.

深潮·2025/11/25 17:27
Aethir establishes DePIN computing leadership with enterprise-level growth: a new generation of computing infrastructure model driven by real revenue
Aethir establishes DePIN computing leadership with enterprise-level growth: a new generation of computing infrastructure model driven by real revenue

Against the backdrop of surging global demand for AI infrastructure, traditional centralized cloud computing systems are gradually revealing their capacity bottlenecks and efficiency ceilings. With the rapid adoption of large model training, AI inference, and intelligent agent applications, GPUs are evolving from mere “computing resources” to “strategic infrastructure assets.” Amid this structural transformation of the market, Aethir, through its decentralized physical infrastructure network (DePIN) model, has built the industry’s largest and most commercially advanced enterprise-grade GPU computing network, quickly establishing a leading position in the sector. Commercialization breakthroughs in large-scale computing power infrastructure: To date, Aethir has deployed over 435,000 enterprise-grade GPU containers worldwide, supporting the latest NVIDIA hardware architectures such as H100, H200, B200, and B300, delivering a cumulative total of over 1.4 billion hours of real computing services to enterprise clients. In just the third quarter of 2025, Aethir achieved $39.8 million in revenue, pushing the platform’s annual recurring revenue (ARR) past $147 million. Aethir’s growth is driven by genuine enterprise demand—including AI inference services, model training, large AI agent platforms, and production workloads from global game publishers. This revenue structure marks the first time the DePIN sector has seen...

深潮·2025/11/25 17:27
Flash
15:50
Boeing is repairing 25 737 MAX aircraft.
Boeing has informed customers that the impact on 737 aircraft deliveries will be minimal. Previously, deliveries of 737 MAX aircraft were suspended due to wiring defects.
15:40
Decentralized contract trading platform Sun Wukong launches NATGAS and EWY perpetual contracts
ChainCatcher News, according to official social media sources, the Chinese decentralized contract trading platform Sun Wukong has now launched NATGAS/USDT and EWY/USDT, with a maximum leverage of 20x.
15:38
TRON Seeks to Align SELFDESTRUCT Behavior With Ethereum EIP-6780
TRON’s latest proposal only allows full SELFDESTRUCT removal for contracts created and eliminated within the same transaction. It would keep contracts intact outside same-transaction destruction and transfer balances to a target address. TRON has proposed activating TIP-6780 on its mainnet, bringing the network’s SELFDESTRUCT behavior in line with Ethereum’s EIP-6780. TIP-6780 will apply changes already included in GreatVoyage v4.8.1 at the protocol level if approved. Listed as Proposal 94, it limits full contract deletion to cases where a contract is created and destroyed within the same transaction. In all other cases, the contract would remain onchain, while its assets would move to the target address. The update will also set the opcode’s fixed Energy cost to 5,000. A new discussion has been opened on enabling a v4.8.1 feature to align SELFDESTRUCT behavior with Ethereum EIP-6780. Main changes:🔺 Deletion only allowed in the same transaction as contract creation🔺 Otherwise contract remains, only balance is transferred🔺 Energy cost set… pic.twitter.com/GioeR7bLjf — TRON DAO (@trondao) March 13, 2026 TRON linked the proposal to its earlier deprecation path for SELFDESTRUCT, as outlined in TIP-652. The new plan moves further in that direction while keeping closer compatibility with Ethereum.  According to the proposal, the change preserves the common pattern where a contract is created and self-destructed in a single transaction. That pattern accounts for nearly all observed SELFDESTRUCT-related internal transactions in TRON’s 2025 data sample. The network says that 957,316 out of 957,324 such transactions followed the same-transaction pattern. This week, TRON DAO joined the Linux Foundation’s Agentic AI Foundation as a gold member and took a seat on the governing board. We reported that Circle and JPMorgan are also part of the group. TRON’s Proposal Targets Limited Contract Deletion  Under the proposed rules, when SELFDESTRUCT runs outside the transaction that created the contract, the current execution frame would stop immediately. However, the contract code, storage, and account would stay in place. The account’s assets, including TRX, staked TRX, and TRC10 tokens, would instead transfer to the chosen target address. If the beneficiary is the contract itself, the assets would not be burned in such cases, and there would be no net change in the balance. By contrast, if SELFDESTRUCT occurs in the same transaction as contract creation, the behavior remains as before, including deletion of account data and balance transfer. The proposal said a contract would count as newly created only when deployment succeeds through CREATE, CREATE2, or a similar method within the same transaction. TRON’s account activation rules will stay the same under this change. Contracts that depend on redeployment to the same address through CREATE2 after SELFDESTRUCT would no longer work as intended unless destruction occurs in the same transaction as creation. In addition, patterns that depend on SELFDESTRUCT for account removal or asset burning will also change outside that limited case. TRON’s published onchain analysis showed limited ecosystem exposure. Few contracts contain the SELFDESTRUCT opcode, fewer hold assets, and none in the reviewed group executed an actual SELFDESTRUCT transaction. Previously, CNF outlined TRON’s AI push as the network introduced the onchain Bank of AI through AINFT. The system lets autonomous agents make payments, manage assets, and access DeFi with x402 payments and 8004 identities.
News