๐นOptions Premium Pricing & Casting costs
Last updated
Last updated
Pricing Model: xy=k
OptionReserves(t)=x(t)
USDCReserves(t)=y(t)=120000+y.real(t)
OptionPremium(t)=P(t)=y(t)/x(t)
x(t)*y(t)=k=4.8* 10^9
P(0)=3
x(0)=40000
y(0)=120000
Calculate the price to buy an option
ฮดx # The number of options purchased by the user
ฮดy # The amount of USDC paid by the user to purchase the option
(x-ฮดx)(y+ฮดy)=x*y=k
ฮดy = xy / (x-ฮดx) - y = 4.810^9 / (x-ฮดx)-y
The total number of each teamโs Options cards is 40,000, and the overall cost of purchasing the Option is from 3 USDC upwards. According to the programming of NFTEAโs casting system, the more team Options cards are purchased, the higher the cost will become.
Among them, the cost of the first 10,000 team Options cards is about 3โ4 USDC; the cost of the 10,000โ20,000th team Options cards is about 4โ12 USDC; the cost of the 20,000โ30,000th team Options cards is about 12โ48 USDC.
With this model, we see that the earlier you buy the lower the prices are, and the price change (increase in price) for earlier purchases is small; and as the number of option purchases increases, the subsequent growth in cost starts to shows bigger changes, i.e., as more and more options representing a single team are purchased, the price grows faster and faster. This is an AMM mechanism using NFT options whose purchase cost is determined by supply alone with no human intervention, which fully reflects the gameplay.