ATD (Automated Token Distributor)
Overview
The Automated Token Distributor (ATD) is a core component of VALOR's token distribution strategy. This document explains the ATD’s budget distribution mechanisms.
The below models can be updated due to the balance update
1. Budget Distribution
ATD’s budget distribution framework employs a probabilistic approach based on a standard normal distribution to allocate resources effectively across various tokens and market segments.
Key Definitions and Variables
Normal Distribution (PDF): A probability distribution function used to allocate budgets fairly, with a mean of 0 and a standard deviation of 1.
Budget Allocation Ratios: Ratios are derived from the PDF to determine the portion of the total budget allocated to each token.
Total Budget: It is set at 110% of the inflow over 24 hours. It is rounded down to 9 decimal places, and the remainder is discarded.
Process Explanation
Total Budget Calculation:
Case 1 (Accumulated Inflow < Accumulated Outflow):
The total budget is set at 110% of the inflow over the past 24 hours plus any carried-over budget
Here, is the inflow over the past 24 hours.
Case 2 (Accumulated Inflow > Accumulated Outflow):
The total budget is set at sum of each sSPL supply and ideal price.
Maximum budget = (Accumulated Inflow - Accumulated Outflow) * 1.1
Random Factor Generation:
Generate a random number within the range of [-0.5, 0.5] from a normal distribution with a mean of 0 and a standard deviation of 1. This controls the variability in budget allocation.
Calculate the probability density for each random factor . This density influences how the budget is divided. The probability density function is:
Budget Allocation:
Convert these densities into budget allocation ratios:
Allocate the total budget to various tokens using these ratios:
2. Price Setting
The ATD's price-setting mechanism dynamically adjusts token prices around an ideal price to reflect market values.
Key Definitions and Variables
Ideal Price (): The target price for the tokens.
Reference Price (): The market price of the token in Black Market.
Next Price (): The price of the token after adjustment.
Standard Deviation (): Controls the spread of price values around .
These variables will be initialized on the procurement creation
Standard Deviation Calculation
The standard deviation is calculated as:
This calculation determines the range of price fluctuations around the ideal price , adjusting for market volatility.
Price Determination Model
Random Price Determination Model
This model dynamically calculates the next token price using a probability distribution function centered on .
Detailed Process
Define Price Range:
Establish the effective price range for the next pricing cycle:
Generate PDF:
Create a normal distribution centered on with the calculated .
Calculate Area Under Curve:
Determine the total probability area under the PDF within the defined range:
Generate Random Factor and Set Next Price:
Select a random value within the range [0, A], and determine the corresponding price using the inverse cumulative distribution function (CDF):
Here, is the inverse function of the CDF, accurately determining the price corresponding to the random value .
Final Quantity Adjustment:
Calculate the maximum quantity that can be purchased with the allocated budget:
Round down to ensure accurate quantity calculation. (If , set to 1)
Adjust the final price using the actual quantity purchased:
The final price is rounded down to 3 decimal places.
Data
Voodoo Doll ($VD)
5.5515
Gold Teeth ($GT)
6.8204
JB Whiskey ($JBW)
10.3219
Canteen ($CT)
11.2677
G Badge ($GB)
13.2835
Holy Water ($HW)
21.7118
Used Engine ($UE)
35.9697
Enhanced Bullet ($EB)
57.8595
Oil Lighter Case ($OLC)
72.0052
Examples
PDF and simulation when the ideal price is 2.28
PDF and simulation when the ideal price is 50.4
Last updated