Points
Points are standard ERC-20 tokens that reflect program participation. They can move between addresses and can later integrate with rewards, including airdrops at token generation event (TGE).
Design and accrual.
Token. ERC-20 with standard transfers/approvals.
Accrual. Time- and size-weighted issuance:
ΔPoints = U(t) * r_base * m_vault * boost(d) * Δt
where
U(t)
is time-varying underlying credited to a depositor,m_vault
is an optional per-vault multiplier, andboost(d)
is an age curve capped at a maximum.Events.
Deposit
,Withdraw
,Harvest
, andPointsAccrued
support subgraph indexing and UI balances.Redemption. Program-defined; the ERC-20 form enables secondary market transfer and composability with future programs.
Last updated