Seal Engine Initialization, RWA Vault Debt Ceiling Housekeeping, Pinwheel DAO Resolution, Aave-SparkLend Revenue Share Payment for Q3 2024, Spark Proxy Spell - October 17, 2024
The Governance Facilitators, Sidestream, and Dewiz have placed an executive proposal into the voting system. MKR/SKY Holders should vote for this proposal if they support the following alterations to the Sky Protocol.
If you are new to voting in the Sky Protocol, please see the voting guide to learn how voting works.
Executive Summary
If this executive proposal passes, the following actions will occur within the Sky Protocol:
- The Seal Engine will be initialized. This requires a number of sub-actions:
- Activate a new MKROSM.
- Activate a new VoteDelegateFactory contract.
- Initialize the Seal Engine farm in the Flapper.
- Update Smart Burn Engine parameters.
- Initialize the Seal Engine and borrowing facility.
- The Multisig responsible for distributing Early Bird Rewards will be funded with newly minted SKY tokens.
- Debt Ceilings for the now defunct RWA vaults operated by Monetalis will be set to 0.
- A Pinwheel DAO Resolution with the hash QmYJUvw5xbAJmJknG2xUKDLe424JSTWQQhbJCnucRRjUv7 will be approved.
- The Aave-SparkLend Revenue Share payment for Q3 2024 will be distributed.
- A Spark proxy spell at 0xcc3B9e79261A7064A0f734Cc749A8e3762e0a187 will be executed.
Voting for this executive proposal will place your MKR/SKY in support of the actions outlined above.
Unless otherwise noted, the actions listed above are subject to the GSM Pause Delay. This means that if this executive proposal passes, the changes and additions listed above will only become active in the Sky Protocol after the GSM Pause Delay has expired. The GSM Pause Delay is currently set to 16 hours.
This executive proposal includes an office-hours modifier that means that it can only be executed between 14:00 and 21:00 UTC, Monday - Friday.
If this executive proposal does not pass within 30 days, then it will expire and can no longer have any effect on the Sky Protocol.
Proposal Details
Seal Engine Initialization
- Authorization: Governance Poll
- Proposal: Forum Post
If this executive proposal passes, then the Seal Engine will be initialized through the following sub-actions.
MKROSM Activation
- The new MKROSM at 0x4F94e33D0D74CfF5Ca0D3a66F1A650628551C56b will be whitelisted to read the MKR oracle price from the current PIP_MKR at 0xdbbe5e9b1daa91430cf0772fcebe53f6c6f137df.
- The new MKROSM at 0x4F94e33D0D74CfF5Ca0D3a66F1A650628551C56b will replace the current PIP_MKR in the Chainlog.
New VoteDelegateFactory Contract Activation
- The current VOTE_DELEGATE_PROXY_FACTORY in the Chainlog at 0xd897f108670903d1d6070fcf818f9db3615af272 will be renamed to VOTE_DELEGATE_FACTORY_LEGACY.
- This will require the removal of VOTE_DELEGATE_PROXY_FACTORY from the Chainlog before adding a new key-value pair under VOTE_DELEGATE_FACTORY_LEGACY.
- The new VoteDelegateFactory at 0xC3D809E87A2C9da4F6d98fECea9135d834d6F5A0 will be added to the Chainlog as VOTE_DELEGATE_FACTORY.
Smart Burn Engine Parameter Updates
- Reduce the Splitter Burn Rate (
burn
) by 30 percentage points from 100% to 70%. - Increase the Splitter
hop
parameter by 4,014 seconds from 11,635 seconds to 15,649 seconds. - Increase the Surplus Buffer Upper Limit (
vow.hump
) by 5 million DAI from 55 million DAI to 60 million DAI.
Initialize the Seal Engine Farm in the Flapper
The Seal Engine Farm will be activated by calling FlapperInit.setFarm with the following parameters:
- farm_: 0x92282235a39bE957fF1f37619fD22A9aE5507CB1.
- splitter: dss.chainlog.getAddress("MCD_SPLIT").
- usdsJoin: dss.chainlog.getAddress("USDS_JOIN").
- hop: 15,649.
- prevChainlogKey: bytes32(0).
- chainlogKey: REWARDS_LSMKR_USDS
This will have the following outcomes:
- Set the new farm as
farm
in the Splitter. - Set MCD_SPLIT as
rewardsDistribution
in the farm contract. - Set 15,649 seconds as the
rewardsDuration
in the farm contract. - Add the new farm to the Chainlog as REWARDS_LSMKR_USDS.
Seal Engine and Borrowing Facility Initialization
The Seal Engine will be initialized by calling LockstakeInit.initLockstake with the following parameters:
- lsmkr: 0xb4e0e45e142101dC3Ed768bac219fC35EDBED295.
- engine: 0x2b16C07D5fD5cC701a0a871eae2aad6DA5fc8f12.
- clipper: 0xA85621D35cAf9Cf5C146D2376Ce553D7B78A6239.
- clipperCalc: 0xf13cF3b39823CcfaE6C2354dA56416C80768474e.
- ilk: LSE-MKR-A
- voteDelegateFactory: 0xC3D809E87A2C9da4F6d98fECea9135d834d6F5A0.
- usdsJoin: dss.chainlog.getAddress("USDS_JOIN").
- usds: dss.chainlog.getAddress("USDS").
- mkr: dss.chainlog.getAddress("MCD_GOV").
- mkr_sky: dss.chainlog.getAddress("MKR_SKY")
- sky: dss.chainlog.getAddress("SKY")
- farms: 0x92282235a39bE957fF1f37619fD22A9aE5507CB1.
- fee: 5%
- maxLine: 20 million DAI
- gap: 5 million DAI
- ttl: 16 hours
- dust: 30,000 DAI
- duty: 12%
- mat: 200%
- buf: 1.20
- tail: 6,000 seconds
- cusp: 0.40
- chip: 0.1%
- tip: 300 DAI.
- stopped: 0.
- chop: 8%
- hole: 3 million DAI
- tau: 0
- cut: 0.99
- step: 60 seconds
- lineMom: True
- tolerance: 0.5
- name: LockstakeMkr
- symbol: lsMKR
This will have the following outcomes:
- LSE-MKR-A will be added as a new vault type.
- LSE-MKR-A will be added to the LineMOM.
- LSE-MKR-A will be added to the Debt Ceiling Instant Access Module with the following parameters:
- LSE-MKR-A will be added to the ilk registry with the provided
name
andsymbol
and the new ilk class of 7. - MCD_SPOT, CLIPPER_MOM, MCD_END and LOCKSTAKE_CLIP will use the new MKROSM (PIP_MKR) to access the collateral price.
- OSM_MOM will be authorized to access the new MKR OSM.
- PIP_MKR will be added to the OSM_MOM.
- Lockstake Clipper will be configured with the following parameters:
- StairstepExponentialDecrease calc contract will be configured with the following parameters:
- REWARDS_LSMKR_USDS will be added to the Seal Engine as the first farm.
- The LockstakeEngine contract will be authorized to access the
vat
. - The LockstakeClipper contract will be authorized to access the
vat
and the LockstakeEngine. - CLIPPER_MOM, MCD_DOG, and MCD_END will be authorized to access LockstakeClipper.
- New Chainlog keys LOCKSTAKE_MKR, LOCKSTAKE_ENGINE, LOCKSTAKE_CLIP, and LOCKSTAKE_CLIP_CALC will be added.
Early Bird Rewards Multisig Funding
To facilitate the distribution of Early Bird Rewards 27,222,832.80 SKY will be minted to a multisig controlled by the Accessibility Facilitators at 0x14D98650d46BF7679BBD05D4f615A1547C87Bf68.
Once the required SKY tokens have been transferred to the MerkleDistributor it is expected that the remaining tokens will be burned.
RWA Debt Ceiling Reductions
- Authorization: Forum post
- Proposal: Forum post
If this executive proposal passes, then the following Debt Ceiling changes for the now deprecated RWA Vaults operated by Monetalis will be carried out.
Monetalis Clydesdale (RWA007-A)
- RWA007-A will be removed from the Debt Ceiling Instant Access Module (DC-IAM).
- RWA007-A Debt Ceiling will be set to 0 DAI.
Coinbase Custody (RWA014-A)
RWA014-A does not use the Debt Ceiling Instant Access Module (DC-IAM).
- Reduce the RWA014-A Debt Ceiling by 1.5 billion DAI from 1.5 billion DAI to 0 DAI.
Oracle Adjustments
As part of the offboarding process, tell
and cull
will be called on the oracles for these vaults.
Calling tell
will initiate soft liquidation of these vaults and calling cull
will write off their debt and set the oracle prices to 0. In reality, as neither of these vaults have associated debt, the only change will be to set the reported prices of their oracles to 0.
These actions do not block further remittance of any outstanding profits through the Jar and InputConduitJar contracts as these contracts do not need to interact with the vault or the oracle to function.
Pinwheel DAO Resolution
- Authorization: Forum post
- Proposal: Forum post
If this executive proposal passes, then the DAO Resolution with IPFS hash QmYJUvw5xbAJmJknG2xUKDLe424JSTWQQhbJCnucRRjUv7 will be approved.
This will formalize the payment process for rewards earned on balances held within the LITE-PSM-USDC-A.
Aave-SparkLend Revenue Share Payment for Q3 2024.
- Authorization: Forum post
- Proposal: Forum post
If this executive proposal passes, a payment of 234,089 DAI will be made to a smart contract controlled by Aave Governance at 0x464C71f6c2F760DdA6093dCB91C24c39e5d6e18c as part of the Aave-SparkLend Revenue Share.
Spark Proxy Spell Execution
- Authorization: Governance Polls 1, 2, 3, Forum Post
- Proposal: Forum Post
If this executive proposal passes, then a Spark Proxy Spell at 0xcc3B9e79261A7064A0f734Cc749A8e3762e0a187 will be executed. The expected contents are as follows:
[Mainnet] Onboard sUSDS into SparkLend as Collateral Only Asset
If this executive proposal passes, the Spark Proxy Spell will onboard sUSDS to SparkLend on mainnet as described below:
- Token: sUSDS
- Token Address: 0xa3931d71877c0e7a3148cb7eb4463524fec27fbd
- Oracle: Fixed 1 USD * sUSDS/USDS redemption rate from the token contract.
- Optimal Utilization: 80%
- Base: 0%
- Slope1: 2%
- Slope2: 300%
- Stable rate func (deprecated): N/A
- Borrow Enabled: No
- Isolation Borrowable: No
- Stable Rate Borrowing: No
- Siloed Borrowing: No
- Flash Loan Enabled: No
- Loan To Value: 79%
- Liquidation Threshold: 80%
- Liquidation Bonus: 5%
- Reserve Factor: 10%
- Supply Cap: 50 million sUSDS
- Supply Cap Absolute Maximum Exposure (
max
): 500 million sUSDS - Supply Cap Target Available Exposure (
gap
): 50 million sUSDS - Supply Cap Automator Cooldown Period (
ttl
): 12 hours - Borrow Cap: 0 sUSDS
- Borrow Cap Absolute Maximum Exposure (
max
): N/A - Borrow Cap Target Available Exposure (
gap
): N/A - Borrow Cap Automator Cooldown Period (
ttl
): N/A - Isolation Mode: No
- Isolation Mode Debt Ceiling: N/A
- Liquidation Protocol Fee: 10%
- High Efficiency Mode (
Emode
) Category: 0
[Mainnet] Update sDAI Oracle to Use Fixed DAI/USD at 1 USD
If this executive proposal passes, the Spark Proxy Spell will update the sDAI Oracle to use a fixed DAI/USD price of 1 USD multiplied by the sDAI/DAI redemption rate from the sDAI contract.
[Mainnet] Onboard PT-sUSDe-26Dec2024 and PT-sUSDe-27Mar2025 to Morpho Spark DAI Vault
If this executive proposal passes, the Spark Proxy Spell will onboard two new markets to the Morpho Spark DAI Vault with the following parameters:
PT-sUSDe-26Dec2024
- Address: 0xee9085fc268f6727d5d4293dbabccf901ffdcc29.
- Pool LLTV: 91.5%.
- Supply Cap: 100 million DAI.
- Price Oracle Yield to Maturity: 15%.
- Price Oracle PT Redemption Value: 1 USD.
PT-sUSDe-27Mar2025
- Address: 0xE00bd3Df25fb187d6ABBB620b3dfd19839947b81.
- Pool LLTV: 91.5%.
- Supply Cap: 100 million DAI.
- Price Oracle Yield to Maturity: 20%.
- Price Oracle PT Redemption Value: 1 USD.
[Mainnet] WBTC Parameter Changes
If this executive proposal passes, the Spark Proxy Spell will make the following changes to the WBTC market parameters:
- Reduce Liquidation Threshold by 5 percentage points from 75% to 70%.
- Update cap automator parameters:
- Reduce Supply Cap Target Available Exposure (gap) by 300 WBTC from 500 WBTC to 200 WBTC.
- Reduce Supply Cap Absolute Maximum Exposure (max) by 5,000 WBTC from 10,000 WBTC to 5,000 WBTC.
- Reduce Borrow Cap Target Available Exposure (gap) by 99 WBTC from 100 WBTC to 1 WBTC.
- Reduce Borrow Cap Absolute Maximum Exposure (max) max by 1,999 WBTC from 2,000 WBTC to 1 WBTC.
- Reduce Liquidation Protocol Fee by 10 percentage points from 10% to 0%.
Review
Community debate on these topics can be found on the Sky Governance forum. Please review any linked threads to inform your position before voting.
Resources
Additional information about the Governance process can be found in the Operational Manual.
To add current and upcoming votes to your calendar, please see the Sky Governance Calendar.