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

BLDer DAO can start PSMs for more reference stable interchain assets #6021

Closed
dckc opened this issue Aug 22, 2022 · 4 comments · Fixed by #6142
Closed

BLDer DAO can start PSMs for more reference stable interchain assets #6021

dckc opened this issue Aug 22, 2022 · 4 comments · Fixed by #6142
Assignees
Labels
enhancement New feature or request Inter-protocol Overarching Inter Protocol user-story User story that needs to be implemented and tested.
Milestone

Comments

@dckc
Copy link
Member

dckc commented Aug 22, 2022

What is the Problem Being Solved?

After bootstrap, the BLDer DAO should be able to select more reference stable tokens and start PSM contracts for them.

Description of the Design

core-eval ("big hammer") proposal to

  • add an interchain asset to the VBANK
  • start a PSM instance for that asset, with debt limit 0

Security Considerations

Should the econ committee be able to do this?
p.s. no

Test Plan

end-to-end test, ideally in a loadgen style automated harness

cc @dtribble @rowgraus @Tartuffo

@dckc dckc added enhancement New feature or request Inter-protocol Overarching Inter Protocol user-story User story that needs to be implemented and tested. pso labels Aug 22, 2022
@Tartuffo Tartuffo assigned dckc and michaelfig and unassigned dckc Aug 29, 2022
@Tartuffo Tartuffo added this to the Mainnet 1 RC0 milestone Aug 31, 2022
@dckc
Copy link
Member Author

dckc commented Sep 1, 2022

Should the econ committee be able to do this?

no, per @dtribble in a recent meeting

@dckc
Copy link
Member Author

dckc commented Sep 5, 2022

Added a PSM for DAI:

$ agd query vstorage children published.psm.IST
children:
- AUSD
- DAI
$ agoric follow :published.agoricNames.brand
[
  [
    "BLD",
    slot(0,"Alleged: BLD brand"),
  ],
  [
    "IST",
    slot(1,"Alleged: IST brand"),
  ],
  [
    "AUSD",
    slot(2,"Alleged: AUSD brand"),
  ],
  [
    "DAI",
    slot(3,"Alleged: DAI brand"),
  ],
]

IOU a PR and some other details.

77a33aa

@dckc
Copy link
Member Author

dckc commented Sep 27, 2022

blocked by #6337

@dckc dckc reopened this Sep 27, 2022
@dckc
Copy link
Member Author

dckc commented Oct 6, 2022

#6337 is done now.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request Inter-protocol Overarching Inter Protocol user-story User story that needs to be implemented and tested.
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants