stakeordie / scrt-auction

2 stars 9 forks source link

Auctions landing page #57

Open cankisagun opened 3 years ago

cankisagun commented 3 years ago

We should have a landing page for Auctions.scrt.network that explains what the product does and allow users to go into the application.

2 good examples of these landing pages are Mirror and Uniswap

Landing page should look like Uniswap. I will add changes we want in our landing page image Top tab: Use Uniswap -> use secretAuctions (gets you to the app) Community -> SCRT community links we don't need the rest

Decentralized Trading Protocol -> Decentralized Auctions Guaranteed liquidity for millions of users and hundreds of Ethereum applications -> Decentralized Over-the-Counter Trading (OTC), Dark Pools and NFT auctions with privacy on Secret Network

Documentation link -> link to github -> baedriks repo Discord link -> chat.scrt.network

image

All time volume -> denominated in USD - let's query from factory All time trades -> # of trades - let's query from factory Sellers -> # of unique sellers (by address) Buyer -> # of unique buyers (by address) -> not sure if possible

The rest is inspired by mirror - lets look at this after how it works

image

How it works Secret Auction allows creation of dark pools (private order books) to trade large block of assets privately without impacting the market.

image To create an OTC deal, the seller must choose the asset to sell, asset to receive, the minimum price** and escrow assets to be sold. Currently sellers can sell secret tokens that represent Secret Network and synthetic Ethereum assets. Sellers will soon be able to sell NFTs in exchange for secret tokens.

image Buyer submit bids and the corresponding assets privately to the auction contract

image After the auction is closed, the settlement takes place in a non-custodial way, eliminating counter-party risk. secret Auction contract automatically swaps tokens between the seller and the buyer and returns all unsuccessful bids.

image Powered by Secret Network Secret Auctions are built on Secret Network and leverages secretTokens from Ethereum and Secret Network

the-dusky commented 3 years ago
Screen Shot 2021-03-17 at 3 37 08 PM
the-dusky commented 3 years ago

This is our current landing page design. We will get this implemented and then work on additional "non-app" pages and sections later