Access Protocol Dashboard

    Access Protocol (ACS) is a digital platform that provides a unique approach for digital media publications and content creators to monetize their work. Instead of traditional subscription payments, users stake ACS tokens to gain access to premium digital content.

    Introduction
    Solana Blockchain
    Access Protocol
    Methodology
    db_img

    Solana is a blockchain platform designed to host decentralized, scalable applications. Founded in 2017, it is an open-source project currently run by Solana Foundation based in Geneva, while the blockchain was built by San Francisco-based Solana Labs

    Solana is much faster in terms of the number of transactions it can process and has significantly lower transaction fees than rival blockchains like Ethereum. The cryptocurrency that runs on the Solana blockchain—also named Solana (SOLUSD) and using the ticker symbol SOL—soared almost 12,000% in 2021 and at one point had a market capitalization of over $66 billion, making it the fifth-largest cryptocurrency by this measure at the time.

    Despite its popularity, SOL did not escape the cryptocurrency bloodbath of 2022. By Oct. 3, 2022, SOL had dropped to about $11.71 billion in market capitalization. It also fell to ninth place in market capitalization.3 Learn more about Solana and what makes it unique among thousands of imitators.

    Data : investopedia

    db_img

    What is Access Protocol?

    Access Protocol (ACS) is a digital platform that provides a unique approach for digital media publications and content creators to monetize their work. Instead of traditional subscription payments, users stake ACS tokens to gain access to premium digital content. This model aims to address the challenges faced by creators in the digital monetization landscape, where ad revenues often fall short and subscription models can alienate potential users. Access Protocol strives to create a more sustainable and user-friendly ecosystem for digital content consumption and monetization.

    How does Access Protocol work?

    Access Protocol operates by allowing users to lock ACS tokens into a creator's pool, granting them access to that creator's premium content. This model eliminates the need for recurring credit card charges and intends to provide a more consistent and user-friendly experience. The creators receive ACS tokens proportional to the amount locked in their pool relative to the total locked tokens across the ecosystem. This system encourages creators to produce valuable content and broadens content distribution through a low-friction user experience. Creators can also distribute ACS tokens or other benefits to the ACS token holders who have locked tokens to them, such as exclusive event access, bonus features, or NFT drops.

    Data : coinbase

    db_img

    User , Subscription , and Creator

    • Using livequery from my base query with around 75 query files, I created these charts in those tabs. by identifying the program instructions as stack, unstake, and claim the reward of those creators. 

    Token

    • Using livequery from Coingecko for tracking $ACS's price, market cap, and total volume.

    Holder

    • Using the solana.core.fact_transfers table, identify the mint as 5MAYDfq5yxtudAhtfyuMBuHZjgAbaS9tbEyEQYAhDS5y, which is the address of the $ACS token. In order to look at their balance, they send and receive this token.

    Exchange

    • Using the solana.defi.fact_swaps table and specifying swap_to_mint as 5MAYDfq5yxtudAhtfyuMBuHZjgAbaS9tbEyEQYAhDS5y for looking at the movement from they swapping token into $ACS.

    Liquidity

    • Using the solana.defi.fact_liquidity_pool_actions table and specifying mint as 5MAYDfq5yxtudAhtfyuMBuHZjgAbaS9tbEyEQYAhDS5y for looking at the movement from their actions that have interaction with $ACS's liquidity.