Taking advantage of sDAI's yield with the TEC's Common Pool

TL;DR

Transfer all funds from the Common Pool (313,454.57 WXDAI at the time of writing) to sDAI.

Proposal description

This proposal suggests moving the entire balance of the Common Pool into sDAI, a token that generates yield from all the DAI in Gnosis Chainsā€™ bridge being deposited in Makerā€™s DAI Savings Rate (DSR) ā€“ currently 5% ā€“ and passing the yield to sDAI holders in Gnosis. Because thereā€™s more DAI in the bridge contract than deposited in Gnosis sDAI, the yield ends up being higher than the DSRā€™s on Mainnet. As of now, the APY on Gnosis sDAI is 7.524%.

This would provide an estimated additional 1,965.3601539 DAI per month to the TEC.

Itā€™s important to note that sDAI is a non-rebasing token, meaning that it will continuously go up in price as it accrues the yield, weā€™ll need to have its price into consideration when making proposals.

Additional information to add

  • Gnosis sDAI frontend (for those with concerns about Agave, theyā€™re just the first UI, but this is a project coming directly from Gnosis)

How does this proposal benefit the community and/or the field of Token Engineering?

Funding the Commons has always being a concern. By using sDAI we get a fairly low effort and low risk way to earn yield on the DAI we already hold.

Amount requested (Only for Conviction Voting)

313,454.57 WXDAI

How will these funds be used?

By the time I can take this proposal onchain Iā€™ll know if we can do this vote directly with a EVMCrispr script or if we need to set up a multisig to do the movements.

What does success look like?

Success for this proposal would be achieved when the funds from the Token Engineering Commonsā€™ Common Pool are successfully moved to sDAI, and the additional yield generated from the DAI Savings Rate on the Gnosis Chain starts accruing for the benefit of the Commons.

How will you share progress?

N/A

Project information (if applies)

N/A

Team Information

Iā€™m putting this proposal froward as myself. The Gnosis sDAI is a project carried out by GnosisDAO and audited by a few firms.

Complementary information

N/A

2 Likes

I love the idea. Letā€™s put out a poll.

We should probably do a test vote first to see if the EVMcrispr script would work with a smaller amount of money, before the big vote.

Swap our Common Poolā€™s wxDAI

  • Yeah letā€™s swap 100%
  • Yes but letā€™s swap less than 100%
  • No, I like keeping all wxDAI
  • Iā€™m not really sure

0 voters

I like this proposal.

Definitely run a test first!

Should we diversify rather than put in 100%? Iā€™m not sure about this yetā€¦ would like to hear more from the community. I would put forward considerations for 50%, 75%, 100%.

The EVMcrispr script for doing that is simple:

load aragonos as ar

# Variables
set $token.tokenlist https://tokens.honeyswap.org
set $tecGarden 0x1fc7e8d8e4bbbef77a4d035aec189373b52125a8
set $savingsXDaiAdapter 0xd499b51fcfc66bd31248ef4b28d656d67e591a94

ar:connect $tecGarden disputable-voting.open agent --context "Migrate WXDAI from Common Pool to sDAI" (
    # Variables
    set $commonPool agent
    set $funds @token.balance(WXDAI, $commonPool) 

    # Operations
    exec @token(WXDAI) approve(address,uint) $savingsXDaiAdapter $funds
    exec $savingsXDaiAdapter deposit(uint256,address) $funds $commonPool
)

I simulated the vote execution using EVMcrispr + Tenderly, and sending 307,468 WXDAI ($306,307) from the Common Pool, the DAO receives back 301,585 sDAI ($297,884 in Gnosis, but $309,799 in Mainnet).

I donā€™t know why the sDAI price in gnosis and mainnet is different and if sDAI on gnosis is just a bridged token or is there something else. Please be aware of that the price is fluctuating but it should not affect to the amount of sDAIs received when executing the vote.

4 Likes

Thanks for the script!

sDAI on Gnosis is a completely different token than sDAI on Mainnet. They deposited all DAI in the Mainnnet bridge (except for a $1M buffer) on Mainnetā€™s DSR, so the bridge is holding sDAI, but all the yield is directed to the Gnosis sDAI contract, which is pretty much just a WXDAI wrapper.

And because thereā€™s less WXDAI in Gnosis sDAI than there is on the bridge, the APY is just higher.

1 Like

Itā€™s confusing they both are called sDAI. The Gnosis version should be called sxDAI (savings xDAI) or gsDAI (gnosis savings DAI), and this is how Iā€™ll call it from now on to avoid confusionā€¦

At the end itā€™s an improved wrapper, like the GS Ball.
GS_Ball_(Ilustraci n)

According to Coingecko, 301,585 gsDAI is currently $304,600 (the price is fluctuating all the time). This is 0.56% of slippage ($1,707), something totally reasonable, although we might be migrating very soon to Optimism, choosing a different common pool and reserve token that canā€™t be wxDAI nor gsDAI, so I wonder if it is worth the cost.

Yeah I agree itā€™s pretty confusing :sweat_smile:.

Coingecko is getting the quote from the open market, which isnā€™t very liquid yet. Folks can go directly to the contract to unwrap gsDAI at the real price (currently ~1.02 usd per gsDAI); liquidity should be ramping up very soon though, thereā€™s already incentives in Aura for the sDAI/EURe pool.

About the Optimism migration, itā€™s a single vote and will give us more money than what we currently get from the ABC. Any penny we can get from now till we move to OP is a very welcomed penny imo.

Doing this directly through the gsDAI contract should incur in no slippage at all.

2 Likes