Quix vs Magic Eden vs OpenSea

    Create a dashboard highlighting at least 3 metrics comparing marketplace performance and adoption between Quix (formerly Quixotic) on Optimism, Magic Eden on Solana, and OpenSea on Ethereum, since July of this year.

    What is Quix?

    Quixotic is the largest NFT marketplace operating on Optimism. Soon after the Optimism airdrop announcement, Quixotic announced its official launch to the masses. Because it runs on Optimism, its transactions and operations are fast and cheap compared to other marketplaces.

    What is Magic Eden?

    Magic Eden is a decentralized NFT buying and selling platform that allows users to buy, sell and trade unique digital assets. It is built on the Solana blockchain and allows users to interact with each other in a trustless environment.

    What is OpenSea?

    OpenSea is used for buying, selling, and NFTs, using smart contracts since it is a decentralized, blockchain-based platform. Smart contracts are programmed to ensure that there is no cheating on the platform, and creators can sell their tokens at whatever price they deem fit.

    db_img
    db_img
    db_img

    Twitter : hadi3_bgh

    Discord : hadiseb#1688

    Top 5 Projects Based on Number of sales

    According to these charts:

    • The optimistic explorer - get started nft with 18.1K sales was in the first place and consisted of 80.1%.
    • The mirror with 2996 sales was in the second place and consisted of 12.8%.
    • The optipunkwith 494 sales was in the last place and consisted of 2.1%.
    Loading...
    Loading...

    According to these charts:

    • The opensea with 136.4K sales was in the first place and consisted of 41.8%.
    • The ens with 107.8K sales was in the second place and consisted of 33%.
    • The genuine undead and town starwith 25.1K sales were in the last place and consisted of 7.7%.
    Loading...
    Loading...

    According to these charts:

    • The optimistic explorer - get started nft with 18.1K sales was in the first place and consisted of 80.1%.
    • The mirror with 2996 sales was in the second place and consisted of 12.8%.
    • The optipunkwith 494 sales was in the last place and consisted of 2.1%.
    Loading...
    Loading...

    Methodology

    select 'Quix' as cases, 
    project_name as projects,
    count(DISTINCT tx_hash) as total_sales ,
    sum(price_usd) as volume_usd
    from optimism.core.ez_nft_sales a join optimism.core.dim_labels b on a.nft_address = b.address
    where event_type = 'sale'
    and PLATFORM_NAME = 'quixotic'
    and block_timestamp::date >= '2022-07-01' 
    
    select 'Opensea' as cases, 
    project_name as projects,
    count(DISTINCT tx_hash) as total_sales ,
    sum(price_usd) as volume_usd
    from ethereum.core.ez_nft_sales
    where EVENT_TYPE = 'sale' 
    and price_usd > 0 
    and block_timestamp::date >= '2022-07-01'
    and platform_name = 'opensea'
    and tx_hash != '0x3b21c4489b5905e2073ce8bd62d7493c3664e801910c1eed7817132e00e07aef'
    and tx_hash != '0xc5531fa64ce1e5c609489e734325835471215ad5f8e0972c94b64d12242d97e4' 
    and projects is not null
    
    select date(block_timestamp) as date, 
    (sum(SWAP_TO_AMOUNT)/sum(SWAP_FROM_AMOUNT)) as sol_price
    from solana.core.fact_swaps
    where SWAP_FROM_MINT = 'So11111111111111111111111111111111111111112'
    and SWAP_TO_MINT = 'EPjFWdd5AufqSSqeM2qN1xzybapC8G4wEGGkZwyTDt1v'
    and block_timestamp::date >= '2022-07-01'
    

    Conclusion

    • On Quix, The optimistic explorer - get started nft with 18.1K sales was in the first place.

    • On OpenSea, the opensea with 136.4K sales was in the first place.

    • On Magic-Eden ,The optimistic explorer - get started nft with 18.1K sales was in the first place and consisted of 80.1%.

    • OpenSea with 326.8K sales in total has the most sales.

    • OpenSea with 110.8K USD Volume in total has the most USD.

    • The turnover rate (number of transactions) for collections on Quix noticeably higher than on OpenSea and Magic Eden

    Total Sales Per Collection

    According to the chart:

    • The total sales on Magic-Eden was 254.7K.

    • The total sales on OpenSea was 326.8K.

    • The total sales on Quix was 30.2K.

    Loading...
    Loading...

    USD Volume Per Collection

    According to the chart:

    • The total USD Volume on Magic-Eden was 18.8K.

    • The total USD Volume on OpenSea was 110.8K.

    • The total USD Volume on Quix was 482K.

    Total Sales Per Project

    According to the chart:

    • On Magic-Eden, 111 anons with 110.6K sales in total has the most sales number.
    • On OpenSea, opensea with 136.4K sales in total has the most sales number.
    • On Quix, optimistic explorer - get started nftwith 18.83K sales in total has the most sales number.
    Loading...

    Total USD Volume Per Project

    According to the chart:

    • On Magic-Eden, abc with 12.6M USD in total has the most USD Volume.
    • On OpenSea, opensea with 46.15M USD in total has the most USD Volume.
    • On Quix, optimistic explorer - get started nftwith 240.7K USD in total has the most USD Volume..
    Loading...