📢 Gate Square Exclusive: #WXTM Creative Contest# Is Now Live!
Celebrate CandyDrop Round 59 featuring MinoTari (WXTM) — compete for a 70,000 WXTM prize pool!
🎯 About MinoTari (WXTM)
Tari is a Rust-based blockchain protocol centered around digital assets.
It empowers creators to build new types of digital experiences and narratives.
With Tari, digitally scarce assets—like collectibles or in-game items—unlock new business opportunities for creators.
🎨 Event Period:
Aug 7, 2025, 09:00 – Aug 12, 2025, 16:00 (UTC)
📌 How to Participate:
Post original content on Gate Square related to WXTM or its
Orbit Chain suffered an attack of $80 million, raising alarm bells for the security of cross-chain bridges.
Orbit Chain was attacked, resulting in a loss of approximately 80 million USD.
On January 1, 2024, a security risk monitoring platform discovered that the Orbit_Chain project had been attacked, resulting in losses of approximately $80 million. Analysis showed that the attackers had initiated a small-scale attack a day earlier and used stolen ETH as the source of transaction fees for the subsequent large-scale attack.
Orbit Chain is a cross-chain bridge platform that allows users to use encrypted assets from different blockchains on one chain. Currently, the project team has suspended the cross-chain bridge contract and is attempting to communicate with the attacker.
Event Analysis
The attack primarily executed asset transfers by directly invoking the withdraw function of the Orbit Chain: Bridge contract. The withdraw function uses verified signatures to ensure the safety and legitimacy of the disbursement.
Further analysis shows that the signature verification function (_validate) returns the number of owner signatures. If this number is greater than or equal to the required value, the funds will be released. On-chain data indicates that there are a total of 10 administrator addresses for this contract, and the required value is 7, meaning that 70% of administrators' signatures are needed to withdraw assets.
In summary, this incident may have been caused by a phishing attack on the server that stores the administrator's private keys.
Attack Process
On-chain data shows that the attacker began a small-scale attack on the Orbit_Chain project on December 30, 2023, at 15:39:35 (UTC), and distributed the stolen small amount of ETH to other attack addresses as transaction fees.
Subsequently, on December 31, 2023, at 21:00 (UTC), multiple attack addresses began large-scale attacks on assets such as DAI, WBTC, ETH, USDC, and USDT of the Orbit_Chain project.
Fund Tracking
As of the time of publication, the transfer status of the stolen funds is as follows: The attackers have dispersed the stolen funds to five different addresses. Specifically, they include:
Security Insights
This cross-chain bridge security incident again emphasizes the importance of security in the design and implementation of blockchain systems:
Code Security: The contract code is the core of the blockchain system, and it should strictly follow security standards during writing and review to avoid common vulnerabilities.
Authentication and Identity Verification: Ensure that only authorized users or contracts can perform critical operations to prevent unauthorized access and asset loss. Implementing robust authentication mechanisms, multi-signature, and permission management measures can effectively restrict access rights.