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

Expose key Reserve Contract economic data via subscription #4651

Closed
Tartuffo opened this issue Feb 23, 2022 · 3 comments · Fixed by #5753
Closed

Expose key Reserve Contract economic data via subscription #4651

Tartuffo opened this issue Feb 23, 2022 · 3 comments · Fixed by #5753
Assignees
Labels
Inter-protocol Overarching Inter Protocol
Milestone

Comments

@Tartuffo
Copy link
Contributor

Tartuffo commented Feb 23, 2022

This data can be used in Blockchain Explorers and via sites like The Graph for the community to get key information about the state of the RUN Protocol components.

From our meeting on Feb 22, here is the data we want to expose from the Reserve Contract:

  1. How much of each asset type
  2. Governance parameters

We had initially thought the Reward Pool would be housed here, but @Chris-Hibbert wrote: "The collateral reserve contract holds funds from various sources. Its main goal is holding assets that governance decisions can direct to the AMM or other uses. It is unlikely to be the main repository for reward funds."

@Tartuffo Tartuffo added the Inter-protocol Overarching Inter Protocol label Feb 23, 2022
@Tartuffo Tartuffo added this to the Mainnet 1 milestone Mar 23, 2022
@Chris-Hibbert Chris-Hibbert self-assigned this Apr 11, 2022
@dckc
Copy link
Member

dckc commented May 5, 2022

amount of RUN minted seems to be missing. The reserve contract can mint RUN.

@btulloh @Tartuffo @rowgraus do we want a dashboard of total RUN minted?

@btulloh
Copy link

btulloh commented May 5, 2022

We would like a dashboard that shows total IST in circulation, which should be total IST minted - total IST burned. For example, the top graph at https://daistats.com/#/overview that shows total DAI relative to the Total Debt Limit.

@turadg turadg changed the title Expose key Reserve Contract economic data via RPC and notification stream Expose key Reserve Contract economic data via subscription May 25, 2022
@Chris-Hibbert
Copy link
Contributor

#5431 added publishing of metrics from the Reserve. It only included pool balances and current shortfall.

@mergify mergify bot closed this as completed in #5753 Jul 13, 2022
mergify bot added a commit that referenced this issue Jul 13, 2022
* feature: publish Reserve econ data: mint & burn

closes: #4651

* chore: standardize names

Co-authored-by: mergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
turadg pushed a commit that referenced this issue Jul 14, 2022
* feature: publish Reserve econ data: mint & burn

closes: #4651

* chore: standardize names

Co-authored-by: mergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Inter-protocol Overarching Inter Protocol
Projects
None yet
Development

Successfully merging a pull request may close this issue.

4 participants