Skip to main content

What is the Payments Pipeline?

The Payments Pipeline is Allium’s comprehensive framework for identifying, classifying, and analyzing real-world payments across blockchain networks. It transforms raw stablecoin transfer data into actionable insights about payment behavior, distinguishing genuine economic activity from noise. The pipeline is delivered through the stablecoins.intelligence schema as a set of per-transfer tables enriched with registry metadata, wallet typing, an organic-activity taxonomy, and granular payment categories.
Migrating from crosschain.stablecoin? The pipeline moved to the stablecoins.intelligence schema. Table mapping:The standalone adjusted-volume table is replaced by the is_adjusted_volume flag on enriched_transfers.

Core Concept: Adjusted Volume

Adjusted Volume represents stablecoin transaction volume after filtering out non-organic activity. This provides a more accurate measure of real economic utility by removing:
  • CEX (Centralized Exchange) activity - Internal exchange operations and market making
  • DeFi Protocol activity - Smart contract interactions, liquidity provision, and automated trading
  • Infrastructure activity - Bridge contracts, multisigs, and other operational addresses
In the new schema, adjusted volume is exposed as the is_adjusted_volume boolean on enriched_transfers — filter WHERE is_adjusted_volume for economically meaningful activity.

Why Adjusted Volume Matters

Raw blockchain volume includes significant noise that inflates the actual payment activity:

Pipeline Architecture

How Organic Activity Classification Works

Once non-organic activity is filtered out (see Adjusted Volume), each remaining transfer is classified along two axes — who is transacting (wallet types) and why (transaction intent). This is the organic_activity_classification stage.

Wallet typing (who)

Every sender and receiver is assigned a wallet type from a daily behavioral profile: Typing combines an address’s balance tier, 30-day volume, average ticket size, activity cadence, and entity labels. A key guardrail: a wallet must hold a genuine working stablecoin balance to be typed Business — high-velocity wallets that move large volume while holding near-zero balance (e.g. routing / pass-through addresses) are treated as Consumer, not Business. This prevents over-counting business-to-business volume. Sender × receiver types produce the wallet_type_combination (C2C, C2B, B2C, B2B, plus institutional pairs I2C, I2B, I2I, C2I, B2I).

Transaction intent (why)

A prioritized rule stack assigns each transfer a transaction_type (first match wins): Because Investment/Trade rules run before payment rules, large speculative and treasury flows are removed before the payment mix is computed — so payment_categorization reflects genuine real-world payments rather than large-ticket value transfer. Only transfers typed Real-World Payment flow into payment_categorization for granular purpose labeling.

Tables

The pipeline produces three primary tables in the stablecoins.intelligence schema:
Access tiers. The full-history tables above are gated (available to entitled customers). Each is also published as a rolling last-30-days view that is broadly shared — start with these for evaluation and rolling analytics:
  • stablecoins.intelligence.enriched_transfers_last_30d
Same schema as the full table, filtered to block_timestamp >= dateadd('day', -30, current_timestamp()). Contact Allium for full-history access.

Use Cases

1. Payment Volume Analytics

Track real-world stablecoin payment adoption across chains (adjusted volume):

2. Payment Type Distribution

Understand how stablecoins are being used:

3. Payment Purpose Breakdown

Analyze granular payment categories:

4. Wallet-Type Segmentation

Profile payment activity by counterparty type:

Next Steps

Adjusted Volume Methodology

Learn how we calculate adjusted volume and filter non-organic activity

Table Reference

Detailed schema documentation for all pipeline tables