Skip to content
Client Focus

Insights

The February 2025 exchange breach: lessons for signing operations

The largest theft in the industry's history to date, approximately 1.5 billion dollars from a single exchange, was executed through the signing workflow, not a smart contract bug.

Operations notes

Published
August 22, 2026
Covers
February 2025
Reading time
6 minutes
By
Client Focus

In February 2025 approximately 1.5 billion dollars was taken from a single exchange, Bybit, in what remains the largest theft recorded in the industry. The contracts held. The keys were not brute forced. The loss came through the signing workflow, which is where institutional value is actually controlled.

The pattern

The attack compromised the interface presented to approvers. Signers reviewed what looked like a routine transfer and authorized a transaction whose real payload differed from the display. Multiple approvals were obtained under the same false premise, so the quorum requirement provided no protection. Chainalysis attributed the incident to actors linked to the Democratic People's Republic of Korea, consistent with a pattern of targeting the human approval path rather than the cryptography.

Controls that address it

Independent verification breaks the pattern. A signer should confirm the transaction on a device that does not share a compromise domain with the initiating interface, comparing the decoded call data rather than a rendered summary. Policy engines evaluated before signing should enforce destination allow-lists, value thresholds and contract interaction rules, so that a transaction outside policy cannot reach the quorum at all. Quorum composition matters: approvers drawn from a single team, using a single build of a single client, are a single point of failure with extra steps. High-value movements should require out-of-band confirmation on a channel established in advance, with the confirming party named. And approvers should be included in red-team exercises, because the control being tested is a human decision under time pressure.

Why monitoring alone would not have prevented it

Detection begins after broadcast. No monitoring control stops a validly signed transaction from settling. Stating that plainly matters, because the alternative is to sell monitoring as prevention and leave the actual gap unaddressed. Prevention lives in the signing path.

What monitoring still does

It compresses the time between loss and response. An outflow pattern inconsistent with baseline can be detected within minutes of settlement, classified and routed to a named owner rather than to a distribution list. That owner can trigger a defined sequence: freeze what is freezable, notify counterparties and exchanges where the funds are heading, engage analytics providers to trace and label the destination addresses, brief the supervisor within the applicable reporting window, and preserve the evidence for the investigation. Recovery outcomes in large thefts correlate with the speed of that first hour.

The operating conclusion is unglamorous. Institutions should treat the approval workflow as production infrastructure with its own threat model, its own change control and its own exercises, and should assume the display layer will be attacked because it has been.

Printed annual loss analysis on a desk beside a laptop in daylight

Continue reading

Printed annual loss analysis on a desk beside a laptop in daylight

2025 digital asset losses: what the numbers say about operations

Approximately 3.4 billion dollars was stolen in 2025, concentrated in a small number of large incidents, with DPRK-linked actors responsible for a record share.

A quiet office corridor with glass-walled meeting rooms in daylight

Privileged actions on-chain: the events a security operations center must treat as critical

Role grants, configuration-flag changes, proxy upgrades and pause-state changes are the highest-signal events in a contract's life.

Printed operational reports and a notebook on a desk in daylight

2025 in review: the year digital assets became an operations problem

Regulation arrived, losses concentrated, and banks moved to public networks. The common thread was accountability for operations.

Apply this to your own operations.

Client Focus reviews the estate, the coverage required and the gaps, then sets out what changes.