Skip to content

GenerationSoftware/pt-v5-simple-vault-booster

Repository files navigation

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

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!

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published