movebrah Profile Banner
MoveJay (gator hunting arc) Profile
MoveJay (gator hunting arc)

@movebrah

Followers
2K
Following
11K
Media
429
Statuses
5K

Move SR @spearbit | Ambassador @Suinetwork | FV Security Researcher @Asymptotictech

in a foxhole 🦊
Joined October 2023
Don't wanna be here? Send us removal request.
@movebrah
MoveJay (gator hunting arc)
2 years
1/ As a Solidity auditor, I'll be the first to tell you how unreliable Solidity is for smart contract development. Exploits are a dime a dozen. The #Move programming language was designed for blockchain. Here's one reason why Move will outperform Solidity: Modules šŸ‘‡šŸ§µ.
9
24
128
@movebrah
MoveJay (gator hunting arc)
17 hours
Most security researchers won’t touch Move. Too few tools. Too few eyes. Too much effort. Which is wild because it’s the only sc language where formal verification is native. If you’re early here, you're not chasing crumbs. You're defining standards.
10
5
78
@movebrah
MoveJay (gator hunting arc)
23 hours
Full Sail has officially been storm tested!. 36 findings were uncovered. Check out the audit report below šŸ”».
@FullSailFi
Full Sail
24 hours
Full Sail is officially audited by @AsymptoticTech šŸ¦Šā›µļø. Storm-tested. Zero critical bugs. Full-report below šŸ‘‡
Tweet media one
0
1
17
@movebrah
MoveJay (gator hunting arc)
3 days
RT @movebrah: Sui Move Security Tip: Don't Drop the Hot Potato šŸ„”. In Sui, every asset is an object and every object is a little state machi….
0
8
0
@movebrah
MoveJay (gator hunting arc)
4 days
Sui Move Security Tip: Don't Drop the Hot Potato šŸ„”. In Sui, every asset is an object and every object is a little state machine. One common enforcement pattern is the Hot Potato: a struct with no abilities, which must be consumed before the transaction ends or the whole thing
Tweet media one
4
8
64
@movebrah
MoveJay (gator hunting arc)
5 days
It was a pleasure judging Cantina’s first Move contest!. I saw some pretty creative approaches and interesting bugs uncovered. Huge congrats to all the winners and great work from everyone who participated!.
@cantinaxyz
Cantina 🪐
5 days
The verdict is in: Final results from @Aave’s $150,000 @Aptos deployment competition are in. Your top-ranked researchers:. šŸ„‡ @0x_0x37 : $34,293.09.🄈 @zerocipher002: $26,293.09.šŸ„‰ 0xBeastBoy & @thepantherplus (Team Zero): $24,293.09.šŸ… @azhasj_: $24,117.84
Tweet media one
2
1
30
@movebrah
MoveJay (gator hunting arc)
6 days
RT @movebrah: When I got into Solidity auditing, there were hardly any resources. Then came CryptoZombies, Secureum, Ethernaut… suddenly e….
0
7
0
@movebrah
MoveJay (gator hunting arc)
6 days
Whoa.
@GMX_IO
GMX 🫐
6 days
The GLP pool of GMX V1 on Arbitrum has experienced an exploit. Approximately $40M in tokens has been transferred from the GLP pool to an unknown wallet. Security has always been a core priority for GMX, with the GMX smart contracts undergoing numerous audits from top security.
0
0
3
@movebrah
MoveJay (gator hunting arc)
7 days
When I got into Solidity auditing, there were hardly any resources. Then came CryptoZombies, Secureum, Ethernaut… suddenly everyone’s an auditor. Move?.No bootcamps. No CTFs. No handholding. Just docs, vibes, and grit. You're still early, anon. Build your edge.
8
7
115
@movebrah
MoveJay (gator hunting arc)
12 days
Just completed an audit Tuesday. No other audits lined up. Wake up to see Bluefin is extended for an additional week. Life is good 😌.
2
0
14
@movebrah
MoveJay (gator hunting arc)
14 days
Before Aptos. Before Sui. Before Move was cool, there was this. The OG 2019 Move paper from the Facebook/Libra days laid out a vision: Assets as resources. Access enforced by the type system. Security by design, not convention.
0
2
19
@movebrah
MoveJay (gator hunting arc)
14 days
RT @movebrah: If you're learning formal verification in Move, you don’t need 100 specs to be secure. You only need 5 good ones that answer….
0
4
0
@movebrah
MoveJay (gator hunting arc)
15 days
If you're learning formal verification in Move, you don’t need 100 specs to be secure. You only need 5 good ones that answer:.1⃣ What must always increase.2⃣ What must never change.3⃣ What must always be owned.4⃣ What must not abort.5⃣ What must stay unique. Start there.
0
4
37
@movebrah
MoveJay (gator hunting arc)
18 days
RT @movebrah: Most smart contract bugs are a mismatch between intent and execution. Move gives you a language + tool to actually encode in….
0
4
0
@movebrah
MoveJay (gator hunting arc)
18 days
RT @cantinaxyz: When systems govern real value, assurance demands more than simulation. @Aave and Cantina launch a $100,000 CTF challenge,….
0
12
0
@movebrah
MoveJay (gator hunting arc)
19 days
Most smart contract bugs are a mismatch between intent and execution. Move gives you a language + tool to actually encode intent. If you don’t use it, the mismatch is still there. it's just easier to fly under the radar.
3
4
31
@movebrah
MoveJay (gator hunting arc)
19 days
AAVE HAS A MOVE CTF WITH A 100K BOUNTY
Tweet media one
@aave
Aave
19 days
The AIP to deploy Aave V3 on @aptos has passed. To thoroughly test the deployment, we're kicking off a @cantinaxyz CTF event tomorrow, with $100,000 up for grabs.
0
0
4
@movebrah
MoveJay (gator hunting arc)
19 days
0
13
0
@movebrah
MoveJay (gator hunting arc)
20 days
If you’ve wondered how formal verification and testing differ,. We’ve cleared it up for you below šŸ”».
@AsymptoticTech
Asymptotic
20 days
Testing vs. Formal Verification: What’s the actual difference?. Let’s clear it up. Tests execute your code on a finite set of manually or automatically generated inputs, asserting that outputs match expected results. Formal verification works by creating mathematical proofs.
0
0
7
@movebrah
MoveJay (gator hunting arc)
20 days
RT @movebrah: Move isn’t harder to audit. It’s just less forgiving of imprecision. The language assumes you can explain what must hold and….
0
4
0
@movebrah
MoveJay (gator hunting arc)
21 days
Move isn’t harder to audit. It’s just less forgiving of imprecision. The language assumes you can explain what must hold and prove it. If you can, there’s almost no competition. And that’s where the real value is.
2
4
29