
Web 3.0 integration
On-chain lifecycle (one mosquito = one NFT) where each playthrough (“life”) is recorded as an immutable Life Log: spawn point, feed attempts, predators encountered, diseases carried, brood count, and cause of death.
When that mosquito dies or molts beyond a milestone, the run is minted as an NFT (image + metadata + replay hash) so the player can own, replay, trade, or showcase that specific life on-chain.
​
Bulk token generation at mint.
At mint time, the protocol issues a small, predefined allocation of the game’s SPL token (BLOOD) using bulk distribution (airdrop/claim) so large hatch events (many lives at once) are cheap and fast. This supports tournaments, seasonal wipes, and mass brood emergences without clogging the chain.
Aftermarket & provenance.
All Life NFTs are compatible with Solana marketplaces. Listings carry on-chain provenance: lineage (parent IDs), traits unlocked, and “notches” for notable kills/escapes. Royalties flow back to the treasury and community reward pools.
Accolades & leaderboards (on-chain achievements).
Completing feats (e.g., “Silent Feeder,” “Centipede Escape,” “Broodmother 100”) mints Accolade tokens:
-
Transferable badges for bragging rights/trading.
-
Soulbound accolades (non-transferable) for competitive integrity and leaderboard gating.
Leaderboards reference these on-chain proofs, enabling verifiable rankings and season rewards.
Player experience (friction-light).
-
Non-custodial wallet creation in-game (social login → self-custody upgrade).
-
Compressed NFTs (cNFTs) and priority fees keep mints cheap and snappy at scale.
-
Optional batch-mint at session end to avoid spam mints mid-game.
-
In-client list/sell flow routes to supported marketplaces.
Anti-fraud & “proof-of-play.”
Each mint stores a deterministic run hash (inputs + server attestation) and a short “death replay” reference, making fake runs economically pointless and auditable.
Economy hooks.
-
BLOOD sinks: cosmetic upgrades, replay vault pinning, tournament entries.
-
BLOOD sources: milestones, leaderboard payouts, event quests.
-
Season passes and whitelist events distribute limited trait overlays or lore NFTs.
Dev/infra notes.
-
Use Metaplex (cNFTs + Core) for mints/collections; SPL for BLOOD.
-
Program enforces royalties, lineage links, and achievements via PDAs.
-
Optional delegated play: sign a session key to let a friend run a life without exposing the main wallet.
Why it matters.
This design turns every hard-won story—the larval escapes, the perfect feed, the final swat—into a verifiable digital collectible. Players truly own their histories, trade standout lives, and earn on-chain accolades that anchor competitive play and long-term community value.