MineBet

The First Solana-Powered Voxel Gaming Metaverse

Play, Build, Compete & Earn

Active Players
SOL Prizepools
Custom Worlds

For Players

Play Games, Complete Challenges, Earn

🎮

Play to Earn

Compete in multiplayer games, complete quests, and earn SOL rewards. Your skills pay off.

  • Battle royale tournaments
  • PvP arenas with wagering
  • Daily challenges & quests
  • Season rewards
💎

Collect & Trade NFTs

Own unique in-game items as Solana NFTs. Trade on open marketplaces or use in-game.

  • Character skins & cosmetics
  • Rare tools & weapons
  • Limited edition items
  • Cross-world compatibility
⚔️

Wager & Compete

Put your SOL where your mouth is. Challenge other players and win their stakes.

  • 1v1 duels with stakes
  • Team tournaments
  • Skill-based matchmaking
  • Instant SOL payouts

Ready to Start Earning?

Connect your Solana wallet and start playing today

Download MineBet

For Developers

Create Worlds, Monetize Your Creativity

Build Your Own Gaming Economy

MineBet empowers creators to build, own, and monetize custom worlds on the Solana blockchain.

🛠️

Powerful Tools

Lua scripting, custom mods, and full creative freedom. Build anything from survival games to complex RPGs.

💰

Monetization Options

Charge entrance fees, create NFT items, host tournaments, or sell in-world assets. You set the rules.

📊

Analytics Dashboard

Track player engagement, revenue, and world performance with built-in analytics.

🔗

Solana Integration

Native support for SPL tokens, NFTs, and smart contracts. Build the next gen of blockchain gaming.

Start Building
world_economy.lua
-- MineBet World Economy Example
local economy = {
    entrance_fee = 0.1, -- 0.1 SOL
    reward_pool = 10.0, -- 10 SOL

    on_player_join = function(player)
        -- Charge entrance fee
        if wallet.transfer(player, entrance_fee) then
            reward_pool = reward_pool + entrance_fee
            player.notify("Welcome! Prize pool: "
                .. reward_pool .. " SOL")
        end
    end,

    on_quest_complete = function(player)
        local reward = 0.5 -- 0.5 SOL
        wallet.send(player, reward)
        player.notify("Quest complete! Earned "
            .. reward .. " SOL")
    end
}

return economy

The MineBet Ecosystem

A self-sustaining gaming economy powered by Solana

👥

Players

Play, compete, and earn SOL through gameplay

🎮

Game Worlds

Custom worlds with unique economies

👨‍💻

Developers

Create and monetize worlds

💎

NFT Market

Trade items and assets

How It Works

1

Play Games

Players pay entrance fees or stake SOL to compete in games and tournaments

2

Earn Rewards

Winners take the prize pool, developers earn fees from their worlds

3

Trade Assets

Buy, sell, and trade NFT items on integrated marketplaces

4

Reinvest

Use earnings to unlock new content, upgrade gear, or create your own world

Download MineBet

Available for Windows, macOS, and Linux

Requires a Solana wallet (Phantom, Solflare, or compatible)