Kopio Docs
  • ℹ️Kopio Project 101
  • fundamentals
    • CDPs
      • ICDP
        • Deposit
        • Withdraw
        • Burn / Repay
        • Minting / Borrowing
        • Liquidations
      • SCDP
        • Deposits
        • Swaps
        • Liquidations
    • Collateral Assets
    • Kopio Assets
    • ONE
    • Synth Wrap
    • Liquidations
    • Oracles
    • Glossary
    • Litepaper
  • Developers
    • Contracts Overview
    • Liquidations
    • Errors
  • contracts
    • Deployment Addresses
  • Security
    • Audits
Powered by GitBook
On this page
  • Overview
  • Liquidation Threshold
  • Acquiring Kopio Assets
  1. Developers

Liquidations

Learn how to participate in the liquidations market

PreviousContracts OverviewNextErrors

Last updated 9 months ago

This documentation is a work in progress!

Overview

of unhealthy 's within the protocol can be done by anyone and the protocol incentivizes it.

Liquidators must obtain equal amount of the Kopio Asset repaid on behalf of the liquidatee. These are burned and the debt balance of the liquidatee is reduced accordingly. Protocol then calculates the amount of collateral to seize, removes it from the liquidatees and transfers it to the liquidators address.

When a liquidator repays debt on the unhealthy CDP, in return they receive the liquidatees collateral at a discount according to the . This rewards the liquidators in exchange for the repayment cost and effort.

Liquidation Threshold

Thing to understand in liquidations is the difference between (LT) and the (MCR).

An account in the protocol is considered liquidatable when the ratio of collateral to debt is less than the LT. MCR is used to decide whether the CDP is allowed to take on more debt. While MCR is similar to the LT, it won't make an account liquidatable. The possible gap between these ratios is a safety buffer and it prevents users from creating extremely risky positions which would get liquidated in the slightest market movement.

TL;DR

  • Accounts can be liquidated below LT.

  • Accounts can only be liquidated up to the .

Acquiring Kopio Assets

Three main options exist to natively acquire Kopio Assets.

  1. Buy the assets from some 3rd party AMM liquidity.

Liquidation call does not touch liquidators debt, as it would be a double spend.

This means using the protocol to acquire Kopio Assets will leave the liquidator with a regular CDP after the liquidation call.

All protocol code is public on GitHub

the assets from the protocol against collateral.

Provide underlying assets for a 1-1 .

Acquire with USDC, optionally exchange acquired ONE using the to any Kopio Asset.

Borrowing
synth wrap
ONE
SCDP
h
ttps://github.com/kopio-dev/kopio-protocol

Contracts

Addresses

Protocol Repository

Liquidations
CDP
Kopio Assets
Liquidation Incentive
Liquidation Threshold
Contracts Overview
Deployment Addresses
https://github.com/kopio-dev/kopio-protocol
Example Liquidation
MLR
Minimum Collateralization Ratio
collateral deposits