Award-Winning Blockchain Developer
On X/Twitter my bio says "award-winning blockchain developer".
That sounds grander than it is, so let me explain.
In 2023 I won 2nd place at the Solana Sandstorm hackathon with a project called Flash Loan Mastery. It was a Solana flash loan program, deployed to mainnet, seeded with my own funds, and wrapped in a BONK-themed submission because BONK was one of the major sponsors of the hackathon.
So yes, technically, "award-winning blockchain developer" is true.
But what is a flash loan?
A flash loan is a loan that is borrowed and repaid inside a single blockchain transaction. You borrow funds, do something with them, then repay the loan plus fees before the transaction finishes. If you cannot repay it, the whole transaction fails as if the loan never happened.
That is a strange idea when you first encounter it. In normal finance, a lender asks who you are, what collateral you have, what your credit history looks like, and whether you can be trusted. In a flash loan, none of that matters. The blockchain only cares about one thing: by the end of this transaction, has the money been repaid?
That means you can, in theory, borrow a very large amount of money (even $100 million plus) with no collateral, as long as there is enough liquidity available and your transaction repays the loan before it completes.
I first learned about flash loans from an old Finematics video. At the time, I had been working as a Solana developer since late 2021, but before that I had exactly zero experience with cryptocurrency or blockchains. I came into the space as a software developer, not as a trader or crypto native or "degen".
Still, flash loans immediately grabbed my attention. They felt like one of those ideas that could only exist on-chain: weird, powerful, dangerous, elegant, and slightly absurd.
At the time, Solana did not have a widely known, independent flash loan implementation. There were lending protocols, and some of them had flash-loan-like functionality, but I wanted something simple, direct, open source, and easy to reason about. I also wanted my own Solana program/smart contract deployed to mainnet and live for everyone.
Hackathons were one of the ways I had pushed myself deeper into Solana development, so when the Sandstorm hackathon was announced, I knew I wanted to submit something. I had already been thinking about flash loans, and Sandstorm gave me the excuse to turn the idea into a real project.
That became Flash Loan Mastery.
I finished the program, polished the code, deployed it to mainnet, wrote documentation, built enough tooling around it to make it usable, and seeded the pools with my own funds so there was actually something to borrow. Without that, it would have been a demo with no liquidity. With it, the project became a real working Solana program.
The submission itself leaned heavily into BONK, because BONK was one of the major themes of the hackathon. I think that combination helped: a simple flash loan program that actually worked, presented in a way that fit the spirit of the event.
And that is how Flash Loan Mastery won 2nd place.
It was not a million-dollar startup or some giant protocol. It was a small focused technical project built for a specific hackathon, built by my own two hands.
I had entered crypto from zero, learned Solana under pressure, built real on-chain programs, and then shipped something that outside judges considered good enough to reward. That kind of validation is useful, especially in a field where everyone claims to be an expert.
The project also had some life beyond the hackathon. Jupiter, one of the biggest protocols in the Solana ecosystem, later launched its own flash loan implementation and listed Flash Loan Mastery as a reference. That was satisfying. I had not built some toy demo that vanished into the void. I had identified a real missing primitive in Solana, built a working version, deployed it to mainnet, and later saw one of the largest teams in the ecosystem reference that work in their own implementation.
So when I say I am an "award-winning blockchain developer", this is the story of how that came to be.
A little tongue-in-cheek, yes.
But also true.