Don't trust us. Check.
Every address Llamabet transacts with, linked to a public block explorer. The addresses on this page are read from the same configuration the site runs on, so what you see here is what the app is actually using — including the parts that aren't deployed yet, which say so.
Game contracts
The Move package that anchors provable fairness. Before any hand is dealt the house publishes the SHA-256 hash of the server seed on-chain and freezes it, so the deck is committed before your bet and cannot be changed afterwards. After the game the seed is revealed and you can recompute the shuffle yourself.
Holds blackjack_game::publish_server_hash — the entry point that records each seed commitment on-chain.
0x886263444a…01190506 ↗The house address and BLS public key each commitment is verified against.
0x5149f887a4…bf823ba8 ↗House wallets
Three wallets, deliberately separate. The two dealer wallets hold money that is in play or belongs to players; the treasury holds only revenue the house has already earned. Keeping them apart is what makes the daily dividend measurable — profit is what arrives in the treasury, not whatever a game wallet happens to hold mid-hand.
Bankroll float for blackjack, roulette and dice. Bets land here and wins are paid straight out of it.
0x026641e305…dd40544c ↗Custody for poker deposits and table escrow. Almost everything in it is player money awaiting withdrawal; only rake is the house's.
0x0895f3bdb7…4d35c95c ↗$LLAMA contracts
The token, the airdrop claim and the staking vault that pays the dividend — published to Sui mainnet on 29 July 2026. A published package cannot be edited, but it CAN be superseded: whoever holds the UpgradeCap can publish a new version at a new address, and that is not hypothetical here — it was done on 16 August 2026 to pay the pre-launch airdrop out of its own 3,000,000 bucket instead of the 25,000,000 play-to-earn pool. Both addresses are listed below, along with the UpgradeCap itself, so you can watch it. The object ids did not change and nor did the coin: a Sui type keeps the id of the package that defined it, so $LLAMA is minted under the original address whichever version you claim through, and a wallet that claimed before the upgrade holds exactly the same coin as one that claims after. Treat any $LLAMA address you see anywhere else as fake, and check these against the explorer rather than taking our word for it.
The coin, its 100,000,000 supply cap, the claim registry and the vault all live in this package.
0xdc66338d84…afed7280 ↗Published 16 August 2026, adding the grant path that pays the pre-launch airdrop from its own bucket. Claim transactions made through the site may name either version; both mint the identical coin.
Supply, right now
Read from the mint controller and the five vesting objects when this page loaded, not typed in by us. Every number below is one explorer click from being checked.
The 5 locks — 57,000,000 $LLAMA
Each one is a shared on-chain object with no revoke, no clawback and no way to change the beneficiary or the dates. Release is callable by anyone and always pays the beneficiary, so a schedule cannot be left unreleased to understate circulating supply.
How a bet becomes a dividend
- You bet from your own wallet. Table-game bets go to the dealer float; poker deposits sit in the poker wallet as credit you can withdraw at any time.
- The house keeps what it wins — the edge on table games, a capped rake on poker pots. Your deposits are never part of that: they are recorded as money owed to you and are excluded from every revenue calculation.
- Hourly, each dealer wallet sweeps only its earned revenue into the treasury. Play-money and practice balances are excluded by construction.
- At 23:55 SGT the treasury is measured against its all-time high. 20% of any new profit is set aside for players, released gradually rather than in one lump so a single lucky day doesn't empty the pool.
- That share is paid into the staking vault, where anyone holding staked $LLAMA claims their portion themselves. Entitlement accumulates on-chain, so being away costs you nothing.
The split is decided by stake recorded on-chain, not by a spreadsheet only we can see. See tokenomics for the full design, claim to mint and stake once the token is live, and transparency for how to verify an individual hand.
Anything marked not deployed is exactly that. We would rather show you a gap than a placeholder that looks like a promise.