-
Notifications
You must be signed in to change notification settings - Fork 212
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
Remove “BLD” and “RUN” keys from run-protocol code #4800
Comments
This includes removing it as the keyword for the stable token in const runMint = await zcf.registerFeeMint('RUN', privateArgs.feeMintAccess); |
@turadg to propose role-based keywords |
I'd pretty strongly prefer 'loan' to 'debt' for the vault factory. It's only 'debt' on one side of the balance sheet. Similarly with bldBoost. |
'collateral' doesn't seem ideal for BLD. There are lots of assets that are collateral. BLD is uniquely the one that represents equity in the chain. Maybe 'Stake' would work. |
RUN/IST role cases
vaultFactory
Token that is minted, secured by collateral (per vault manager)
keyword:
Minted
Proposal shape will be {give: Collateral, want: Debt}
runStake / bldBoost
Token that is minted, secured by collateral.
keyword: 'Minted'
feeDistributor
Fee.
keyword:
Fee
The CollectFees offer result will by a seat with
getPayout('Fee')
.assetReserve
Fee mint to hold penalties
keyword:
Fee
psm
Stable
keyword: Stable (already)
The text was updated successfully, but these errors were encountered: