@flowguard
How does FlowGuard track vesting on-chain?
Using NFT commitments on Bitcoin Cash.
Each stream stores a 40-byte state inside a CashTokens NFT:
• Status (active / paused / completed)
• Flags (cancelable, etc.)
• Total released
• Time cursor
• Recipient hash
The NFT is the state machine.
When a claim happens:
The commitment updates.
The chain enforces the math.
No database decides what’s vested.
The contract does.
read more detail on our blog page @ https://www.flowguard.cash/updates/how-flowguard-uses-cashtokens-nfts-to-track-vesting-state
#BitcoinCash #BCH #CashTokens