Currently, the vaults lock their collateral over the period of 3-12 months, which is sitting idle in the 1BTC contract. Design and implement a feature that will stake the locked collateral by utilizing the smart contract staking facility. This could help us generate some yield (up to 10% APR) which we can use to reward the vault providers for their service. Analyze the risk involved in not keeping the collateral in the liquid form and the downside to staking it. Note that, the collateral locked for different periods when staked should account for 7 days cool-off period before unstaking. Discuss the design of this feature along with risk and concerns before implementing it.
Currently, the vaults lock their collateral over the period of 3-12 months, which is sitting idle in the 1BTC contract. Design and implement a feature that will stake the locked collateral by utilizing the smart contract staking facility. This could help us generate some yield (up to 10% APR) which we can use to reward the vault providers for their service. Analyze the risk involved in not keeping the collateral in the liquid form and the downside to staking it. Note that, the collateral locked for different periods when staked should account for 7 days cool-off period before unstaking. Discuss the design of this feature along with risk and concerns before implementing it.