Arsen
@arsen_bt
Security Researcher at @zenith256 & @GuardianAudits +$100M of Assets Secured |
432 days ago i've entered Web3 Security. - I had 0 coding experience - I wasn't math guy - I wasn't technical nerd Today, i finally achieve my first contest win. - Never stop believe in yourself - Never quit - Grind every single day. - Really love it It's just a beginning
Good news! The results from our first @ton_blockchain competition are in. See who topped the leaderboard in @ChorusOne's competition. Your top 3 ranked researchers are: 🥇 @arsen_bt: $8,825.80 🥈 @n4nika_: $3,692.62 🥉 Boy2000: $2,571.82 Thank you to everyone that…
The most efficient way to search the data Binary Search. Huge projects implement it. • Uniswap • Polygon • Ethereum • OpenZeppelin Main idea is: Finds a value in a sorted list by always checking the middle — then cutting the search space in half each time.
I am not a Go auditor I am not a Rust auditor I am not a TON auditor I am not a Cairo auditor I am not a Move auditor I am not a Solidity auditor I am a Web3 Security Auditor
Here's the best advice I ever got — from a Top Korean hacker "Work with people who are better than you as much possible" This year, I work with Auditors, who are better than me • I fail • I feel dumb • I miss bugs But after each audit, I become stronger. It's hard path in…
The best advice for auditors > Read "Test Coverage" as part of the audit scope Most important thing during an audit — Ideas More Ideas - More findings The goal is to fuel a high level of creativity entire audit.
How I audit Integrations? > Go into GitHub > Take screenshot’s of relevant code > Paste it into Miro > Explore the code of integrations > Ask GitHub Copilot Heavily > Make a notes > Read the docs precisely > Read "Solodit", discover common issues Integrations are out of scope —…