Let’s look into wallet activity with regards to Algorand NFTs.

    Q95. How many active wallets are buying/selling/transferring NFTs monthly? What percent of Algo wallets hold an NFT? What’s the number of total wallets that have minted NFTs and put them up for sale, month over month and cumulatively? What projects are the most popular, generating the most transaction volume this month?

    Algorand’s foundational technology is intentionally designed to support and include all asset types for the future of finance - including Non-Fungible Tokens (NFTs). They believe in the long-term value that NFT’s will bring in a new era of digital assets, and are committed to ensuring their success in the creation, management and participation in this digital economy. Algorand is one of the top 10 platforms currently offering NFTs. Algorand is a project designed to support all types of assets, then, NFTs are not an exception.

    db_img

    Methodology

    The following query was used to find the addresses of the NFTs

         select count(distinct ASSET_NAME) as all_nft from algorand.asset where TOTAL_SUPPLY=1 and CLOSED_AT is null
    

    All NFTs

    Loading...

    How many active wallets are buying/selling/transferring NFTs monthly?

    Loading...

    What percent of Algo wallets hold an NFT?

    Loading...

    What’s the number of total wallets that have minted NFTs and put them up for sale, month over month and cumulatively?

    Loading...
    Loading...

    Methodology

    The following code is used to classify NFTs in the project format

       when ASSET_NAME like '%Octorand%' then 'Gen1'
       when ASSET_NAME like '%Gen2%' then 'Gen2'
       when ASSET_NAME like '%Raccoon%' then 'Raccoon'
       when ASSET_NAME like '%Alien Tourism%' then 'Alien Tourism'
    

    Top 20 Algorand NFT Projects in All-Time Sales Volume on NFT Explorer

    Loading...