Platypus Finance

Platypus Finance was Avalanche’s leading stableswap protocol — pioneering the “Open Liquidity” single-sided LP model on Avalanche where each stablecoin has its own pool and LPs deposit only one token without pairing requirements, with PTP token governance and boosting mechanics that inspired Wombat Exchange’s BNB Chain design; the protocol suffered multiple exploits in 2023 and significantly reduced operations, but remains an important chapter in Avalanche DeFi history.


Overview

Platypus Finance launched on Avalanche in late 2021 as a novel approach to stablecoin swapping — introducing “Open Liquidity” pools where stablecoins don’t require paired deposits, using an Asset-Liability Model (ALM) borrowed from traditional finance. Platypus became Avalanche’s primary stablecoin DEX, accumulating over $1 billion TVL at peak and inspiring similar designs on BNB Chain (Wombat Exchange) and other chains. However, beginning in February 2023, Platypus suffered multiple major exploits totaling over $10M in losses, significantly damaging the protocol and the USP stablecoin it had launched. The protocol entered a contraction phase but the design innovations remained influential.

Important note: This entry documents Platypus for educational purposes, including its exploit history. Users should conduct due diligence before interacting with any protocol that has experienced security incidents.


Core Innovation: Open Liquidity Model

The model works as follows.

Asset-Liability Model (ALM)

Like Wombat Exchange (which adopted a similar design), Platypus uses single-token LP pools:

  • USDT pool — LPs deposit only USDT; receive LP-USDT tokens
  • USDC pool — LPs deposit only USDC; receive LP-USDC tokens
  • DAI pool — LPs deposit only DAI; receive LP-DAI tokens

No pairing required. Each stablecoin is fully separated in its own pool with independent liquidity accounting.

Coverage Ratio

Each pool tracks:

  • Assets (A) — actual tokens in the pool
  • Liabilities (L) — tokens owed to LPs
  • Coverage Ratio = A / L
    CR = 1.0: fully balanced pool
    CR > 1.0: excess assets (profitable pool, fees accumulated)
    CR < 1.0: deficit (risky pool, potential withdrawal haircut)

Cross-Pool Swaps

Swaps between USDT → USDC route cross-pool:

  • USDT enters USDT pool → increases USDT coverage
  • USDC exits USDC pool → decreases USDC coverage
  • Dynamic pricing based on coverage ratios — undercovered pools are expensive to draw from
  • Market forces maintain balance through arbitrage

PTP Token and veSystem

The following sections cover this in detail.

PTP Token

PTP is Platypus’s governance and emission token:

  • Distributed to liquidity providers as yield on top of trading fees
  • Governance: parameter changes, new pools, fee settings

vePTP and Boosting

Platypus introduced a vote-escrowed boosting model:

  • Lock PTP → earn vePTP continuously over time (accumulation model, not fixed lockup)
  • More vePTP = higher LP boost multiplier (up to 6x PTP yield)
  • veLP model: LP position “ages” over time to gain boost without explicit token locking
  • Encouraged long-term LP participation

USP Stablecoin

Platypus launched USP — a native overcollateralized stablecoin:

  • Collateral: USDC, USDT, DAI deposited in Platypus
  • Minting: users mint USP against their Platypus LP positions
  • USP integrated with Platypus pools for additional yield opportunities
  • USP was significantly impacted by the 2023 exploits — losing peg and being effectively abandoned post-exploit

Exploit History (2023)

Here is how it developed over time.

First Exploit (February 2023)

  • Flash loan attack exploiting a vulnerability in Platypus’s emergency withdrawal mechanism
  • Attacker borrowed large USDC amount, manipulated pool accounting, drained surplus
  • Loss: ~$8.5M
  • USP stablecoin depegged significantly as a result

Subsequent Exploits

  • Multiple follow-on exploits occurred in the months following
  • Protocol TVL collapsed from $100M+ to single-digit millions
  • USP abandoned and protocol entered maintenance mode

Legacy and Influence

Despite its difficulties, Platypus made lasting contributions to DeFi:

  1. ALM design inspiration — Wombat Exchange on BNB Chain directly adopted Platypus’s single-token LP approach
  2. Avalanche stableswap pioneer — proved large-scale stablecoin liquidity was achievable without Curve’s multi-asset design
  3. vePTP boost model — influenced ve(3,3) and boost mechanic designs across the ecosystem

Sources

  1. Platypus Finance WhitepaperPlatypus Finance Team, 2021. Original Platypus whitepaper — Asset-Liability Model derivation (Coverage Ratio definition, swap pricing function as derivative of pool invariant function of coverage ratios), single-token LP accounting (each LP token represents claim on single asset, exchange rate tracks Coverage Ratio), USP stablecoin design (CDP using Platypus LP as collateral, mint ratio based on Coverage Ratio as risk parameter), and PTP/vePTP boost mechanics.
  1. “Platypus Finance at Peak: Avalanche Stableswap Dominance”Avalanche Analytics / DeFi Research, 2022. Analysis of Platypus Finance’s peak TVL period (Q4 2021 – Q4 2022) — TVL composition by stablecoin pool, PTP emission APY that drove initial growth, comparison to Curve on Avalanche (Curve’s Aave stablecoin pools competed with Platypus), and the integration of Platypus with Vector Finance (Platypus booster/Convex equivalent) as a booster layer.
  1. “Platypus February 2023 Exploit: Flash Loan and USP Depeg”Security Research / DeFi Incident Analysis, 2023. Technical post-mortem of the Platypus February 2023 exploit — the specific vulnerability in the emergency withdrawal system (logic error allowing an attacker to withdraw more than deposited by exploiting LP accounting state during borrow position), the on-chain transaction trace, the USP stablecoin cascade (debt-backed USP began depegging as protocol TVL drained; USP holders lost significant value), and Platypus’s response.
  1. “ALM Design Legacy: Wombat Exchange Inheriting Platypus’s Innovation”DeFi Innovation Research, 2022–2023. Analysis of how Platypus’s Asset-Liability Model was adopted and improved by Wombat Exchange on BNB Chain — specific design choices Wombat preserved (single-token LP, Coverage Ratio pricing), improvements Wombat made (different invariant function, simpler boost model), and the broader influence of Platypus’s innovation on DeFi stableswap design beyond the Avalanche/BNB ecosystem.
  1. “Platypus Finance and the Risk of Stablecoin Infrastructure on New Chains”DeFi Risk Research / Avalanche Security, 2023. Risk analysis examining Platypus’s exploits in the broader context of stablecoin infrastructure security on emerging L1/L2 chains — the challenge of auditing novel AMM designs (ALM is less battle-tested than Uniswap V2-derived code), the cascade risk of CDP stablecoins (USP) built on top of novel AMM designs (two layers of novel code stacked), and lessons for future stableswap and stablecoin protocol design.

Related Terms