mirror of
https://github.com/FlipsideCrypto/solana-models.git
synced 2026-02-06 09:41:44 +00:00
* description rules and fact_txs update * blocks update * idls and labels * wip * wip * update desc * update * update doc rules * update table desc per new rules * updates
1.4 KiB
1.4 KiB
{% docs ez_signers %}
Description
This table contains one row per unique Solana signer (address that signs transactions), with activity metrics, first/last transaction dates, programs used, and fee totals. Each row represents a unique signer and their activity profile, supporting analytics on user and protocol adoption, signer activity, and fee contributions across the Solana blockchain.
Key Use Cases
- Analyze signer activity and protocol adoption
- Track user and protocol engagement over time
- Study fee contributions and transaction patterns
- Segment signers by activity, protocol, and time
- Support analytics on user growth, retention, and protocol usage
Important Relationships
- Closely related to
core.fact_transactions(for transaction context),core.fact_events(for event context), andcore.fact_transfers(for transfer events) - Use
core.fact_transactionsto analyze transaction-level activity - Use
core.fact_eventsfor event-level context and protocol interactions - Use
core.fact_transfersfor asset movement and transfer analytics - Joins with
core.fact_blocksfor block context
Commonly-used Fields
signer: For user and protocol identificationfirst_tx_date,last_tx_date: For activity period analysisnum_days_active,num_txs: For engagement and usage analyticstotal_fees: For fee contribution analysisprograms_used: For protocol usage segmentation
{% enddocs %}