Skip to content

Claiming Rewards

TRTH distributes weekly epoch rewards to holders who qualify under EpochRewardsV1_1. Each epoch splits emissions into base (45%), bonus (45%), and king (10%) — exact accounting is enforced by the deployed contracts.

  • Base: the predictable portion tied to holding eligible TRTH through the epoch’s rules.
  • Bonus: additional allocation where ~10% of holders are selected via Chainlink VRF.
  • King: 10% of the epoch budget to one VRF-selected entrant who claimed before the king draw deadline.

Use the official app to see your eligibility, amounts, and claim transactions for each epoch.

You generally need at least 3.14 TRTH (MIN_HOLDERS_BALANCE) to participate in holder reward accounting and bonus eligibility. Bonus also requires no balance change during the epoch and a lucky VRF outcome.

Epochs run on a 7-day cadence. After an epoch ends:

WindowRule
First 2 hoursUser-only: only you can claim your own rewards
After 2 hoursclaimFor may be used by third parties if you opted in; a claimer fee (configurable, max 5%) may apply
King entryClaim before epochEnd + 1 day to enter that epoch’s king draw
Bonus windowOne full epoch length after epoch end for claiming bonus

Unclaimed amounts roll forward:

  • Bonus remainder: carryOut(e) → carryIn(e+2)
  • Unclaimed king: kingCarry into later budgets

In practice:

  • Treat each epoch as having a defined claim surface in the UI.
  • If you skip a week, check whether prior epochs still show open claims.

Genesis TRTH is not claimed via the rewards contract. After Genesis finalization, TRTH is batch-distributed with permissionless processBatch(n). Epoch rewards (base / bonus / king) are a separate ongoing system that starts at startTs.

Claim when gas is reasonable, keep a small ETH balance on Base for fees, confirm token approvals only to contracts you recognize, and keep at least 3.14 TRTH if you want to stay eligible for holder rewards.