Skip to content

GenerationSoftware/pt-v5-liquidator-interfaces

Repository files navigation

PoolTogether Brand

PoolTogether V5 Liquidator Interfaces

Code Coverage built-with openzeppelin MIT license

Have questions or want the latest news?
Join the PoolTogether Discord or follow us on Twitter:

Discord Twitter

Overview

In PoolTogether V5 yield is sold by a Liquidator for prize tokens which are used to measure Vault contributions, distribute odds and are then given out as prizes!

  • Accrued yield is sold by the Liquidator and sent to the Prize Pool.
  • Yield is pulled from a ILiquidationSource.

Development

Installation

You may have to install the following tools to use this repository:

  • Foundry to compile and test contracts
  • direnv to handle environment variables
  • lcov to generate the code coverage report

Install dependencies:

npm i