Skip to content

Commit

Permalink
Added mainnet deployments
Browse files Browse the repository at this point in the history
  • Loading branch information
asselstine committed Oct 25, 2024
1 parent 57c7496 commit c0de427
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,13 @@

The FixedPriceLiquidationPair is designed to liquidate accrued yield on PoolTogether V5 vaults. The Fixed Price Auction has a fixed price for the yield. Once the yield accrues to the fixed price value, arbitrageurs are motivated to swap.

## Deployments

| Chain | Contract | Address |
| ---- | ----- | ------ |
| Ethereum | FixedPriceLiquidationPair | [0xa1739ECE7a90243443543EA57EB5bfB5f4f8E606](https://etherscan.io/address/0xa1739ECE7a90243443543EA57EB5bfB5f4f8E606) |
| Ethereum | FixedPriceLiquidationRouter | [0x91b718F250A74Ad80da828d7D60b13993275d43c](https://etherscan.io/address/0x91b718F250A74Ad80da828d7D60b13993275d43c) |

## Motivation

The fixed price lets us efficiently liquidate yield for vaults that have very low amounts of TVL.
Expand Down

0 comments on commit c0de427

Please sign in to comment.