Incorrect application of autoDeleveragingFactor
reduces P&L unfairly.
The formula adjustedPnl = pnl * (1 - factor)
is used instead of adjustedPnl = pnl - (pnl * factor)
, causing multiplicative losses.
Traders lose more funds than intended during auto-deleveraging.
Manual review of MarketCreditBranch.sol
.
Validate formulas with unit tests and audits.
The contest is live. Earn rewards by submitting a finding.
This is your time to appeal against judgements on your submissions.
Appeals are being carefully reviewed by our judges.