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 and immutable from that moment: a Sui package cannot be edited, only replaced by a new one at a new address. These five ids are the only real ones. Treat any $LLAMA address you see anywhere else as fake, and check the ones below 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 ↗Holds staked $LLAMA and the SUI dividend. The house funds it daily; stakers claim their share themselves.
0xaca14aef4c…1ed1f29c ↗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.