Payments (Xfers) Below $X Cnt
The sum count of payments (transfers) below a specific USD amount. This family of metric supports $100, $500, $1,000, and $10,000 USD value thresholds.
Name | MetricID | Category | Subcategory | Type | Unit | Interval |
Payments Below $100 Cnt | TxTfrValBelUSD100Cnt | Transactions | Transactions | Sum | Txs | 1d |
Payments Below $500 Cnt | TxTfrValBelUSD500Cnt | Transactions | Transactions | Sum | Txs | 1d |
Payments Below $1000 Cnt | TxTfrValBelUSD1kCnt | Transactions | Transactions | Sum | Txs | 1d |
Payments Below $10,000 Cnt | TxTfrValBelUSD10kCnt | Transactions | Transactions | Sum | Txs | 1d |
- This metrics shows the incidence (count) of payments below each of the supported thresholds.
- Payments are defined as transfers (xfers) and represent the individual asset transfers within a transaction.
- A transaction may be a collection of transfers which, specially in UTXO-based blockchains, may represent several P2P payments.
- A cryptoasset exchange, for example, may engage in transaction batching whereby user withdraws are aggregated in a single transaction comprised of multiple outputs.
- Each of the outputs represents a transfer. And while each transfer (output) may be going to different users, they are all processed within the same transaction.
- For this reason, this metric is calculated at the transfer-level so all individual payments are accounted for.
- In this version of this metric, change outputs are not adjusted. This means not only peer-to-peer tranfers are accounted for, but also when a user sends fund to their own wallets.
- For example, if after paying each of the users withdrawing, the exchange still has a remaining balance, the change output is still accounted for in this metric if it falls below the metric's threshold.
- In other words, if the recipients listed in a transaction's output require payments that, when added together, have a value that is lower than the input, a change output that goes back to the sender must be created. In such circumstances, this metric would also account for the change output if it fell under the measuring threshold.
- This thresholds in this metric can be used to better understand the type of users interacting with a cryptoasset network.
- For example, if a network is predominantly being used for retail transactions, one would expect payments under $100 to occur more frequently than payments above $10,000.
- Similarly, it can show the predominance of different types of investors, such the balance between retail and institutional investors within a network.
- Released in the 5.0 release of NDP (August, 2021)
Last modified 4mo ago