Jitter uses LiquidLink for points. Each project gets a scoreboard object that accounts for every participant's points directly on-chain - not in a private off-chain database. That makes balances transparent, composable with other Sui protocols, and independently auditable.

How points accrue

Points stream onto the scoreboard while you hold an eligible position. LiquidLink supports linear, time-based accrual, so points accumulate over the holding period rather than landing in a single lump - which is exactly how YT and LP positions earn over time.

1
Hold an eligible positionYT (and, where configured, LP) accrue points while held.
2
Recorded on the scoreboardAccrual is written on-chain to the project's LiquidLink scoreboard.
3
Settle at TGEPoints redeem against the project's TGE pool for the actual token.

Tokenized points

Scoreboard points can be minted into tokenized points - standalone Sui objects that can be transferred or traded independently, and later restored back onto a scoreboard. Because a balance is a real on-chain object, it can move through wallets, markets, and other protocols, and its ownership is always verifiable.

This is the key difference
Points are objects you hold, not a claim a venue owes you. That property is what removes the need for posted collateral - see Why on-chain points.

Settlement at TGE

When a project launches, a TGE pool holds the token allocation. Points redeem against that pool on-chain for the real token - a deterministic, contract-enforced settlement with no counterparty to trust.

  • Balances are recorded on a per-project on-chain scoreboard.
  • Accrual can be linear over time, matching how positions earn.
  • Points can be tokenized into transferable Sui objects.
  • TGE redemption settles on-chain against the project's pool.

Continue