How to check
The command below reads the token balance held by Uniswap v4's BNB Chain PoolManager. It uses latest; compare a current read with the pinned snapshot above rather than treating a later balance as the historical value.
- Read the PoolManager balance —
curl -sS https://bsc-dataseed.bnbchain.org -H 'content-type: application/json' -d '{"jsonrpc":"2.0","id":1,"method":"eth_call","params":[{"to":"0xac531eb26ca1d21b85126de8fb87e80e09002dcf","data":"0x70a0823100000000000000000000000028e2ea090877bf75740558f6bfb36a5ffee9e9df"},"latest"]}'
What this does not cover
- The same-address quote is third-party evidence. It is not a claim that the full balance could be liquidated at that price.
- This does not claim DefiLlama fabricated the data. Its adapter already maintains token blacklists for known pricing failures; this token was not on the BNB Chain list when measured.
- Hook-contract balances were not enumerated. The comparison covers PoolManager, which accounted for nearly all of the reported BNB Chain value in this snapshot.
- This is a snapshot. Provider history, price mappings and blacklists can change after publication.
Sources
- DefiLlama Uniswap v4 protocol series
- GeckoTerminal data for the same BNB Chain token address
- Published Vietnamese Fact
Corrections are made in place and never deleted. This is a measurement note, not investment advice.