Jumbo Kuji
  • OVERVIEW
    • 🎟️What is Jumbo Kuji
    • ⁉️What problems have we solved?
    • πŸ†“Why not Free mint?
  • PRODUCT GUIDES
    • πŸ—ΊοΈRoadmap
    • 🐒Quick Start
    • πŸͺ™How many $KUJI can I get?
    • βš™οΈHow does Jumbo Kuji work?
    • πŸ§‘β€πŸ«Product Features
      • 🎯Use cases
      • 🎰ERC404 Games
    • πŸ““Tokenomics
      • πŸ”Token Allocation
  • OTHERS
    • πŸ“Media Kit
    • ☎️Official Links
    • ❔FAQ
    • πŸ–₯️Technical
Powered by GitBook
On this page
  1. PRODUCT GUIDES

How does Jumbo Kuji work?

PreviousHow many $KUJI can I get?NextProduct Features

Last updated 1 year ago

Each block has a unique identifier called the Block Hash. This hash value is unknown until the block is confirmed, making it a source of randomness. The rules are as follows:

  1. Extract all the numbers from the Block Hash. For example, in the Block Hash "D7VbT5H9ZsnjhZUtwiT5c32QVyNVsexfEGcEQxHLHYWd", the sum of the numbers is 7+5+9+5+3+2 = 31.

  2. Extract all the numbers from the Signature Hash. For example, in the Signature Hash "yWxWXiFv3SAQwiosnBsfZXvSdwEXkT1ane7sNYQev09kmVdCDqAjJaSfMywwLYckx1Hy1TCrM6hDbCM6AYUW6c", the sum of the numbers is 3+1+7+9+0+1+1+6+6+6 = 40.

  3. Take the unit digits (or 10 for numbers ending in 0) of the numeric parts of the Block Hash and the Signature Hash. This determines the token quantity factor (Ξ±) = |(Block Hash) - (Signature Hash)|. For example: When the unit digit of the Block Hash is 0 and the unit digit of the Signature Hash is 1, Ξ± = 9.

  1. To prevent bots from conducting high-frequency transactions within a short period, we have implemented a rule where the minting earnings for the same wallet are inversely proportional to the minting interval. This rule effectively counters the behavior monitoring of minting bots on the blockchain as well! The earnings adjustment factor (Ξ²) = (Block height of the previous transaction for that wallet) - (Block height of the current transaction for that wallet) / 30, (0 ≀ Ξ² ≀ 1).

  2. For example:

    • The block height of the first transaction is 171,717,171, and the block height of the second transaction is 171,717,177. Therefore, the earnings adjustment factor Ξ² = (171,717,177 - 171,717,171) / 30 = 0.2.

    • The block height of the first transaction is 171,717,171, and the block height of the second transaction is 171,717,200. In this case, the earnings adjustment factor Ξ² = (171,717,200 - 171,717,171) / 30 = 1, as Ξ² will not exceed 1.

To encourage manual purchases of $KUJI, we have introduced a Mint Time Coefficient. This coefficient helps reduce the earnings of frequently minted bots and ensures that manual participation is encouraged.

βš™οΈ