HONEYยท

Mint ยท Gen 1

Phase 1 of 2 ยท 3,500 NFTs for ETH. Each is 90% Bee / 10% Bear โ€” type and traits rolled randomly on reveal.

Gen 2 opens after Gen 1 sells out: another 3,500 NFTs purchasable only with $HONEY tokens (burned on mint). Tiered prices, with a 10% chance a random staked Bear steals your fresh NFT.

๐Ÿ›ก Fair mint โ€” bot protected

We use commit-reveal over two transactions specifically to stop bots from cherry-picking rare Bears. With simple single-tx randomness, bots can wrap the mint in a contract that checks the result mid-tx and reverts on common outcomes โ€” leaving honest minters with the leftovers.

Here, the outcome is sealed in mint, but determined later from a future blockhash you cannot predict. No way to game it, no way to revert โ€” everyone gets a fair roll, just like a real raffle.

Gen 1 minted
...
+3,500 more in Gen 2 (for $HONEY)
Price per NFT now
FREE ๐ŸŽ‰
Tier 1 of 5
๐Ÿ“ˆ Bonding curve
โ–ถ#0โ€“#199(200 NFTs)
FREE
#200โ€“#1024(825 NFTs)
0.0001 ETH
#1025โ€“#1849(825 NFTs)
0.0002 ETH
#1850โ€“#2674(825 NFTs)
0.0004 ETH
#2675โ€“#3499(825 NFTs)
0.0008 ETH
Next tier at #0 โ€” price jumps to 0 ETH
๐ŸŽ‰ Free mint tier active! You can claim 1 NFT for free. Tier resets to paid (0.0001 ETH) once 200 total are minted.
Quantity (max 1 free)
1
Total
FREE ๐ŸŽ‰
Why two transactions? (the bot story)

The problem we're solving: in single-tx mints with on-chain randomness, a bot calls mint()from a wrapper contract that checks the result mid-transaction. If it's a common type (Bee), the wrapper reverts the whole tx โ†’ bot pays nothing, walks away. If it's a rare type (Bear), the wrapper lets it through. Result: bots farm a disproportionate share of rares, real users get the leftovers.

How commit-reveal protects you:

1. Mint โ€” you commit your tokenId(s) and pay. Type + traits are not yet decided.

2. Wait one Ethereum block (~12 seconds). The randomness source is the hash of the next block, which doesn't exist yet at mint time.

3. Reveal uses that future blockhash โ†’ derives your type and traits. By this point you're already committed, so there's nothing to revert.

4. If you forget to reveal within ~50 minutes (256 blocks), anyone can call forceReveal and your token defaults to a Bee. This stops indefinite stalling.

Net result: same fair odds for everyone, no bot sniping, no manipulation. Slightly worse UX (2 clicks instead of 1), much healthier launch.