Closed code423n4 closed 2 years ago
pauliax
The whitepaper states that Vader <-> VETH conversion rate is 10'000:1, however it seems that the code declares a different rate:
// Vader -> Vether Conversion Rate (1000:1) uint256 internal constant _VADER_VETHER_CONVERSION_RATE = 1000;
https://github.com/vetherasset/vaderprotocol-whitepaper/blob/main/Vader%20Protocol%20Whitepaper%20V2.pdf
Consider updating the whitepaper and the codebase to match each other.
Handle
pauliax
Vulnerability details
Impact
The whitepaper states that Vader <-> VETH conversion rate is 10'000:1, however it seems that the code declares a different rate:
https://github.com/vetherasset/vaderprotocol-whitepaper/blob/main/Vader%20Protocol%20Whitepaper%20V2.pdf
Recommended Mitigation Steps
Consider updating the whitepaper and the codebase to match each other.