DeFi Integration for wfragAsset
FRAG
token airdrop.
To support this, Fragmetric takes periodic snapshots of wfragAsset
balances held within integrated DeFi protocols. Each DeFi partner is responsible for implementing a snapshot module that emits per-user balance data in a standardized format.
SourceStreamFactory
that produces { owner, baseTokenBalance }
entries for all users in your protocol’s pool.
produceSnapshot(...)
for each user.close(...)
at the end or on error.sources.ts
.wfragAsset
TVL. This guarantees snapshot integrity and fair accounting.
wfragAsset
terms (e.g., fragSOL + JitoSOL → wfragSOL
).
This is allowed to compensate liquidity providers for impermanent loss and to incentivize liquidity depth in DeFi integrations.