OP VS ARB

    Comparison of OP and ARB tokens on Dex platforms.

    INTRO

    On March 23, Arbitrum chain developers distributed the chain's native token called Arb to eligible users for the first time. This token is a serious competitor to the most famous layer 2 chain token, Op Token. For this reason, I decided to make a comparison between these two tokens in this thread from March 23 until now. By examining the interaction of these two tokens with different platforms, I came to the conclusion that the most interaction of these two tokens is with Dex platforms and this can be the best comparison parameter. It is important to mention that all volumes presented in this topic are in dollars.

    METHOD

    The key table used in this topic is ez_token_transfers. By joining this table with the crosschain_dim_labels table and setting label_type as dex and placing the address of op and arb contracts, we called the data related to the swap and to call the data related to buying and selling by placing the two conditions origin_from_address=to_address and origin_from_address =from_address, we could call buyers and sellers.

    db_img