Skip to content

Conversation

Debugger022
Copy link
Contributor

@Debugger022 Debugger022 commented Jul 9, 2025

Description

This PR implements the following features:-

[VEN-3321] - Add the concept of Liquidation Threshold to the core Pool on BNB.
[VEN-3322] - Dynamic Liquidation Incentive and Close Factor in core Pool on BNB.
[VEN-3323] - Define maximum Liquidation Incentive per seized asset in the core pool on BNB.
[VEN-3374]

Checklist

  • I have updated the documentation to account for the changes in the code.
  • If I added new functionality, I added tests covering it.
  • If I fixed a bug, I added a test preventing this bug from silently reappearing again.
  • My contribution follows Venus contribution guidelines.

@Debugger022 Debugger022 self-assigned this Jul 9, 2025
@Debugger022
Copy link
Contributor Author

function validateTreasuryPercentMantissa(uint256 treasuryPercentMantissa_) internal view {

@chechu, can we use a maxTreasuryPercentMantissa constant here? We have deprecated the liquidationincentivemantissa slot now. The liquidation incentives are now per market basis, but the treasury percent should be a fixed value. Wdyt?

@Debugger022 Debugger022 changed the base branch from feat/solidity-0.8 to develop August 18, 2025 11:35
@Debugger022 Debugger022 changed the base branch from develop to feat/VEN-3343 September 2, 2025 11:08
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants