Read My Blog

Insights, vulnerabilities, strategies & reflections from my journey as a smart contract auditor.

πŸ› οΈ In-Depth Audit of Rari Capital’s Fuse Protocol: Critical Findings & Fixes

The audit revealed 1 High, 3 Medium, and 4 Low-severity issues, along with gas optimizations that reduced costs by 15–20%.

πŸ“– Read Article

πŸ› οΈ My First Contribution to Solmate

I added missing revert checks to the ERC20.transfer() function in Solmate, improving both safety and gas efficiency using custom errors. This marks my first real-world open-source contribution in smart contract auditing!

πŸ“– Read Article

🚨 Understanding Reentrancy

A practical breakdown of how reentrancy exploits happen, with live code examples, mitigation techniques, and real-world hack analysis.

πŸ“– Read Article

πŸ”₯ Gas Optimization Techniques

From packing storage to avoiding redundant state changes β€” learn how to write gas-efficient smart contracts that save cost and improve performance.

πŸ“– Read Article

🧠 How I Analyze Vulnerable Contracts

My step-by-step thought process when reading real-world contracts to uncover hidden bugs, even when they're not obvious.

πŸ“– Read Article

✍️ More coming soon...

New blogs are written alongside my learning and audits. Stay tuned for deep dives into delegatecall, access control issues, and more.

πŸ•’ In Progress