Velo-Protocol
  • Welcome to Velo-Protocol
  • 🏀 GETTING STARTED
  • Prerequisite
  • Architecture
  • 🏀 BASE CONCEPTS
    • DRS Mechanism
    • Setup stable credit
    • Mint stable credit
    • Redeem stable credit
    • Rebalancing the Reserve and Collateral Pool
  • 🏀 USING CLI
    • Using CLI
    • Setup table credit
    • Mint stable credit
    • Redeeming stable credit
    • Rebalancing the Reserve and Collateral Pool
  • 🏀 USING SDK
    • Using SDK
    • Setup stable credit
    • Mint stable credit
    • Redeeming stable credit
    • Rebalancing the Reserve and Collateral Pool
Powered by GitBook
On this page
  • Logic
  • 1. run the collateral health check to determine the amount of mismatch for the specified stable credit.
  • 2. If a mismatch is detected, then initiate transfer between the Collateral and the Reserve pool to ensure that the amount of collateral in the Token Collateral Pool is always in line with the amount of collateral required.
  • Workflow

Was this helpful?

  1. BASE CONCEPTS

Rebalancing the Reserve and Collateral Pool

PreviousRedeem stable creditNextUsing CLI

Last updated 4 years ago

Was this helpful?

Collateral asset values may change every day. As a result, collateralization levels will increase and decrease. The DRS continually checks the collateral health and transfers tokens between the collateral and reserve pools to maintain a consistent level of collateralization.

Logic

1. run the collateral health check to determine the amount of mismatch for the specified stable credit.

● If there are no mismatched amounts then no rebalancing is required.

2. If a mismatch is detected, then initiate transfer between the Collateral and the Reserve pool to ensure that the amount of collateral in the Token Collateral Pool is always in line with the amount of collateral required.

● If the amount of collateral in the Collateral account exceeds the required amount, DRS executes a payment operation to return the excess collateral to the Token Reserve Pool.

● If the amount of collateral in the Token Collateral Pool is less than the required amount, DRS executes a payment operation to get the missing collateral from the Token Reserve Pool.

Workflow

🏀