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.
What you are claiming
Section titled “What you are claiming”- 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.
Eligibility floor
Section titled “Eligibility floor”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.
Timing
Section titled “Timing”Epochs run on a 7-day cadence. After an epoch ends:
| Window | Rule |
|---|---|
| First 2 hours | User-only: only you can claim your own rewards |
| After 2 hours | claimFor may be used by third parties if you opted in; a claimer fee (configurable, max 5%) may apply |
| King entry | Claim before epochEnd + 1 day to enter that epoch’s king draw |
| Bonus window | One full epoch length after epoch end for claiming bonus |
Carry mechanics
Section titled “Carry mechanics”Unclaimed amounts roll forward:
- Bonus remainder:
carryOut(e) → carryIn(e+2) - Unclaimed king:
kingCarryinto 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 vs epoch rewards
Section titled “Genesis TRTH vs epoch rewards”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.
Good habits
Section titled “Good habits”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.