This schema contains daily metrics around transfer volume, transactions and supply for addresses, apps, and categories across different stablecoins with different filters applied.

Artemis Dashboard

Table Schema

Column NameDescription
DATEThe date of identified activity
FROM_ADDRESSThe from address of the transfer event associated with the activity identified in the row
CONTRACT_NAME, CONTRACT, APPLICATION, ICON, APP, CATEGORYA series of metadata columns tagged to the FROM_ADDRESS
IS_WALLETIdentifier (0,1) if the FROM_ADDRESS is an EOA
CONTRACT_ADDRESSContract address of the stablecoin token
SYMBOLSymbol of the stablecoin token
STABLECOIN_TRANSFER_VOLUMEThe stablecoin transfer volume for the identified DATE, ADDRESS, and CONTRACT_ADDRESS. Three columns exist to identify different filters applies with the following prefixes: P2P, ARTEMIS, None
STABLECOIN_DAILY_TXNSThe daily sum of stablecoins transfers for the identified DATE, ADDRESS, and CONTRACT_ADDRESS. Three columns exist to identify different filters applies with the following prefixes: P2P, ARTEMIS, None
STABLECOIN_SUPPLYThe stablecoin balance rounded to $0.01 of the FROM_ADDRESS for a stablecoin (CONTRACT_ADDRESS) on a particular DATE
CHAINThe chain associated the activity identified in the row
UNIQUE_IDA unique id identifing the row. This is a concatenation of DATE-FROM_ADDRESS-CONTRACT_ADDRESS-CHAIN

Filters

FilterDescription
NoneUnfiltered Stablecoin Activity
ARTEMISAdjusted stablecoin activity is defined as deduped stablecoin activity less intra exchange transfers and MEV. De-dupping is the process of selecting the largest transfer for a transaction. Intra exchange activity is defined as transfers between tagged addresses for the same exchange (e.g. coinbase moving money from a deposit wallet to a cold wallet). The goal is to estimate β€œreal” stablecoin activity.
P2PStablecoin activity between wallets/Externally Owned Accounts (EOAs)

Sample Query

-- ethereum stablecoin DAU and token holders by stablecoin
select
    date
    , symbol
    , count(from_address) as dau
    , count(distinct case when stablecoin_supply > 0 then from_address end) as token_holders
from art_share.ethereum.ez_stablecoin_metrics_by_address
group by date, symbol
order by date

-- stablecoin supply by application across all chains on 2024-10-01
select
    app
    , sum(stablecoin_supply) as supply
from art_share.common.ez_stablecoin_metrics_by_address
where date = '2024-10-01' and app is not null
group by date, app
having supply > 0
order by date

-- Adjusted and P2P stablecoin volume and activity
select
    date
    , symbol
    , sum(artemis_stablecoin_transfer_volume) as adjusted_transfer_volume
    , sum(artemis_stablecoin_daily_transactions) as adjusted_txns
    , sum(p2p_stablecoin_transfer_volume) as p2p_transfer_volume
    , sum(p2p_stablecoin_daily_transactions) as p2p_txns
from art_share.common.ez_stablecoin_metrics_by_address
group by date, symbol
order by date

Table NamesDescriptions
EZ_STABLECOIN_METRICS_BY_ADDRESSSchema identified above. This table provides daily information of an address and stablecoin combination.
EZ_STABLECOIN_METRICSAggregate table down stream of EZ_STABLECOIN_METRICS_BY_ADDRESS. This table is only avaiable in the COMMON schema. For aggregate stablecoin metrics by chain use the EZ_METRICS table.

Stablecoins Tracked

We unify symbols of stablecoins that have been bridge.

Arbitrum

SymbolSymbol in DatabaseContract Address
DAIDAI0xDA10009cBd5D07dd0CeCc66161FC93D7c9000da1
USDCUSDC0xaf88d065e77c8cc2239327c5edb3a432268e5831
USDC.eUSDC0xFF970A61A04b1cA14834A43f5dE4533eBDDB5CC8
USDTUSDT0xFd086bC7CD5C481DCC9C85ebE478A1C0b69FCbb9

Avalanche

SymbolSymbol in DatabaseContract Address
AUSDAUSD0x00000000eFE302BEAA2b3e6e1b18d08D69a9012a
DAIDAI0xd586E7F844cEa2F87f50152665BCbc2C279D8d70
EURCEURC0xc891eb4cbdeff6e073e859e987815ed1505c2acd
USDCUSDC0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913
USDTUSDT0x9702230A8Ea53601f5cD2dc00fDBc13d4dF4A8c7
USDC.eUSDC0x7f5c764cbc14f9669b88837ca1490cca17c31607

Base

SymbolSymbol in DatabaseContract Address
DAIDAI0x50c5725949A6F0c72E6C4a641F24049A917DB0Cb
EURCEURC0x60a3E35Cc302bFA44Cb288Bc5a4F316Fdb1adb42
USDCUSDC0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913
USDC.eUSDC0xd9aAEc86B65D86f6A7B5B1b0c42FFA531710b6CA

Binance Smart Chain (BSC)

SymbolSymbol in DatabaseContract Address
BUSDBUSD0xe9e7CEA3DedcA5984780Bafc599bD69ADd087D56
DAIDAI0x1AF3F329e8BE154074D8769D1FFa4eE058B1DBc3
USDCUSDC0x8AC76a51cc950d9822D68b83fE1Ad97B32Cd580d
USDTUSDT0x55d398326f99059fF775485246999027B3197955

Celo

SymbolSymbol in DatabaseContract Address
cEURcEUR0xd8763cba276a3738e6de85b4b3bf5fded6d6ca73
cKEScKES0x456a3d042c0dbd3db53d5489e98dfb038553b0d0
cUSDcUSD0x765DE816845861e75A25fCA122bb6898B8B1282a
cUSDcUSD0xe8537a3d056da446677b9e9d6c5db704eaab4787
USDCUSDC0xcebA9300f2b948710d2653dD7B07f33A8B32118C
USDTUSDT0x1985365e9f78359a9b6ad760e360c4cc9c4a768a
USDGLOUSDGLO0x4F604735c1cF31399C6E711D5962b2B3E0225AD3

Ethereum

SymbolSymbol in DatabaseContract Address
AUSDAUSD0x00000000eFE302BEAA2b3e6e1b18d08D69a9012a
BUSDBUSD0x4Fabb145d64652a948d72533023f6E7A623C7C53
DAIDAI0x6B175474E89094C44Da98b954EedeAC495271d0F
EURCEURC0x1aBaEA1f7C830bD89Acc67eC4af516284b1bC33c
PYUSDPYUSD0x6c3ea9036406852006290770BEdFcAbA0e23A0e8
USDCUSDC0xA0b86991c6218b36c1d19D4a2e9Eb0cE3606eB48
USDeUSDe0x4c9edd5852cd905f086c759e8383e09bff1e68b3
USDPUSDP0x8e870d67f660d95d5be530380d0ec0bd388289e1
USDTUSDT0xdAC17F958D2ee523a2206206994597C13D831ec7

Optimism

SymbolSymbol in DatabaseContract Address
DAIDAI0xda10009cbd5d07dd0cecc66161fc93d7c9000da1
USDCUSDC0x0b2c639c533813f4aa9d7837caf62653d097ff85
USDC.eUSDC0x7f5c764cbc14f9669b88837ca1490cca17c31607
USDTUSDT0x94b008aA00579c1307B0EF2c499aD98a8ce58e58

Polygon

SymbolSymbol in DatabaseContract Address
DAIDAI0x8f3Cf7ad23Cd3CaDbD9735AFf958023239c6A063
USDCUSDC0x3c499c542cEF5E3811e1192ce70d8cC03d5c3359
USDC.eUSDC0x2791Bca1f2de4661ED88A30C99A7a9449Aa84174
USDTUSDT0xc2132D05D31c914a87C6611C10748AEb04B58e8F

Solana

SymbolSymbol in DatabaseContract Address/SPL Token
EURCEURCHzwqbKZw8HxMN6bF2yFZNrht3c2iXXzpKcFu7uBEDKtr
PYUSDPYUSD2b1kV6DkPAnxd5ixfnxCpjxmKwqjjaYmCZfHsFu24GXo
USDCUSDCEPjFWdd5AufqSSqeM2qN1xzybapC8G4wEGGkZwyTDt1v
USDTUSDTEs9vMFrzaCERmJfrF4H2FYD4KCoNkY11McCe8BenwNYB

TON

SymbolSymbol in DatabaseContract Address
USDTUSDTEQCxE6mUtQJKFnGfaROTKOt1lZbDiiX1kCixRv7Nw2Id_sDs

Tron

SymbolSymbol in DatabaseContract Address
USDCUSDCTEkxiTehnzSmSe2XqrBj4w32RUN966rdz8
USDTUSDTTR7NHqjeKQxGTCi8q8ZY4pL8otSzgjLj6t