The ledger remembers what the promoters forgot.
On July 19, the WonFi protocol—a DeFi platform boasting a Korean government-backed stablecoin called KRWx—announced a sweeping policy overhaul. The headline: expansion of foreign investment in its native bonds and a widening of collateral scope to include KRWx itself. The stated goal: boost the token's value and globalize its use. Over the next 48 hours, the token surged 12%, TVL jumped 30%, and the narrative shifted from ‘experiment’ to ‘blueprint for sovereign DeFi.’
I wasn't buying. Not because the idea is bad—but because the execution window was too clean. The announcement came with almost zero friction: a single governance proposal passed with 99% approval, no community debate logs, and a code merge that happened at 3:17 AM UTC. That’s not innovation. That’s orchestration.
Context
WonFi launched in late 2023 as a fork of MakerDAO, tweaked to issue a digital won (KRWx) redeemable 1:1 with the Korean won via a consortium of local banks. The platform also issued term-bearing bonds—WonFi Bonds (WFB)—that paid a fixed yield funded by transaction fees from the KRWx system. For six months, it was quiet, with roughly $80 million in TVL, mostly from domestic retail. The July 19 proposal changed three things:
- Temporary Overdrafts: Foreign investors could now borrow KRWx from a dedicated vault before depositing collateral. A technical convenience, they said, to reduce settlement delays.
- Expanded Collateral Scope: WFB bonds could be pledged as collateral for KRWx loans—meaning you could borrow KRWx using the very bonds backed by KRWx. A circular collateral loop.
- 24/7 Trading Pairs: The KRWx/USDC pool on the platform’s AMM would now operate continuously, with no halts for maintenance or circuit breakers.
The marketing team called it ‘a borderless won for a borderless economy.’ I call it a three-trigger bomb waiting for a bad oracle read.
Core: The Systematic Teardown
I spent the weekend dissecting the updated smart contracts. Let me walk you through the three red flags that should make any institutional investor run—not walk—to the exit.
1. The Overdraft Vault: A Permissioned Time Bomb
The temporary overdraft mechanism lives in a new contract called 'VaultOverdraft.sol'. The logic is simple: a whitelisted address can request a KRWx loan up to a protocol-defined limit (initial: $500k per address) without posting collateral upfront. The loan must be repaid within 7 days, or the vault calls a liquidator. However, the whitelist is controlled by a single multisig—three out of five signers, all linked to the founding team’s wallets. The contract has no timelock for whitelist updates. Code review shows that the addToWhitelist() function can be called by the owner at any time, with zero on-chain delay.
What this means: A coordinated team could add a shell wallet, withdraw $500k, and then use that KRWx to buy WFB on the open market, artificially inflating the bond price before dumping. No liquidation can happen because the overdraft isn't collateralized—it’s just a promise. The ledger remembers that promise, but only after the funds are gone.
2. The Collateral Loop: Endless Leverage, Zero Backing
The expanded collateral scope allows any WFB holder to use their bonds as collateral for KRWx loans. The protocol’s oracle—a centralized feed from the Korean Exchange—provides a price for WFB based on its trading volume, which averaged only $2 million daily pre-announcement. With the 24/7 trading AMM, that volume can be easily spoofed.
Here’s the math: An attacker buys $10 million of WFB using borrowed KRWx from the overdraft vault. That buying pressure pushes the oracle price up 15%. They then use that same WFB as collateral to mint more KRWx, which they can use to buy more WFB. Each loop multiplies the leverage. The only constraint is gas fees—and on a sidechain, that’s pennies. Every rug pull leaves a trail of gas fees. In this case, the gas is buried under thousands of micro-transactions inside the 24/7 pool.
3. The 24/7 AMM: No Circuit Breakers, No Accountability
Most DeFi AMMs have kill switches or pause functions during extreme volatility. WonFi’s new pool contract removes both. The disableEmergencyStop() function is hardcoded true. The excuse? ‘To match the 24-hour foreign exchange market in Seoul.’ Reality: it ensures that when the loop collapses, no one can stop the slide. The silence in the code is louder than the contract.
Contrarian: What the Bulls Got Right
Let me be fair. The bulls point out that the policy did attract institutional interest. Within 48 hours, three Korean pension funds announced they would test the overdraft facility. The transaction count on the network spiked 400%. The token price rose. In a vacuum, this looks like a successful launch.
They also argue that the circular collateral risk exists in all stablecoin protocols—MakerDAO’s DAI used to allow LP tokens as collateral, and that survived. The difference: MakerDAO had gradual parameter changes, open governance debates, and a liquidator network that could handle stress. WonFi has none of those. The team holds the keys. The oracle is single-source. The code is silent.
Furthermore, the Korean government’s tacit approval—through the consortium banks—gives the project a veneer of legitimacy. That’s dangerous. It encourages retail investors to treat KRWx like it’s backed by the Bank of Korea when it’s really backed by a few hundred thousand dollars of on-chain liquidity and an un-audited multisig.

Takeaway
The WonFi expansion is not a policy for growth; it’s a policy for extraction. It creates a liquidity trap: foreigners enter, buy bonds, leverage them, and when the oracle skews even 1%, the entire position cascade-liquidates into an illiquid AMM. The team will likely walk away with the overdraft loans, and the rest will be left holding WFB tokens that trade at a 90% discount.
To the Korean Ministry of Economy and Finance: if you want to boost the won, don’t let it sleep with code that has no eyes.