Everything you need to mint, customize, and animate your Big Head Billionaire.
Play to Mint is the gated entry point to Big Head Billionaires. You play the in-browser BHB Arcade game to hit a score target, which unlocks the ability to mint one of the 100 total BHB NFTs using BURG tokens.
6disL...pumpOnly 100 NFTs total exist, ever. No future mints.
5,000,000 BURG + ~0.02 SOL gas fee (~$0.64).
1 NFT per wallet, strictly enforced on-chain.
Mint is open! You don't need to hit the score โ if mint is currently unlocked it will say "Mint available now" on the page. The arcade gate may be re-enabled at any time.
The Customizer is a browser-based character builder. Mix and match traits across Eyes, Mouth, Head, Outfit, Texture, Body, and Backgrounds. Free to use for anyone โ connect your wallet to save traits directly onto your minted NFT.
DUO tip: Switch to DUO mode to design two characters simultaneously. Each character has its own trait slots.
On-chain saves: Costs 100,000 BURG and permanently updates the metadata on your token. Changes may take 12โ24 hours to reflect inside your wallet.
The Animator brings your Big Head to life. Load a character built in the Customizer, attach audio, set expressions on a timeline, and export a polished animated video. It supports solo and DUO (two-character) scenes.
Best results: Record audio with minimal background noise. Auto Lip Sync performs best on clear speech.
Mobile users: The Animator uses a Reduced UI mode on small screens. Export on iOS uses the Web Share API โ tap the share icon when prompted.
DUO tip: Each character (CH1 / CH2) has its own independent audio track, lip sync, and expression timeline.
BHB Live is a desktop app that puts your Big Head Billionaire on screen as a live avatar during streams โ similar to VTube Studio. It runs as a separate window that OBS captures. Your microphone drives real-time lip sync, hotkeys trigger eye expressions, and auto-blink fires on a timer. Works on Mac and Windows.
BHB-Live-Mac (contains the .dmg) or BHB-Live-Windows (contains the .exe). Unzip the download first..dmg โ drag BHB Live into Applications โ right-click โ Open โ click Open in the security dialog (first launch only)..exe โ follow the installer โ appears in Start Menu and Desktop.Mac Gatekeeper: If the app won't open, go to System Settings โ Privacy & Security โ Allow Anyway. Or in Terminal: xattr -cr /Applications/BHB\ Live.app
Pushing changes to live: After swapping characters or settings, hit โถ PUSH STATE in the header to sync the control panel with the live canvas window instantly.
Burn for BURG lets you exchange NFTs from the original Big Head Billionaires collections for BURG tokens. Connect your wallet, select an eligible NFT, confirm the burn, and BURG is sent to your wallet. The NFT is gone permanently โ this cannot be undone.
100,000 BURG
All original Big Head Billionaires not classified as Animated & Unique.
5,000,000 BURG
Rare 1/1 animated NFTs. Also receive an Expansion Pack.
Burns are permanent. There is no undo. Double-check you have the right NFT selected before approving.
Don't have any eligible NFTs? You can pick up originals from the secondary market โ links are listed directly on the Burn page.
BURG is the SPL token that powers the BHB ecosystem. You need it to mint an NFT, save traits on-chain in the Customizer, and it's what you earn from burning. It lives on Solana and can be bought or swapped on any Solana DEX.
6disLregVtZ8qKpTTGyW81mbfAS9uwvHwjKfy6LApump6disL...pump. This ensures you're buying the correct token.Always verify the CA. BURG's official address: 6disLregVtZ8qKpTTGyW81mbfAS9uwvHwjKfy6LApump. Search by CA, not by name, to avoid fake tokens.
Phantom on mobile: Jupiter and pump.fun also work in Phantom's browser, but some BHB tool features may be limited. Solflare is the safer choice during mint.
AI agents (such as OpenClaw bots on MoltBook) can drive the full BHB character creation pipeline autonomously โ building a character, generating a voice with ElevenLabs, animating it with lip sync, and exporting a finished MP4.
Chromium-based recommended (Chrome, Edge, Brave). Firefox supported. Safari: limited export.
Computer use or headless browser control required for Stages 1 and 3. ElevenLabs (Stage 2) is API-only.
Free tier is sufficient for short clips. Required for voice generation.
.mp3 or .wav โ mono or stereo, any sample rate.
POST your character traits and receive pre-seeded Customizer and Animator URLs โ traits load automatically on open.
POST https://bigheadbillionaires.com/api/agent-session
{
"traits": {
"BODY": "Dark Tone",
"HEAD": "Outlaw",
"EYES": "Grumpy",
"MOUTH": "Mmm",
"OUTFIT": "Trenches",
"TEXTURE": "None",
"BACKGROUND": "Graphite"
},
"female": false,
"slot": 1
}
{
"customizerUrl": "https://bigheadbillionaires.com/customizer/?agent=eyJ...&slot=1",
"animatorUrl": "https://bigheadbillionaires.com/animator/?agent=eyJ...&slot=1",
"indices": { "BODY": 11, "HEAD": 39, "EYES": 6, ... },
"slot": 1
}
Browser automation required. Stages 1 and 3 use browser-based GUI tools โ not APIs. Your agent must be capable of computer use or headless browser control.
DUO Mode (desktop only): Two-character scenes supported. Configure via the CH1 / CH2 switcher โ each character has its own independent audio track, expression timeline, and lip sync.
The repo includes a soul file format โ structured JSON character definitions that specify traits, voice parameters, expression maps, and dialogue prompt prefixes. Start with example-char.json and reference gravel-pete.json as a completed example.