📌Space Beacon Coordinates Tools
Introduction
Space Beacon is a derivative product used to collect BNB Gems within the Mining Space.
Benefits
The redemption function of Space Beacons will be available in the future. Please stay tuned.
Types
Space Beacon is divided into 3 types, each with different benefits
Copper Beacon
Silver Beacon
Gold Beacon
Reward Coefficient
Define the reward coefficient r for each purchase. The number of BNB Gems purchased each time is n_B and the total number of BNB Gems in the current round is n_L. The algorithm for calculating the reward coefficient is as follows:
r = 50*n_B/n_L
If r < 1 , r = 1
Else if r > 3, r = 3
Acquisition Methods
The number of Space Beacons obtained is calculated by multiplying the number of purchased BNB Gems by the reward coefficient. Among them, 20% is converted into Gold Beacons (5 quantity converts to 1 Gold Beacon, any quantity less than 5 will not be converted). After conversion, 30% is converted into Silver Beacons (2 quantity converts to 1 Silver Beacon, any quantity less than 2 will not be converted). The remaining 50% is converted into Copper Beacons. The algorithm is as follows:
The quantity of Gold Beacons b_G=0.2* n_B *r / 5 ,rounded down to the nearest integer
The quantity of Silver Beacons b_S=0.3*(n_B*r-5*b_G)/ 2 ,rounded down to the nearest integer
The quantity of Copper Beacons b_C=(n_B*r-5*b_G-2*b_S)*0.5,rounded down to the nearest integer
When purchasing more than 2% of Gems in the current level at one time, you will receive an additional bonus, 6% will be the maximum limit. For example:
For the first level, purchasing 10 BNB Gems accounts for 10%. In this case , you can obtain 1 b_G, 3 b_S and 9 b_C
As the percentage of each purchase decreases, it finally drops to below 2%, and when purchasing a quantity less than or equal to 2% at one time (when the reward coefficient r = 1), the examples below will apply:
Purchasing more than 25 BNB Gems at one time can obtain Gold Beacon, while purchasing 25 BNB Gems can obtain:
a. Gold Beacon * 1
b. Silver Beacon * 2
c. Copper Beacon * 8
Purchasing more than 7 BNB Gems at one time can obtain Silver Beacon, while purchasing 7 BNB Gems can obtain:
a. Silver Beacon * 1
b. Copper Beacon * 2
Purchasing more than 2 BNB Gems at one time can obtain Copper Beacon.
Last updated