Closed neokry closed 6 months ago
technical details:
AuctionReferralModal
in web/modules/auction/components
. use AnimatedModal
as the wrapper. ex: https://github.com/ourzora/nouns-builder/blob/main/apps/web/src/components/BridgeModal/BridgeModal.tsxreferral
url param.AuctionReferralModal
Add a modal to the auction page that explains referral rewards, shows the referral percentage (2.5% of auction bid) and allows a user to copy a link that will earn them referral rewards. Referral link functionality is already built into the auction pages via the following url parameter:
/dao/base/0xb78b89eb81303a11cc597b4519035079453d8e31?referral=["USER_ADDRESS"]
This functionality only works with DAOs deployed on L2 and upgraded to V2.
more info on protocol rewards is here: https://hackmd.io/peXISQ2CSQOwRGmvpUpK9A#Protocol-Rewards