Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Corrected Spellings #1

Open
wants to merge 2 commits into
base: main
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions LEARN.md
Original file line number Diff line number Diff line change
Expand Up @@ -189,6 +189,6 @@ They can tap on the mint button to mint coins for themselves!
## What next?
Now you know what is a bonding curve. Different bonding curves result in slightly different incentives. You can try playing around with various bonding curves.

Bitclout uses a similar logic, but uses a different bonding curve rather than our simple `y=x` curve. They use what is called the Bancour Cuve.
Bitclout uses a similar logic, but uses a different bonding curve rather than our simple `y=x` curve. They use what is called the Bancor Curve.

Can you modify the calculateMint() and calculateUnmint() functions to reflect a bancour curve instead of a straight-line?
Can you modify the calculateMint() and calculateUnmint() functions to reflect a bancor curve instead of a straight-line?