PolBase Cash Hack

TOTAL LOST $354K
Low Rugpull ethereum

Summarize with AI

Affected Chain ethereum Incident surface
Recovered - No recovery reported
All-Time Rank #1101 By amount stolen
Protocol Type Exit Scam/Rugpull Target category

Incident Overview

PolBase Cash was an algorithmic stable coin project that contained unverified smart contracts which empowered the contract deployer to withdraw funds from the operation. Investors were deprived of $350k.

PolBase Cash an algorithmic stable coin project that boasted three coins. $PBC (PolBase Cash) was the dollar pegged stable coin. In order to enable stabilization mechanisms $PBB (PolBase Bonds) and $PBS (PolBase Share) were introduced, similar to the popular Tomb Finance protocol on the Fantom network.

The contract deployer created four smart contracts for staking $USDT, $USDC, DAI and LP tokens separately. The staking contracts were unverified, meaning the code was not visible on the block explorer for everyone to review.

The contract deployer interacted with these 4 smart contracts using function setOperation() with the below address as input data:

0x5C0D86B9…5d52eA.

This address received permission to withdraw funds from the staking smart contracts. The stolen funds were then transferred to a variety of external wallets. In addition, the liquidity from the pair was removed by this address as well:

https://etherscan.io/tx/0xbf17223d…1d62fc

USDT staking contract:

https://etherscan.io/address/0x4f2582fe…e3381b

USDC staking contract:

https://etherscan.io/address/0x2b3e2fe7…025bc3

DAI staking contract:

https://etherscan.io/address/0xa72180b8…3faf2c

LP contract:

https://etherscan.io/address/0x386e747a…8b63a9

Outgoing transactions could be found at:

https://bloxy.info/address/0x5c0d86b9…5d52ea

Incident Report

Protocol / Project PolBase Cash
Date of Incident
Affected Chain(s) ethereum
Attack Technique Rugpull
Classification Stablecoin
Primary Source View Post-Mortem

Protocol Information

Protocol Type Exit Scam/Rugpull
Affected Token PBC
Official Website basis.cash/
Protocol Twitter/X @BasisCash
Team Anonymous
Source Code Unverified

Market Context at Time of Hack

Token Categories
DeFi Stablecoin Yield Farming Rebase Seigniorage

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.

Technical Knowledge Deep understanding of rugpull and Solidity and EVM internals
Capital Required Seed capital to cover gas and initial position setup
On-Chain Access Ability to interact with ethereum smart contracts and deploy a custom exploit contract
Protocol Analysis Identification of the exploitable vulnerability in PolBase Cash's contract logic - root cause: stablecoin
Execution Speed Precise transaction ordering and timing to exploit the vulnerability within a single atomic block
Obfuscation Plan A strategy to launder and move stolen funds - typically through mixers, cross-chain bridges, or decentralized DEX swaps to resist tracing

What Auditors Should Check

Could this have been caught in audit? Hard to catch — private key / OpSec failures are outside smart contract audit scope

If you're auditing a protocol with similar architecture to PolBase Cash, these are the critical security checks that could have prevented this incident (January 2021).

  • Verify all logic paths related to Rugpull 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 Trial

Sources & References

Learn to Prevent the Next PolBase Cash

The PolBase Cash 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.

Recreate exploit patterns safely Free Trial