Whitebay
ArchivedJune 1, 2021
A short-lived project with people met in the crypto space — a platform for selling whitelist spots for NFT drops. Dabbled in the space but found most of the value propositions less than impressive. A candid look at the NFT era, what was real, what was not, and how to evaluate hype cycles as a builder.
Purpose
Met a group online in the crypto space who wanted to build a platform for selling whitelist access to NFT drops. Whitelist spots — guaranteed access to mint an NFT before public sale — had real secondary market value during the 2021-2022 NFT boom. The business model was a marketplace for that access. I explored the technical side but ultimately found the space unconvincing.
Stack
What I Learned
- NFT whitelists were a genuine coordination mechanism: project creators needed to reward early community members and control mint demand, so they issued whitelist spots that guaranteed the holder could mint at a set price before the public sale. The secondary market for these spots emerged because demand outstripped supply — a whitelist for a hyped project could sell for more than the mint price itself.
- The technical implementation is straightforward: a Merkle tree of whitelisted addresses stored on-chain. During the whitelist mint phase, the smart contract verifies that the caller's address exists in the Merkle tree by checking a Merkle proof. This is gas-efficient because only the root hash is stored on-chain — the full list lives off-chain, and inclusion is proven cryptographically.
- Working with people you meet online in a speculative space requires careful evaluation. The team was real and the opportunity was genuine, but the underlying market was built on hype cycles with uncertain longevity. Knowing when to engage and when to walk away is a skill that cannot be learned from tutorials.
- Most NFT selling points during the boom did not hold up to scrutiny: "digital ownership" (you own a token pointing to a URL, not the art), "artist royalties forever" (royalties were trivially circumvented and most marketplaces stopped enforcing them), "community access" (a Discord server with a token gate), "investment" (greater fool theory in a jpeg). Some applications of the technology are genuinely novel. Most of what was marketed during 2021-2022 was not.
- Being in the space meant seeing the full spectrum firsthand. DigiDragonz was a project where the developer rug pulled — took the mint funds and vanished — but the community admins tried to salvage it and make holders whole. The launch was rough even before the rug. It was a case study in what happens when the technical founder has exit access to the treasury and no accountability structure. Astroheads was an ETH project I got into through being part of the Magic Mushroom Club community — a reminder that in crypto, your network is your deal flow, and community membership (token-gated or otherwise) is how alpha travels.
- The DigiDragonz rug pull is the cautionary tale every crypto participant should study. A rug pull is structurally simple: the developer deploys a contract, collects mint revenue into a wallet they control, and disappears. The fix is also structurally simple but rarely implemented: multisig treasury wallets requiring multiple keyholders to approve withdrawals, locked liquidity, and transparent on-chain treasury management. The technology to prevent rugs exists. The social structures to enforce it often do not.
Key Insights
- The ability to evaluate a hype cycle honestly — while you are inside it — is one of the most valuable skills a builder can develop. Every technology goes through a cycle: breakthrough, hype, overinvestment, crash, and then the actual useful applications emerge quietly. The internet went through it (dot-com bubble). Mobile went through it. Crypto went through it. AI is going through it right now. The builders who survive are the ones who can separate the technology (potentially transformative) from the market narrative (often delusional).
- Finding the selling points "less than impressive" was not cynicism — it was taste. The same taste that tells you a UI is wrong or an architecture is over-engineered also tells you when a value proposition is thin. Trusting that instinct, even when everyone around you is excited, is hard. But the alternative — building something you do not believe in because the market is hot — is worse. You burn time, credibility, and motivation on a foundation that was never solid.
- The useful parts of NFT technology survived the hype crash: verifiable digital provenance, token-gated access, on-chain membership, and programmable royalties (when enforced at the contract level). These are legitimate technical capabilities. They were just buried under a mountain of speculative trading and profile picture projects. The technology is not the problem. The incentive structures around it were.
- Walking away from a project is a legitimate outcome. Not every opportunity deserves execution. The discipline to say "this is not for me" after doing the due diligence is as important as the drive to build. Whitebay was a learning experience in market evaluation, not a failure of execution.
This post was composed through a conversation between Brett Owers and Claude Code (Anthropic). The content reflects Brett's recollection of each project and the lessons drawn from it. Some details may be approximate or omitted — the purpose is to paint an honest picture of a software engineer's development over time, not to serve as a precise historical record.