dashboard
STAKE YOUR BABIES
A staked baby earns a share of the ETH sitting in the vault. The share is that baby's power divided by the total staked power. An unstaked baby earns nothing, and its power is still there waiting for it. Every number on this page is read from the vault at load time, nothing is cached and nothing is estimated.
your wallet
WHAT YOU HOLD
Total power counts every baby in this wallet, staked or not. Only the staked part earns, which is the second figure in that tile. Pending ETH is what claim() would pay you right now.
your babies
STAKE AND UNSTAKE
Staking moves the NFT into the vault, so a staked baby cannot be transferred or sold until you unstake it. Unstaking settles what you are owed first and never touches bonus power. Bonus power is permanent and belongs to the token id, not to you.
power
BURN TO RAISE POWER
Burning $TBABY into a baby raises its share of the pool for good. There is no cap and no expiry. Pick a baby in the grid above, then enter how much you want to burn.
power(id) = baseWeight(id) + bonusPower(id)
baseWeight = 1 | 2 | 4 | 8 (rarity, fixed at mint)
bonusPower = floor(tokensBurned(id) / POWER_UNIT)
(permanent, uncapped, follows the NFT)
Only whole power units are taken. Enter an amount that is not a multiple of the power unit and the contract burns the largest multiple that fits, leaving the remainder in your wallet. An amount below one unit is rejected outright rather than eaten.
Anyone can power up any id. The burn always comes out of the wallet that signs, and the power always lands on the id you name.
If the baby is staked, the vault settles what it has already earned before the weight changes, so a power-up never pays you retroactively at the new rate.
the pool
POOL
The vault is paid every hour: the desk's trading, fees from the team's Pons launches and royalties all land as plain ETH. It is split by power across everything staked at the moment it arrives. ETH that arrives while nothing is staked is held as undistributed and folds in once a staked position has stood for a day.
Vault balance is what the contract holds right now, which is the undistributed part plus everything credited but not yet claimed. Your share is your staked power over the total staked power. It moves when anyone else stakes, unstakes or powers up.