Icon

mini

For PayPal, does USDC activity point to a mainstream consumer payment opportunity, or is the near-term opportunity mainly in digital-asset trading and settlement infrastructure?

For PayPal, USDC does not yet look like a mass consumer payment story. The strongest signal comes from decentralized trading platforms, which lead in both volume and transfer count, while institutions and exchange users show much higher average transfer values. This suggests that PayPal’s near-term opportunity is to use stablecoins for settlement, liquidity movement, and high-value transfers before pushing them as everyday retail payments.

CSV Reader
CSV Reader
change column name from'sum()' to "Total_"
Column Renamer
Integrate the three quarterly CSV files into a single dataset containing all attributes.
Concatenate
CSV Reader
INNER JOIN between main table A and grouped table B
Joiner
$volume_usd$ / $Total_volume$ calculate volume_share
Math Formula
Remove dust noise to focus on meaningful economic activity(Filter volume_used > $1)
Row Filter
Ranking the largest ecosystem categories to identify which participants drive USDC activity
Sorter
Choose the top 5
Top k Row Filter
Op 2:Merging quarterly datasets and checking duplicate rows to ensure the final dataset is clean and reliable for cross-quarter analysis.
Duplicate Row Filter
$transfer_count$ / $Total_count$calculate count_share
Math Formula
Op 1:Visualizing quarterly USDC activity to identify the overall market signal and category-level growth patterns.
Stacked Area Chart
Op 4:Compare volume share vs activity share---This shows whether growth comes from a few large transfers or frequent ecosystem usage.
Bar Chart
Sum the 'Volume' and 'Transfer Count' columns to obtain 'Total' column, resulting in Table B.
GroupBy
Calculate avg_volume_per_transfer using $volume_usd$ / $transfer_count$.
Math Formula
Op 5:Identify the ecosystem roles driving stablecoin growth---PayPal can use this to prioritize partnerships, product features, and go-to-market focus.
Bar Chart
Op 3:Measure transaction intensity by ecosystem role---Average transfer size helps PayPal identify whether stablecoin demand is closer to consumer payments or high-value settlement.
Bar Chart
Group column entity_category and later we can get Q1-Q3 overall top ecosystem drivers
GroupBy

Nodes

Extensions

Links