NFTX User Activity
This dashboard provides analytics on users' minting and redeeming activities in the last 60 days
NFTX is a platform for creating liquid markets for illiquid Non-Fungible Tokens (NFTs). Users deposit their NFT into an NFTX vault and mint a fungible ERC20 token (vToken) that represents a claim on a random asset from within the vault. vTokens can also be used to redeem a specific NFT from a vault.
This dashboard provides:
- User activity providing (i.e. minting) and removing (i.e. redeeming) liquidity from NFTX vaults;
- The top 3 vaults with the most activities.
- Identify NFTX vault addresses (i.e.
platform_address
) in theethereum.core.ez_nft_sales
schema by filtering forplatform_name = 'nftx'
. - Identify transactions providing liquidity (i.e. minting) to the NFTX vaults in the
ethereum.core.fact_event_logs
schema by filtering forevent_name = 'Minted'
andcontract_address = NFTX vault addresses
- Identify transactions removing liquidity (i.e. redeeming) from the NFTX vaults in the
ethereum.core.fact_event_logs
schema by filtering forevent_name = 'Redeemed'
andcontract_address = NFTX vault addresses
Loading...
Loading...
Findings/conclusions:
- The top 3 NFTX vaults in terms of transactions are:
- Milady Maker and Goblintown have similar proportion of transactions providing liquidity (40% ish) vs. removing liquidity (60% ish).
Loading...
Loading...
Findings/conclusions:
- Transaction activities in the last 60 days peaked in late May 2022 and have since been on a downward trend, reflecting the broad malaise in the crypto market;
- In the last 60 days, there are more transactions providing liquidity (c. 53% of transactions) to the vaults than removing liquidity (c. 47% of transactions).