Skip to main content

Surplus Auction

Surplus Auction is a CRT CAT with surplus_auction.clsp puzzle as its inner puzzle. The inner puzzle turns the Surplus Auction into a singleton.

Operations

Puzzle that operations are performed on: surplus_auction.clsp

Keeper operations:

Surplus auctions have a relatively long bid timeout, making it feasible to participate manually.

Start

To start the surplus auction, a keeper executes the start operation on a surplus auction launcher coin, which has an enforced state. At the same time, a payout coin is spent in order to make a Treasury withdrawal and transfer the Surplus Auction BYC Lot Amount to it.

The payout coin, which is a BYC CAT with p2_surplus_auction.clsp as its inner puzzle, stays idle while during the bidding phase of the auction. Eventually, the winner of the auction will receive the BYC amount held in the payout coin.

Surplus Auction

Bid

Bidding occurs by spending the Surplus Auction coin using the surplus bid operation. A bid involves the bidder to increase the amount of CRT in the Surplus Auction coin and setting a target puzzle hash and current timstamp. The target puzzle hash must be a CAT inner puzzle hash. If the bid turns out to be the winning bid, the bidder receives an amount of BYC equal to the Surplus Auction Lot Amount at the target puzzle hash. Otherwise, the bidder has the CRT they locked up in the Surplus Auction coin returned to them to the target puzzle hash.

Surplus Auction bid

Win

A Surplus Auction ends when either Surplus Auction Timeout has been reached or if a bid doesn't get outbid within the Surplus Auction Bid TTL. When the auction has ended, the win operation can be executed.

The winning bid is the bid recorded in the Surplus Auction coin when the auction ends. The CRT of the Surplus Auction coin is melted, and in return the winner receives the Surplus Auction Lot Amount from the Payout coin to the target puzzle hash specified in the winning bid.