The Simple Vault Booster makes it easy to liquidate any token to boost a Vault's contributions to a Prize Pool.
Chain | Contract |
---|---|
Base | SimpleVaultBoosterFactory |
Optimism | SimpleVaultBoosterFactory |
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
- Transfer the given token to the Simple Vault Booster. Liquidation bots will eventually pick it up!