You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -9,7 +9,7 @@ A token bonding curve is a mathematical formula that defines the token's price b
9
9
The price of tokens in a linear bonding curve is calculated as follows:
10
10
$$f(x) = mx + c$$
11
11
12
-
Here, the slope (`m`) represents the rate at which the price changes concerning the supply. In Solaxy's case, the slope is set to `0.000025`, determining the curve's steepness. Visit the [gitbook docs](https://docs.m3ter.ing/token-economics/mint-and-distribution) to learn more.
12
+
Here, the slope (`m`) represents the rate at which the price changes concerning the supply. In Solaxy's case, the slope is set to 25 bps (`0.0025`), determining the curve's steepness. Visit the [gitbook docs](https://docs.m3ter.ing/token-economics/mint-and-distribution) to learn more.
13
13
14
14

0 commit comments