MOBOX
  • 👋Welcome
    • About Mobox
  • đŸ–Ĩī¸MOBOX PLATFORM
    • Abstract
    • Roadmap
  • 🌏Ecosystem
    • Wallet
    • Gamified Defi
      • Staking
      • Yield Farming
      • Mystery Boxes
      • MOMO NFT Yield Farming (MBOX)
      • NFT On-Chain Attributes
    • NFT Ecosystem
      • True Interoperability
      • Game Publisher
      • NFT Marketplace
    • MOBOX GAMES
      • MOMO: Token Master
      • MOMO: Block Brawler
      • MOMO: ChainZ Arena MOBOX Edition
      • MOMO: MOland Defense
      • MOMO: Clash of MOland
    • MOMOverse
      • MOMO Mining Camps
      • Resources Combine
      • NFT Order Book Marketplace
      • MOMO Home
      • MOGuild
      • MOsocial
      • MOLand
      • MOBOX Creator and Royalty Market
  • đŸĒ™Tokenomics
    • $MBOX Token
    • Scenarios
    • $MBOX Burn Program
  • đŸ•šī¸Games Guide
    • Moland Defense Guide
    • Block Brawler Guide
    • Clash of Moland Guide
Powered by GitBook
On this page

Was this helpful?

  1. Ecosystem
  2. Gamified Defi

Mystery Boxes

PreviousYield FarmingNextMOMO NFT Yield Farming (MBOX)

Last updated 1 year ago

Was this helpful?

MOMO NFTs

The unique GameFi systems gives players and traders the opportunity to earn unique NFTs called MoMos. Each KEY token can used to unlock a BOX to generate and mint a MOMO on the BSC blockchain.

1. According to the amount of KEYs or BOXs obtained from Crates, user's can use them to unlock Chests(must be whole number) to mint NFTs.

2. Users can also purchase KEYs or BOXs from the market to unlock Chests to mint NFTs.

3. New BOXes can only be unlocked when there are 0 Chests being unlocked in the queue. (No pending transactions)

4. For a single transaction, the maximum number of Chests is 500, and the maximum Chests that can be unlocked is 50.

Fair and Transparent NFT Loot BOX

To ensure that the process of generating NFTs is completely random, the following method is used:

Random seed is generated using the block hash of when the key is used to unlock a chest + the user's BSC public address.

order.blockHash = bytes32(uint256(hash) + uint256(addr));

Each time a chest is unlocked, the hash will be calculated again

order.blockHash= keccak256(abi.encodePacked(order.blockHash));

Chest can still be opened after KEY is discontinued, and MOMO can be obtained after opening. The value of KEY is equal to the value of BOX.

🌏