Platform: Code4rena
Start Date: 09/12/2022
Pot Size: $90,500 USDC
Total HM: 35
Participants: 84
Period: 7 days
Judge: GalloDaSballo
Total Solo HM: 12
Id: 192
League: ETH
Rank: 49/84
Findings: 2
Award: $147.12
🌟 Selected for report: 0
🚀 Solo Findings: 0
🌟 Selected for report: 0xsomeone
Also found by: 0xhacksmithh, 8olidity, Critical, Ruhum, SamGMK, Secureverse, Tointer, __141345__, aviggiano, rotcivegaf
133.3608 USDC - $133.36
x+y = const
function and zero fees. It means that:stable token amount
* cheapest stablecoin in the pool
. If one depegs, all users would lose. And there is no compensation for that risk.There are different approaches to fix it:
#0 - GalloDaSballo
2022-12-20T01:30:38Z
Agree with lack of liquidity premium
We'd call this infinite leverage in curve lingo
#1 - c4-judge
2022-12-20T16:12:32Z
GalloDaSballo marked the issue as duplicate of #462
#2 - c4-judge
2022-12-20T16:13:16Z
GalloDaSballo changed the severity to 3 (High Risk)
#3 - c4-judge
2023-01-22T17:36:52Z
GalloDaSballo marked the issue as satisfactory
🌟 Selected for report: yjrwkk
Also found by: 0x4non, 0xDecorativePineapple, 0xdeadbeef0x, Avci, Critical, Deivitto, Dinesh11G, Englave, Tointer, ak1, chaduke, izhelyazkov, pwnforce, rbserver, rvierdiiev, unforgiven
13.7578 USDC - $13.76
Judge has assessed an item in Issue #351 as M risk. The relevant finding follows:
Stable Vault cannot accept tokens with more then 18 decimals because of this lines: https://github.com/code-423n4/2022-12-tigris/blob/588c84b7bb354d20cbca6034544c4faa46e6a80e/contracts/StableVault.sol#L49 https://github.com/code-423n4/2022-12-tigris/blob/588c84b7bb354d20cbca6034544c4faa46e6a80e/contracts/StableVault.sol#L67 Consider using different conversion formula. For example: amount * 1e18 / 10token.decimals() for deposit and amount * 10token.decimals() / 1e18 for withdraw
#0 - c4-judge
2023-01-22T20:09:34Z
GalloDaSballo marked the issue as duplicate of #533
#1 - c4-judge
2023-01-22T20:09:39Z
GalloDaSballo marked the issue as satisfactory