diff --git a/src/docs/metrics/whale-transaction-count/index.md b/src/docs/metrics/whale-transaction-count/index.md index e0ecd652b..06a06acd6 100644 --- a/src/docs/metrics/whale-transaction-count/index.md +++ b/src/docs/metrics/whale-transaction-count/index.md @@ -7,7 +7,7 @@ description: Amount of coin/tokens moved on-chain by whales. ## Description -This metric shows the number of transactions whose value in USD is above a given threhsold. +This metric shows the number of transactions whose value in USD is above a given threshold. There are two metrics available: - `whale_transaction_count_100k_usd_to_inf` - The count of all transactions whose USD value is above $100,000 - `whale_transaction_count_1m_usd_to_inf` - The count of all transactions whose USD value is above $1,000,000 diff --git a/src/docs/metrics/whale-transaction-volume/index.md b/src/docs/metrics/whale-transaction-volume/index.md index 865d632b0..4a3fd46d3 100644 --- a/src/docs/metrics/whale-transaction-volume/index.md +++ b/src/docs/metrics/whale-transaction-volume/index.md @@ -7,7 +7,7 @@ description: USD Volume of coin/tokens moved on-chain by whales. ## Description -This metric shows the total volume of transactions whose value in USD is above a given threhsold. +This metric shows the total volume of transactions whose value in USD is above a given threshold. There are two metrics available: - `whale_transaction_volume_100k_usd_to_inf` - The volume of all transactions whose USD value is above $100,000 - `whale_transaction_volume_1m_usd_to_inf` - The volume of all transactions whose USD value is above $1,000,000