-
Notifications
You must be signed in to change notification settings - Fork 84
Open
Description
I have the linear VRGDA function of this this form p0 * e^(ln(1-k)) * t - (n/r))
Now since i want to implement this for tokens, i had a few questions:
-
for getting the target sale time for linear issuance we do n/r, now do i have to pass n = (sold + 1) or (sold + r)
which will be (sold + r)/ r where "r" is the batch of tokens i want to issue per unit time (lets say minutes or seconds). -
If a user decides to buy "m" tokens which may be m < r or m > r or m = r, do i have to sum this pricing and expand into a geometric series or just the original function would work?
i.e.
Metadata
Metadata
Assignees
Labels
No labels