If you store a balance, store the chain and block height with it.
Any tool that records balances or UTXOs - a wallet, a dashboard, a bot, an API cache - is taking a snapshot of something that's always moving. And a snapshot without its chain position isn't really comparable to anything.
On a UTXO chain, the useful anchor isn't just the clock. It's the chain, block height, and ideally the block hash at that height.
Why it matters:
→ Two balance reads taken at different heights aren't directly comparable - the chain moved between them. The difference might be real activity, or just one snapshot being newer.
→ "This address had X" is incomplete. "This address had X on Bellscoin as of block N" is a fact you can verify and reproduce.
→ When your data disagrees with someone else's, the first question is "which chain, and at what height?" Often you're both right, just reading different points.
→ If you include pending transactions, label them separately. Unconfirmed state is not the same as a confirmed block snapshot.
So store the chain and height next to the value. It's one extra field, and it turns a drifting number into a value with context.
A balance is a snapshot. Chain + height tells you where in history the photo was taken.
A collection page isn't just a gallery. It's an onboarding surface.
For most outsiders, it's the first - and maybe only - thing they see before deciding whether to look closer. If they can't understand the collection from the page itself, the community has to do the onboarding manually - one reply, one DM, one explanation at a time.
What an outsider should be able to figure out in ten seconds, without asking anyone:
→ what this collection actually is - the idea, not just the picture
→ which chain it lives on (Bellscoin, Dogecoin, or Pepecoin L1 - they're not interchangeable)
→ what is currently listed, and at what visible asks
→ what makes one piece differ from another - traits, rarity, history, or whatever collectors care about
→ where to verify the piece - inscription ID, collection link, and chain history
When the page answers those, new people can start orienting themselves. When it doesn't, newcomers have to find someone already inside to explain the basics.
Art gets the attention. The page helps turn attention into understanding. And understanding is what turns a visitor into a holder. Treat the collection page like the front door. For people outside the community, that's often where the collection starts.