formulas

package
v0.0.7 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Aug 11, 2022 License: MIT Imports: 3 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func CalculatePurchaseAmount

func CalculatePurchaseAmount(supply sdk.Int, reserve sdk.Int, crr uint, wantReceive sdk.Int) sdk.Int

CalculatePurchaseAmount is the reversed version of function CalculatePurchaseReturn. Deposit = reserve * (((wantReceive + supply) / supply)^(100/c) - 1)

func CalculatePurchaseReturn

func CalculatePurchaseReturn(supply sdk.Int, reserve sdk.Int, crr uint, deposit sdk.Int) sdk.Int

CalculatePurchaseReturn calculates amount of coin that user will receive by depositing given amount of BIP. Return = supply * ((1 + deposit / reserve) ^ (crr / 100) - 1)

func CalculateSaleAmount

func CalculateSaleAmount(supply sdk.Int, reserve sdk.Int, crr uint, wantReceive sdk.Int) sdk.Int

CalculateSaleAmount is the reversed version of function CalculateSaleReturn. Deposit = -(-1 + (-(wantReceive - reserve)/reserve)^(1/crr)) * supply

func CalculateSaleReturn

func CalculateSaleReturn(supply sdk.Int, reserve sdk.Int, crr uint, sellAmount sdk.Int) sdk.Int

CalculateSaleReturn returns amount of BIP user will receive by depositing given amount of coins. Return = reserve * (1 - (1 - sellAmount / supply) ^ (100 / crr))

Types

This section is empty.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL