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

concept for capping ustc #357

Open
wants to merge 2 commits into
base: main
Choose a base branch
from
Open

concept for capping ustc #357

wants to merge 2 commits into from

Conversation

nghuyenthevinh2000
Copy link
Contributor

@nghuyenthevinh2000 nghuyenthevinh2000 commented Sep 25, 2023

Summary of changes

Design outline: https://github.com/classic-terra/documents/blob/main/research/stop_ustc_minting.md

Report of required housekeeping

  • Github issue OR spec proposal link
  • Wrote tests
  • Updated API documentation (client/lcd/swagger-ui/swagger.yaml)
  • Added a relevant changelog entry: clog add [section] [stanza] [message]

(FOR ADMIN) Before merging

  • Added appropriate labels to PR
  • Squashed all commits, uses message "Merge pull request #XYZ: [title]" (coding standards)
  • Confirm added tests are consistent with the intended behavior of changes
  • Ensure all tests pass

DefaultBasePool = sdk.NewDec(1000000 * core.MicroUnit) // 1000,000sdr = 1000,000,000,000usdr
DefaultPoolRecoveryPeriod = core.BlocksPerDay // 14,400
DefaultMinStabilitySpread = sdk.NewDecWithPrec(2, 2) // 2%
DefaultMinUstcStabilitySpread = sdk.ZeroDec() // 0%
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Based on the prop this would need to be 100%

@fragwuerdig
Copy link
Collaborator

@nghuyenthevinh2000 I don't understand why increasing the tobin tax for each whitelisted stables to 1.0 wouldn't do the trick of stop minting stables?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants