• Stars
    star
    119
  • Rank 297,930 (Top 6 %)
  • Language
    Solidity
  • Created over 3 years ago
  • Updated over 1 year ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

PartyBid is a collector DAO that lets individuals pool capital, bid on Mirror's reserve auctions, and resell NFTs.

PartyBid logo

Introduction

Direct link to PartyBid contract.

Inspired by Denis Nazarov's tweet about automatic DAO's to bid on NFTs.

PartyBid is a collector DAO that enables individuals to pool capital and bid on Mirror's reserve auctions (kudos to the work of Mirror, Mint Fund, Zora, and Billy Rennekamp).

PartyBid is a DAO that has few functions. Namely, the ability to pool capital, bid on reserve auctions, take custody of won NFTs, resell those NFTs via Zora and split profits, or if outbid, return capital to participants.

How does it work?

  1. You deploy a DAO with PartyBidRA.sol, passing in the address to the ReserveAuctionV3 contract you are using, the auctionID (aka tokenID) of the NFT you are bidding for, your bidAmount (scaled to 1e18 for wETH), and the exitTimeout (which is the unix timestamp value till when you want the DAO to hold funds and wait for new members).
  2. Next, individuals can call join() to become members of the DAO, sending in their ETH for a spot.

Now, there are three possibilities:

  1. If the DAO is unable to raise bidAmount before exitTimeout, DAO members can call exit() and withdraw their funds. Note, if you have benevolent DAO members, you can still call placeBid() after the exitTimeout window is up.
  2. If the DAO is able to raise bidAmount, you can call placeBid() to place your DAO's bid. If the DAO is unsuccessful in winning the NFT (aka, you are outbid), DAO members can call exit() to withdraw their funds.
  3. Finally, if the DAO is able to raise bidAmount, you call placeBid(), and you win the NFT, you can continue:

Once the DAO has won the NFT from the reserve auction, DAO members have 4 callable functions to resell this NFT:

  1. DAO members can call DAOProposeZoraBid() to propose new Zora bids against the NFT that the DAO should consider accepting.
  2. DAO members can call DAOVoteForZoraBidProposal() to vote for these aforementioned proposals that have been put up. A successful proposal needs >50% of the vote to be executed.
  3. DAO members can call DAOExecuteZoraBid() to execute a proposal that: (1) has greater than 50% of the DAO's voting power, and (2) has not changed since the vote was initiated (to prevent bad actors from changing their bids during the voting process). This will transfer the Zora NFT to the bidder, and accept their funds to the contract.
  4. Finally, once a successful resale has occured, DAO members can call exit() to reclaim their share of the bid amount.

Run/deploy

# Install dependencies
npm run install

# Compile contracts with hardhat
npx hardhat compile

Full-form tests coming as soon as I get a chance to sit down and write out all possible state transitions.

The code has been tested extensively against Rinkeby deployments, but I still urge caution when using with real capital since this code is both unaudited and written by a non-full-time Solidity enthusiast.

Considerations

Due to the simplistic nature of this mvp, there are a few considerations made:

  1. For sake of simplicity, joining via only ETH and returning capital + accepting bids denominated in wETH are supported. No other tokens are supported at the moment (for reference, Mirror's Reserve Auctions also only support wETH).
  2. The PartyBid DAO is a one-time deployment vehicle that cannot be reused for multiple auctions.
  3. The PartyBid DAO does not support Zora's prevOwner cutback (aka, if a resold NFT with such cutback is sold by the bidder, the funds accrued to the contract will not be removeable).

Extensions

  1. There is very-well the future possibility to have the DAO itself begin a reserve auction with the won NFT. Sort of like a meta play with RA to RA, and movement between DAOs.
  2. Extension to non-Zora NFTs is also possible with some additional logic to create either: (1) an in-contract bid management system, or (2) a price floor at which any third-party can purchase an NFT. A rudimentary, WIP example of the latter is being developed in aa/general-nft.

More Repositories

1

merkle-airdrop-starter

Frontend, contracts, and merkle tree generator for use in quickly scaffolding ERC20 token airdrops.
TypeScript
702
star
2

flashside

Long-tail MEV contracts to claim Otherside land NFTs
Solidity
567
star
3

pool-sniper

Uniswap V2-styled router new pool sniping in under 250 LOC.
TypeScript
434
star
4

MultiRaffle

NFT distribution with (1) randomized, multi-winner raffles and (2) bulk on-chain metadata generation.
Solidity
269
star
5

punk-nftx-meebit-arb

Quick & dirty NFTX arbitrage contracts, via flash loan, to exploit Meebit redemption.
Solidity
246
star
6

goblinmode

Long-tail NFT MEV via NFTX flashloans (McGoblinBurger NFTs)
Solidity
237
star
7

dhof-loot

Scripts to collect statistics about Loot + derivative projects.
JavaScript
228
star
8

MultiFaucet

MultiFaucet drips ETH, tokens, and NFTs across many testnet networks, at once.
TypeScript
166
star
9

tweetdrop

Generate dispersable airdrops from Twitter threads.
TypeScript
150
star
10

mevboost.org

Aggregates statistics about mev-boost relays and block builders
TypeScript
147
star
11

Hyperbitcoinization

$1 Million USDC vs 1 Wrapped Bitcoin 90-day term bet, inspired by Balaji's tweet
Solidity
119
star
12

GateRepo

Token-gated repositories via GitHub API.
TypeScript
116
star
13

quadratic-voting

Real-time Quadratic Voting dashboard to encourage mathematically optimal voting in democratic communities.
JavaScript
93
star
14

sushiswap-exploit

SushiSwap RouteProcessor2 exploit repro + supporting data useful for whitehats.
Solidity
84
star
15

flipper

Scrape ERC721 metadata, flip images, test creative permissiveness.
TypeScript
80
star
16

pawnft

NFT-collateralized lending primitive, via active auctions.
TypeScript
78
star
17

blog-effective-nft-launches-data

Data+code for NFT launch guide blogpost.
Jupyter Notebook
70
star
18

weve

A Weavemail client implementation—private, decentralized and open source mail, built on Arweave.
JavaScript
65
star
19

quadratic-funding

Quadratic Funding is the mathematically optimal way to fund public goods in a democratic community.
JavaScript
54
star
20

zora.gallery

Open protocols demand open access. Community-operated interface to the Zora Protocol.
JavaScript
51
star
21

waffle

NFT raffles via Chainlink VRF.
Solidity
46
star
22

lootloose.com

LootLoose lets you unbundle your Loot Bags into individual item NFTs or rebundle items into their original Loot Bags.
TypeScript
34
star
23

flashbots-connect-rpc

Website to enable users to add the Flashbots Protect RPC endpoint to MetaMask.
TypeScript
28
star
24

Just-Law

Legal document search engine to provide new insight into document representation and retrieval. Built with Java, JavaScript, SMMRY API + NLP.
HTML
23
star
25

tubby-cats-data

Statistics from Tubby Cats NFT minting
JavaScript
22
star
26

stat.farm

Stat.Farm is a @compound-finance dashboard and COMP governance token distribution calculator.
JavaScript
21
star
27

daochess.org

daochess pits governance systems against each other in real-time games of Chess, testing mechanisms and coordination.
JavaScript
21
star
28

uniswap-lp-nfts

Solidity -> JavaScript translation of Uniswap's NFTSVG library.
JavaScript
20
star
29

ens-lootbox

Bounty/Lootbox system for incentivizing donations of celebrity ENS names.
JavaScript
20
star
30

algosearch

Algorand (ALGO) Blockchain Explorer and Analytics platform.
JavaScript
14
star
31

lootrng.com

Community-operated website for the Loot project.
TypeScript
13
star
32

wineft

It's like Wine, but as a fungible token, and it ages.
JavaScript
12
star
33

purse-app

Open-source blockchain explorer and automatic wallet tracker built with React Native.
JavaScript
11
star
34

Encrypton

Trusted document sharing on a trustless ledger. Using IPFS + Ethereum.
JavaScript
11
star
35

filstats.com

Explore Filecoin's storage market and analyze the cost of storing your files.
JavaScript
10
star
36

Memory

Enter, track, cherish. Look back at your best moments with Memory. iOS-first mood tracker & diary app built using React Native, React Navigation, and Realm. 📦 Available on the iOS App Store!
JavaScript
9
star
37

ukraine-donation-roots

Merkle root of Ukraine donators
8
star
38

yield-liquidator

TypeScript
6
star
39

SignRecord

Publicly verifiable document records and credentialization platform backed by a distributed blockchain, de-centralized IPFS host, and with an outbound REST API.
JavaScript
5
star
40

comp.vote

JavaScript
5
star
41

arbitrage-uniswap

JavaScript
3
star
42

anish-agnihotri.github.io

Personal portfolio website. Updated before changes are pushed to deployed version.
HTML
3
star
43

venti

The hip browser-only Ethereum IDE and runtime environment.
JavaScript
3
star
44

solidity_playground

Just a quick and easy playground to store some solidity code that I've been practicing.
JavaScript
2
star
45

touchCoin

touchCoin was a development of a blockchain focused around ease of use, and increased block-times. By developing two GUI clients, one Command line interface, and one Android application, and a website we made it as easy as possible for the average user to use our technologies.
C++
2
star
46

anishagnihotri.com

TypeScript
1
star
47

cryptoeconomics

1
star
48

Gitcoin-Exemplars

Easy to copy formatting exemplars for running effective Gitcoin bounties.
1
star
49

dancefest-redo

JavaScript
1
star
50

UEscrow

UEscrow is a platform built for the UCash ERC-20 token at BlockHackTO 2018. It was built as being a simple, dynamic solution to easy escrow for transactions and cross+off-chain exchanges.
JavaScript
1
star
51

golearn

Go
1
star
52

Portfolio

Creative Agency portfolio template developed in HTML, SASS, and Javascript. Free to use under the MIT license for anyone as long as credit is provided to Anish Agnihotri.
CSS
1
star
53

patreaion

Decentralized subscriptions platform built on Aion.
Vue
1
star
54

toronto-waste-wizard

Simple web app to search the Toronto Waste Wizard database. Developed as a part of my application to the Shopify Summer 2019 Internship program.
CSS
1
star