⚖️ Core Formula

🔹 SPTP protocol utilizes a single-point pricing formula:

X Price=Pα*(1+Vc)^(X-1)*X - Pα*(1+Vc)^(X-2)*(X-1)

🔹 Formula when conducting transactions between shards X and Y:

(X-Y) volume=Pα*(1+Vc)^(Y-1)*Y - Pα*(1+Vc)^(X-2)*(X-1)

❗️ Pα represents the initial price, while Vc denotes the volatility constant. Volatility is a type of adaptive range that determines the price curve, and the constant refers to the data that is confirmed within the first shard after Pool creation and remains immutable thereafter.

Last updated