Skip to content

Latest commit

 

History

History
42 lines (27 loc) · 1.92 KB

File metadata and controls

42 lines (27 loc) · 1.92 KB

PoolTogether V5 Simple Vault Booster

Code Coverage built-with openzeppelin MIT license

The Simple Vault Booster makes it easy to liquidate any token to boost a Vault's contributions to a Prize Pool.

Deployments

Chain Contract
Base SimpleVaultBoosterFactory
Optimism SimpleVaultBoosterFactory
Worldchain SimpleVaultBoosterFactory

Usage

Step 1

Create a Simple Vault Booster using the Simple Vault Booster Factory for the vault and prize pool you wish.

simpleVaultBoosterFactory.createSimpleVaultBooster(vault, prizePool)

Step 2

Attach a liquidation pair to the newly created Simple Vault Booster for the token you wish to liquidate:

simpleVaultBooster.setLiquidationPair(weth, liquidationPair)

Some liquidation pair options:

Step 3

  1. Transfer the given token to the Simple Vault Booster. Liquidation bots will eventually pick it up!