
Andoyns
@andoyns
Followers
13
Following
26
Media
8
Statuses
48
Providing security solutions for Web3 projects
Joined November 2024
🧵Ready to level up your knowledge about smart contract bugs? 🚀. We are planning to publish examples of known attacks along with their references and PoC scripts. Stay tuned to learn more bug types and don't forget to save this thread!.#SmartContracts #EVM #Blockchain.
1
1
3
RT @0x60scs: I've participated in the @eatsleepyeet audit contest on @immunefi. Found 1 Critical and 1 Insight 🔥. I learned a lot during t….
0
2
0
4/5🧵. Some public reports:.
github.com
Contribute to solodit/solodit_content development by creating an account on GitHub.
1
0
0
3/5🧵. How to Prevent It?. Mitigation techniques such as implementing minimum return values or setting transaction deadlines may be applied.
1
0
0
2/5🧵. What happens when slippage is not checked?. Lack of slippage checks leave users unable to set a minimum acceptable price - creating opportunities for malicious actors to exploit. Attacker can make profit by executing sandwich attack while a victim user is trading.
1
0
0
🔍 Bug Highlight-5: ."Unchecked Slippage" . 1/5🧵. What is Slippage?. Slippage defines (in the context of AMMs) the difference between the expected price of a trade in a DEX and the price at which the trade is executed.
1
2
4
@code4rena @ShieldifySec @CyfrinAudits 9/9. H-4: No slippage protection during repayment due to dynamic slippage params and easily influenced `slot0()` .@sherlockdefi.
github.com
talfao high No slippage protection during repayment due to dynamic slippage params and easily influenced slot0() Summary The repayment function lacks slippage protection. It relies on slot0() to ca...
0
0
1
@code4rena @ShieldifySec 8/9. On-chain slippage calculation using exchange rate derived from `pool.slot0` can be easily manipulated .@CyfrinAudits.
github.com
Contribute to solodit/solodit_content development by creating an account on GitHub.
1
0
1
@code4rena 7/9. [H-01] Usage Of `slot0` To Get `sqrtPriceLimitX96` Is Extremely Prone To Manipulation .@ShieldifySec.
github.com
Contribute to shieldify-security/audits-portfolio-md development by creating an account on GitHub.
1
0
1
6/9. [H-01] Reallocation depends on the `slot0` price, which can be manipulated .@code4rena.
1
0
0
5/9. How to Prevent It?. -Increased Liquidity to stabilize prices. -Advanced Algorithms like TWAP and VWAP to average prices over time/volume, reducing manipulation. -Monitoring Large Trades to detect suspicious activity.
1
0
0
4/9. Impact of Price Manipulation. Price manipulation can mislead traders, drain liquidity, and hurt automated trading bots. It undermines trust in the platform.
1
0
0
3/9. How Does Manipulation Happen?. Manipulators can perform large trades to artificially change the price of a token in a pool, especially in those with low liquidity.
1
0
0
2/9. What is Slot0?. Slot0 is a key parameter in Uniswap v3 liquidity pools, storing data like the current price and liquidity between tokens. It helps determine the price within a pool.
1
0
0