-
Notifications
You must be signed in to change notification settings - Fork 73
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Feature Request: Auction Splits Contract #5
Comments
I have been working on this here: ourz-network/our-contracts Would love to discuss more if you'd like |
Sorry about the delay, I get a lot of spam, and was just found out that I was approved for the bounty |
Issue Status: 1. Open 2. Started 3. Submitted 4. Done Work has been started. These users each claimed they can complete the work by 3 months ago. 1) realdiganta has started work. Working on it This repository is a fork of the the Zora Auction House repo, modified to add a Anyone can deploy their own I will implement the Auction Splits Contract. Auction Split Contract.
Learn more on the Gitcoin Issue Details page. |
The Zora Auction House is an incredibly useful tool for the owner of an NFT to be able to list their NFT on a reserve auction without needing to pay centralized platform fees.
A feature that we are starting to see popup is the splitting of royalties. Examples:
It could be very useful to architect a permissionless contract factory that would allow the owner of an NFT to permissionlessly initiate the splitting of revenue from a sale on the auction house with a reasonable # of addresses.
Requirements:
reasonable
# of addresses without being too gas intensive. Use mirror implementation with Merkle proofs as inspiration (https://github.com/mirror-xyz/splits/blob/main/contracts/Splitter.sol)createAuction
,setAuctionReservePrice
, andcancelAuction
The text was updated successfully, but these errors were encountered: