Stacked is an Micro Rollup based NFT Marketplace which demonstrates an auction based use case for Stackr.
Prize Pool
Features -
1`. Allows NFT Creation and also demonstrates how it can be used for Cross Chain Dynamic NFT Auction using Chainlink.
Automatic Auction Completion using Stackr Hooks.
Can be used as a direct NFT auction layer for any application.
Uses Avail DA.
How it works -
`1. NFT Creation: The createNFT function is called in the bridge which triggers createNFT action in the rollup.
Bids Management - Bids are directly created using API call using signatures to the Stacked Micro Rollup.
Automated Auctions - Before each block confirmation, completeOrder hook is executed which checks if some orders should be completed, and the highest bidder gets the NFT and the NFT creator gets the Bid Amount (ETH)
Potential Use-case -
Art based NFT Auction Marketplace.
Gaming Assets NFT Auction Marketplace.
Data NFT Auction Marketplace
This project uses various Stackr tools -
Bridge - Uses bridge to lock ETH in the MRU. And also allows NFT Creation through bridge.
Hooks - Post Hooks - Sort - It used to sort the Bids on the basis of their price and timestamp. Pre Hooks - Complete Order - It is used to check if some order needs to be completed and automatically handles ETH and NFT transfer within the MRU State.