blockchain | varchar | Chain name |
block_month | date | Block month (partition key) |
block_date | date | Block date |
block_time | timestamp | Block timestamp |
tx_hash | varbinary | Transaction hash of the classified transfer |
activity_evt_index | bigint | Event index of the protocol anchor event for Tier A matches; NULL for Tier B |
transfer_evt_index | bigint | Event index of the underlying token transfer |
transfer_unique_key | varchar | Unique transfer identifier; merge key and join key back to upstream |
token_address | varbinary | Token contract address |
token_symbol | varchar | Token symbol, e.g. USDC, USDT |
amount_raw | uint256 | Raw token amount |
amount | double | Normalized token amount |
amount_usd | double | USD value at block time |
sender | varbinary | Raw transfer sender |
receiver | varbinary | Raw transfer receiver |
payment_uuid | varchar | Identifier grouping the legs of a single payment; populated only where a multi-leg payment can be reconstructed, NULL otherwise |
sender_wallet_type | varchar | consumer, business, institutional, or unclassified |
sender_wallet_balance_tier | varchar | dust (under 100),‘micro‘(100–1K),‘small‘(1K–10K),‘medium‘(10K–100K),‘large‘(100K–1M),‘whale‘(over1M) |
receiver_wallet_type | varchar | Same vocabulary as sender_wallet_type |
receiver_wallet_balance_tier | varchar | Same vocabulary as sender_wallet_balance_tier |
party_pair | varchar | b2b, c2b, or b2c |
purpose | varchar | commerce or payroll |
heuristic_type | varchar | labels_based (Tier A) or activity_based (Tier B) |
heuristic_id | varchar | Specific rule that matched, e.g. crypto_card, stripe, shopify_cpp, coinbase_commerce, request_network, agentic_payments, b2b_processor_deposits, c2b_commerce_h3_aggregation, b2c_payroll_h1_batch, b2b_commerce_h_recurring |
confidence | varchar | high (Tier A) or medium (Tier B) |
protocol | varchar | Protocol or provider for Tier A matches (e.g. x402, stripe, shopify_base_cpp, coinbase_commerce, request_network, or the card brand for crypto cards); NULL for Tier B |
dataset_version | varchar | Methodology version; bumped when classification logic changes |
_updated_at | timestamp | Pipeline load time (when the row was last written) |