Gyroscope Hack
Incident Overview
On January 30, 2026, Gyroscope's cross-chain bridge suffered an $807K exploit when an attacker exploited an arbitrary input vulnerability in the bridge contract, bridging 1 wei GYD from Arbitrum to Ethereum with the recipient set to the GYD token contract itself and malicious calldata that triggered unlimited approval.
The bridge contract's BridgeToken() function lacked proper input validation, accepting user-supplied calldata that would execute on the destination chain. The attacker leveraged this by initiating a cross-chain transfer of just 1 wei GYD but directing it to the GYD token contract address rather than a normal wallet. The included calldata contained an approve() function call.
When the bridge's receiving function processed the tiny transfer, it automatically executed the attacker's calldata against the specified recipient—the GYD token contract—which granted the attacker unlimited spending authorization. With this approval in place, the attacker immediately withdrew 6,099,337.37 GYD tokens and liquidated what they could for approximately $807K before converting proceeds to 300.2 ETH and routing it through Tornado Cash.
Incident Report
Protocol Information
What the Attacker Needed to Succeed
Understanding the prerequisites for this type of attack helps auditors identify protocols that are most at risk and helps developers build better defenses.
What Auditors Should Check
If you're auditing a protocol with similar architecture to Gyroscope, these are the critical security checks that could have prevented this incident (January 2026).
- Verify all logic paths related to Other are guarded by proper access controls and input validation
- Review privileged functions (owner, admin, governance) for potential abuse vectors - centralization risks should be documented and bounded with timelocks or multi-sigs
Master these auditing techniques with hands-on labs and real exploit scenarios in the Smart Contract Hacking course.
Free TrialSources & References
Learn to Prevent the Next Gyroscope
The Gyroscope hack is one of many attacks that skilled auditors are trained to detect before deployment. Master real exploit patterns and defense techniques with hands-on Web3 security training.