Lympo Hack
Incident Overview
Lympo's operational hot wallet was compromised, leading to the theft of approximately 165.2 million LMT tokens.
On January 10, 2022, at around 2:32 PM (UTC +2), hackers managed to breach Lympo's operational hot wallet. They stole approximately 165.2 million LMT tokens and distributed them to several external addresses. These tokens were subsequently sold on various DEXs.
The compromised wallets:
https://etherscan.io/address/0x5d32b87a…c09e24
https://etherscan.io/address/0x526232f7…29074e
https://etherscan.io/address/0xb0a60eba…dcc342
https://etherscan.io/address/0x934dd627…dc1b2a
https://bscscan.com/address/0x877eecc3…5345a1
https://etherscan.io/address/0x36d97147…c61697
https://etherscan.io/address/0xa432c008…dfbbff
https://etherscan.io/address/0x4b936321…7d484b
https://etherscan.io/address/0x75912da1…665256
Example transaction of the hack:
https://etherscan.io/tx/0x4e476c49…4d1742
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 Lympo, these are the critical security checks that could have prevented this incident (January 2022).
- Verify all logic paths related to Access Control are guarded by proper access controls and input validation - see the Access Control Attacks attack class for patterns
- 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 TrialSecurity Audit History
- Audit Report 1 Report
Related Attack Classes
The technique used in this hack maps to these vulnerability classes in our security curriculum:
Sources & References
Learn to Prevent the Next Lympo
The Lympo 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.