From 2e5f8e19bd73115b2469a9f4baf2d9df95906f84 Mon Sep 17 00:00:00 2001 From: Jack Forgash <58153492+forgxyz@users.noreply.github.com> Date: Mon, 3 Nov 2025 16:56:38 -0700 Subject: [PATCH] upd transfers and balances doc --- models/descriptions/tables/core__ez_native_daily_balances.md | 4 +++- models/descriptions/tables/core__ez_token_transfers.md | 5 +---- 2 files changed, 4 insertions(+), 5 deletions(-) diff --git a/models/descriptions/tables/core__ez_native_daily_balances.md b/models/descriptions/tables/core__ez_native_daily_balances.md index 40f4bba..0e0996c 100644 --- a/models/descriptions/tables/core__ez_native_daily_balances.md +++ b/models/descriptions/tables/core__ez_native_daily_balances.md @@ -1,7 +1,9 @@ {% docs core__ez_native_daily_balances %} ## Description -This table provides daily balance snapshots for all accounts on the NEAR Protocol blockchain, capturing liquid balances, staking positions, lockup accounts, and storage usage. The data includes both regular accounts and lockup accounts (used for vesting schedules and staking), providing comprehensive balance tracking across different account types and balance categories. This table enables historical balance analysis, staking behavior tracking, and economic analysis of the NEAR ecosystem. +This table records daily balances for NEAR Accounts, according to the parameters set by the Near team's balances indexer. More details around the source data can be found by reading about the NEAR Public Lakehouse on their documentation site: https://docs.near.org/tools/indexing. + +Please Note - Flipside does not index or curate the data in this table, we simply provide it as-is from the NEAR Public Lakehouse with a daily sync from the public access table located at `bigquery-public-data.crypto_near_mainnet_us.ft_balances_daily`. ## Key Use Cases - Historical balance analysis and account growth tracking diff --git a/models/descriptions/tables/core__ez_token_transfers.md b/models/descriptions/tables/core__ez_token_transfers.md index 28bc9f0..17c9577 100644 --- a/models/descriptions/tables/core__ez_token_transfers.md +++ b/models/descriptions/tables/core__ez_token_transfers.md @@ -1,8 +1,5 @@ {% docs core__ez_token_transfers %} -This table records daily balances for NEAR Accounts, according to the parameters set by the Near team's balances indexer. More details around the source data can be found by reading about the NEAR Public Lakehouse on their documentation site: https://docs.near.org/tools/indexing. - -Please Note - Flipside does not index or curate the data in this table, we simply provide it as-is from the NEAR Public Lakehouse with a daily sync from the public access table located at `bigquery-public-data.crypto_near_mainnet_us.ft_balances_daily`. - + ## Description This table provides an enhanced view of all token transfers on the NEAR Protocol blockchain, combining raw transfer data with token metadata, pricing information, and decimal adjustments. The table includes both raw and adjusted amounts, USD values, and comprehensive token context, making it the primary table for token flow analysis and economic calculations. This easy view eliminates the need for complex joins and calculations, providing ready-to-use data for analytics, reporting, and business intelligence workflows.