• © Goverland Inc. 2026
  • v1.0.8
  • Privacy Policy
  • Terms of Use
Origin DeFiOrigin DeFiby0x96FEb7b6F808dd2BBd09c9E5ccdE77caBd58d019Micah Alcorn

Disable inactive strategies

Voting ended over 2 years agoSucceeded

Summary

Update OUSD's smart contracts to exclude yield-earning strategies that are unlikely to be used in the near future.

The problem

OUSD's rebase function is expensive to run. In our latest funds allocation, this call required 915,531 gas. Nearly all of this is caused by checking the value of stablecoins held in each whitelisted strategy. This is a core feature of the protocol: to check how much its value has increased and adjust the token supply accordingly.

There are currently seven strategy contracts with varying complexity:

Strategy Gas usage
Compound 136,658
Aave 96,581
Convex DAI+USDC+USDT 53,869
Convex OUSD 56,290
Morpho Compound 264,351
Convex LUSD 56,291
Morpho Aave 188,038

Total: 852,078 gas spent checking values in strategies

The reality

As described in the Pause weekly funds allocation votes proposal, several of these strategies are likely to go unused in the coming weeks. If we're not going to be deploying funds to these strategies, it is wasteful to check their values every time rebase is called. By reducing these gas costs, we will save ETH in at least the following scenarios:

  • users minting and redeeming OUSD
  • Chainlink Automation triggering rebase every night
  • Strategists reallocating funds

Recommendation

After discussing this proposal with engineers, I'm proposing that we disable the following strategies:

  • Compound (DAI, USDC, and USDT)
  • Convex DAI+USDC+USDT
  • Convex LUSD

This will result in an estimated gas savings of approximately 30%.

Note that two strategies will remain active despite being unlikely to see meaningful allocations in the short-term. Convex OUSD will enable us to maintain OUSD's peg using its AMO functionality. Aave will serve as a fallback in the event that concerns arise with Morpho and we're not yet comfortable with allocating 100% of funds to Flux and/or the DSR.

Off-Chain Vote

For
134.55M veOGV100%
Against
0 veOGV0%
Abstain
0 veOGV0%
Quorum:269%
Download mobile app to vote

Discussion

Origin DeFiDisable inactive strategies

Timeline

Aug 08, 2023Proposal created
Aug 09, 2023Proposal vote started
Aug 14, 2023Proposal vote ended
Mar 04, 2026Proposal updated