Skip to main content
These recipes run against the stablecoins.intelligence schema. Where a query is meant for quick evaluation, it uses the broadly-shared enriched_transfers_last_30d view; swap in the full enriched_transfers table (gated) for full-history analysis.

The Payments Funnel

Stablecoin volume narrows sharply from raw transfers to real-world payments. The pipeline exposes each stage so you can measure the drop-off:
StageTableFilter
Rawenriched_transfersnone
Adjustedenriched_transfersis_adjusted_volume
Organic intentorganic_activity_classificationtransaction_type
Payment mixpayment_categorization(real-world payments only)
Most stablecoin volume is trading / investment, not payments — real-world payments are a minority slice of organic volume. Use is_adjusted_volume and transaction_type = 'Real-World Payment' to isolate genuine payment activity.

1. Adjusted volume trend (last 30 days)

2. Organic split — payments vs trading vs savings

3. Real-world payment mix (B2B / B2C / C2B / C2C)

4. Payment mix by chain

5. Payment purpose breakdown (P2P, payroll, supplier, …)

6. Payroll volume over time

7. Store-of-value inflows

Wallets accumulating stablecoins rather than spending them:

8. Count vs volume — the large-ticket effect

Consumer flows dominate by transfer count; business flows dominate by dollar volume:

9. Join across the pipeline

Enriched transfer + intent + payment purpose in one row:

Next Steps

Table Reference

Full schema for every column

Adjusted Volume Methodology

How organic volume is calculated