Optimism - Secondary NFT Market Mega Dashboard


Quix 🔴✨ - NFT Marketplace on Optimism → Source
Quix is the largest NFT marketplace on Optimism, a layer 2 scaling solution for Ethereum. With an average transaction fee of just 0.0001 ETH ($0.15), Quixotic has already saved users an estimated $4 million in gas fees to date. Ultra-secure and lightning-fast, Quix inherits all of the safety of mainnet Ethereum while executing transactions for a fraction of the cost.
🔴 Optimism Secondary NFT Market
Optimism is a fast, stable, and scalable L2 blockchain built by Ethereum developers, for Ethereum developers. Built as a minimal extension to existing Ethereum software, Optimism's EVM-equivalent architecture scales your Ethereum apps without surprises. Optimism has several NFT marketplaces, you can see their list in this Link. In this dashboard, we will review the first NFT marketplace, Quix, on Optimism

- Sales Volume (USD):
-
Total Sales Volume (In USD)
-
Average Daily/Weekly/Monthly Sales Volume
-
Daily/Weekly/Monthly Sales Volume
-
- Number of Sales:
-
Total Number of Sales
-
Average Daily/Weekly/Monthly Number of Sales
-
Daily/Weekly/Monthly Number of Sales
-
- Daily Average Sales Price and 7-Day Moving Average
🧠 Methodology
To deal with this bounty, we use the optimism.core schema and the ez_nft_sales table. Based on the query below, we obtain the list of all NFT sales related to Quix and then perform all our calculations on this query:
with quixotic_base_sales as (
select
block_timestamp,
tx_hash,
seller_address,
buyer_address,
nft_address,
currency_symbol,
price_usd
from optimism.core.ez_nft_sales
where event_type = 'sale'
and block_timestamp::date <= current_date - 1
and price_usd is not null
)
✍️ Description of Work
In this dashboard, we will review NFT sales on Quix. For this, we examine the following:
-
Number of Buyers:
- Total Number of Unique Buyers
- Daily/Weekly/Monthly Number of Unique Buyers
-
Number of Sellers:
- Total Number of Unique Buyers
- Daily/Weekly/Monthly Number of Unique Buyers
-
Top 10 Buyers
-
Top 10 Sellers
-
Top 10 NFT Collections
✅ Observations
-
The total Sales Volume of NFTs on Quix since inception is 5.11M USD
-
The Average Sales Volume/Day on Quix is 17.5K USD
-
The Average Sales Volume/Week on Quix is 118.7K USD
-
The Average Sales Volume/Month on Quix is 464K USD
-
As you can see according to the Daily/Weekly/Monthly Sales Volume charts of Quix, the highest sales volume is related to September 2022 and September 21, 2022 (The third week of September).
\
On September 1, Quix announced the news on twitter: OP OG NFTs are intended to celebrate Quixotic users and commemorate events in the Optimism NFT ecosystem. Over the next month, we’ll be releasing a new OP OG NFT collection every week which certain users will qualify to claim. → Tweet Link
✅ Observations
- The total Number of Sales of NFTs on Quix since inception is 144.9K NFTs
- The Average Number of Sales/Day on Quix is 498 NFTs
- The Average Number of Sales/Week on Quix is 3370 NFTs
- The Average Number of Sales/Month on Quix is 13.17K NFTs
- As you can see according to the Daily/Weekly/Monthly Number of Sales charts of Quix, the highest number of sales is related to September 2022 and September 21, 2022 (The third week of September)
✅ Observations
- The total Number of Unique Buyer on Quix since inception is 47.8K Buyer
- The Average Buyers/Day on Quix is 164.2 Buyer
- As you can see according to the Daily/Weekly/Monthly Number of Unique Buyer charts of Quix, the highest Number of Unique Buyer is related to September 2022 and September 21, 2022 (The third week of September)
✅ Observations
- The total Number of Unique Sellers on Quix since inception is 35.8K Seller
- The Average Sellers/Day on Quix is 123.1 Seller
- As you can see according to the Daily/Weekly/Monthly Number of Unique Buyer charts of Quix, the highest Number of Unique Buyer is related to September 2022 and September 21, 2022 (The third week of September)
✅ Observations
- The Top Buyers in terms of Purchase Volume in Quix are 0xbe64259353b101e89497e01e00d98979fe2fba8a, 0xce3f17ff0f62bc9b2e27c64ed9b6838828ac73ba and 0xf2f3a7860e6baf5706a84ab5a87e465bbdfd250
- The Top Sellers in terms of Sales Volume in Quix are 0xdbc05f63ff29710b10060b3cf93e4d535aefd289, 0x13ddeae97a8c157a68a7272cd665897f884739fc and 0x1a1caa3f2c66b53aa049af40b83cf1129cce0626
✅ Observations
- The Top NFT Collections in terms of Sales Volume in Quix are OptiPunk, Early Optimists and Apetimism
- The Top NFT Collections in terms of Number of Sales in Quix are Introducing the Optimism Collective, Optimistic Explorer and Early Optimists
✔️ Conclusion
After reviewing the sales of NFTs in Optimism for Quix, we came up with the following results:
> * The total Sales Volume of NFTs on Quix since inception is 5.11M USD > * The Average Sales Volume/Day on Quix is 17.5K USD > * The Average Sales Volume/Week on Quix is 118.7K USD > * The Average Sales Volume/Month on Quix is 464K USD > * The total Number of Sales of NFTs on Quix since inception is 144.9K NFTs > * The Average Number of Sales/Day on Quix is 498 NFTs > * The Average Number of Sales/Week on Quix is 3370 NFTs > * The Average Number of Sales/Month on Quix is 13.17K NFTs > * The total Number of Unique Buyer on Quix since inception is 47.8K Buyer > * The Average Buyers/Day on Quix is 164.2 Buyer > * The total Number of Unique Sellers on Quix since inception is 35.8K Seller > * The Average Sellers/Day on Quix is 123.1 Seller > * The Top Buyers in terms of Purchase Volume in Quix are 0xbe64259353b101e89497e01e00d98979fe2fba8a, 0xce3f17ff0f62bc9b2e27c64ed9b6838828ac73ba and 0xf2f3a7860e6baf5706a84ab5a87e465bbdfd250 and the Top Sellers in terms of Sales Volume in Quix are 0xdbc05f63ff29710b10060b3cf93e4d535aefd289, 0x13ddeae97a8c157a68a7272cd665897f884739fc and 0x1a1caa3f2c66b53aa049af40b83cf1129cce0626 > * The Top NFT Collections in terms of Sales Volume in Quix are OptiPunk, Early Optimists and Apetimism and the Top NFT Collections in terms of Number of Sales in Quix are Introducing the Optimism Collective, Optimistic Explorer and Early Optimists > * The highest Sales Volume, Number of Sales, Number of Unique Buyer and Seller is related to September 2022 and September 21, 2022 (The third week of September) → the reason for that is the news about releasing a new OP OG NFT collection by Quix > * Tweet Link > * On 101 days the average price is above the 7-Day MA, that is, on 34% of the days