Liquity is a collateralized debt position (CDP) protocol allowing users to mint stablecoins or synthetic assets against crypto collateral.

Contract details
  • BorrowerOperations (core): User-facing contract for opening, adjusting, and closing Troves (borrowing positions against ETH collateral)
  • TroveManager (core): Manages Trove state, liquidations, and redemptions. Contains internal system logic for Trove operations
  • StabilityPool (core): Pool where LUSD depositors earn ETH from liquidations and LQTY rewards
  • ActivePool (core): Holds the ETH collateral and records the total LUSD debt for all active Troves
  • LUSD Token (token): LUSD stablecoin - USD-pegged token minted by depositing ETH collateral into Troves
  • LQTY Token (token): LQTY utility token distributed to Stability Pool depositors and liquidity providers
  • LQTY Staking (core): Staking contract where LQTY holders earn a share of borrowing and redemption fees
  • PriceFeed (oracle): Oracle price feed using Chainlink and Tellor as primary and fallback oracles
  • SortedTroves (helper): Doubly-linked list of Troves sorted by collateralization ratio for efficient liquidations and redemptions
  • HintHelpers (helper): Helper contract for computing hints for Trove operations to reduce gas costs

Contract Deployments

Smart contract addresses for Liquity across 1 blockchain.

Download JSON
Showing 0 of 0 deployments
Chain
Chain ID
Contract Name
Address
Source
ethereum N/A BorrowerOperations
0x24179CD81c9e782A4096...e007
Source ↗
ethereum N/A TroveManager
0xA39739EF8b0231DbFA0D...4bb2
Source ↗
ethereum N/A StabilityPool
0x66017D22b0f8556afDd1...21bb
Source ↗
ethereum N/A ActivePool
0xDf9Eb223bAFBE5c52714...3D7F
Source ↗
ethereum N/A LUSD Token
0x5f98805A4E8be255a328...8bA0
Source ↗
ethereum N/A LQTY Token
0x6DEA81C8171D0bA57475...c54D
Source ↗
ethereum N/A LQTY Staking
0x4f9Fbb3f1E99B56e0Fe2...605d
Source ↗
ethereum N/A PriceFeed
0x4c517D4e2C851CA76d7e...01De
Source ↗
ethereum N/A HintHelpers
0xE84251b93D9524E0d2e6...97C0
Source ↗

Need full addresses programmatically?

Use the Addybook API to get all 9 contract addresses for Liquity across 1 chains.

View API Docs →