Voting Power for Wagdie ERC20
Abstract | Letβs add support for WAGDIE ERC20 in snapshot votes.
Motivation | Some community members send their wagdie nfts to the farm and receive an ERC20 that is redeemable for any wagdie from the farm. Pooling unwanted wagdies in the farm and holding the ERC20 instead is good because it gives new members more nft options to choose from. However, this currently loses voting power. However, community members that send their wagdies to the farm lose the voting power of those wagdies.
Rationale | Since WAGDIE ERC20 is redeemable for WAGDIE NFTs from the farm, it should keep the same voting power as a wagdie.
Steps to Implement & Specifications | Someone would need to update the voting strategies on decide.fateofwagdie.com to add a strategy that adds voting power equal to an addressβ WAGDIE ERC20 balance. Not sure how to do this but it might involve a subgraph that queries for address WAGDIE ERC20 balance.
The WAGDIE ERC20 token address is: 0x6d627C33eeA1a1b4b139C0B788010fF50B80B513
Timeline | Up to whoever implements it, but it would probably be quick (1 day) for someone who is familiar with ERC20 voting in snapshot.
Overal Cost | Iβll pay 2.02 WAGDIE ERC20 tokens to whoever wants to implement this.
Other Considerations |
The Farm has multiple associated tokens;
- WAGDIE ERC20 ($WAGDIE)-- this is minted when wagdie nfts are sent to the farm, and used to redeem wagdies from the farm. It represents a typical cannon fodder wagdie.
- Staked WAGDIE ERC20 ($xWAGDIE) β this accrues trading fees from the farm and rebases relative to WAGDIE ERC20.
- A token for liquidity provision ($WAGDIEWETH) β this represents the sushiswap liquidity positions that facilitate exchanging $WAGDIE and ETH.
- Staked LP tokens ($xWAGDIEWETH) β liquidity providers can stake $WAGDIEWETH to earn trading fees from the farm.
Iβm considering three options;
- Only support $WAGDIE β this is easiest to implement, and makes since since the only reasons for having the other tokens are some defi aspect that is incongruent with this world.
- Support $WAGDIE and $xWAGDIE β this might be harder to implement because of the rebasing. Also the yield on $xWAGDIE isnβt high enough to justify the gas fees of staking, so itβs unlikely this would matter now for core wagdie members.
- Support all four tokens β Iβm against this because; itβs unclear how much weight the liquidity tokens should have, it might be harder to implement and hence take longer, and there is no lore-based reason to have the liquidity tokens.