How Our Blend System Works
In the world of NFTs (Non-Fungible Tokens), transparency is key. Users want to know that the digital assets they're acquiring are created fairly and that the outcomes of their endeavors are governed by chance rather than hidden algorithms.

We believe in transparency, and we want you to have complete confidence in the fairness of our Blending system. Here's a breakdown of how it operates:

The Foundation: Seeds and Increments
At the heart of our system lies the concept of seeds and increments. Every day, a new pair of seeds is generated - one for the base seed and one for the increment. These seeds serve as the foundation for all the randomness in our Blend System.

Base Seed: This is a randomly generated number between 1,000,000,000,000,000 and 9,000,000,000,000,000. It sets the starting point for our seed of the random number generation.

Seed Increment: Another random number, this one ranging between -10,000,000 and 10,000,000. It determines how the starting point seed will change for each subsequent voucher/blend used.

Both the base seed and seed increment are hashed and displayed to all players immediately after the daily reset. The actual non-hashed value of these numbers will be kept secret for the next 24 hours. They will only be made visible to all players after the next daily reset where a new set of base seed and seed increment is generated.

Voucher Opening Process
Each blend or voucher that requires randomness will use a unique seed to randomize the outcome. This unique seed is generated from the base seed and the seed increment mentioned above.

Results of the opening by each and every players are made public and can be easily verified as long as you have the secret seed and the seed increment that was used to generate the outcome. Both these numbers that are required to verify the outcome will be made available the next day.

We want you to enjoy the excitement of opening packs without worrying about hidden tricks or manipulations. With our daily seed and increment resets, real-time outcome displays, and cryptographic verification, you can rest assured that our system is designed with transparency and fairness in mind.




All Rolls that happened on 20231205

Go Back

Order User Roll Range Reward Range Final Result Reward Seed Verifying Instruction
1AstroDog1 to 100Roll 1 to 85 for a Rare
Roll 86 to 100 for an Epic
96Random CC Ship6163829624835593<?php
mt_srand(6163829624835593);
echo 'result = ' . mt_rand(1, 100);
?>
Copy code above and paste here to verify
2AstroDog0 to 20Roll 0 to 20
Index 0: Dragonfly
Index 1: Firefly
Index 2: Phalanx
Index 3: Colossus
Index 4: Gravity Anchor
Index 5: Photon Reducer
Index 6: Barrier Reef
Index 7: Medusa
Index 8: Phoenix
Index 9: Annihilator
Index 10: Nemesis
Index 11: Unstable Geode
Index 12: Neutron Emitter
Index 13: Solar Flare
Index 14: Purifier
Index 15: Blight Bringer
Index 16: Devourer
Index 17: Hyperion
Index 18: Archelon
Index 19: Azalea
Index 20: Serket
12Neutron Emitter6163829621716386<?php
mt_srand(6163829621716386);
echo 'result = ' . mt_rand(0, 20);
?>
Copy code above and paste here to verify
32Slow1 to 100Roll 1 to 85 for a Rare
Roll 86 to 100 for an Epic
55Random CC Ship6163829618597179<?php
mt_srand(6163829618597179);
echo 'result = ' . mt_rand(1, 100);
?>
Copy code above and paste here to verify
42Slow0 to 30Roll 0 to 30
Index 0: Mantis
Index 1: Hornet
Index 2: Cicada
Index 3: Wasp
Index 4: Warrior
Index 5: Reaver
Index 6: Aurora
Index 7: Lightning
Index 8: Shock
Index 9: Storm
Index 10: Isopod
Index 11: Starfish
Index 12: Sea Scorpion
Index 13: Viper
Index 14: Reaper
Index 15: Raven
Index 16: Avalanche
Index 17: Quake
Index 18: Tremor
Index 19: Starburst
Index 20: Brightness
Index 21: Moonglow
Index 22: Condor
Index 23: Buzzard
Index 24: Harpy
Index 25: Rhincodon
Index 26: Sarcosuchus
Index 27: Dreadnought
Index 28: Cypress
Index 29: Iris
Index 30: Rowan
12Sea Scorpion6163829609239558<?php
mt_srand(6163829609239558);
echo 'result = ' . mt_rand(0, 30);
?>
Copy code above and paste here to verify