ποΈArchitecture Overview
Tilt uses a modular contract system:

Key Components:
tCVX
: CVX token for staking participationTILT
: Platform tokenTilt Locker
: Where TILT is locked to obtain TILT weight used for boostingtCVX Staking
: Staked tCVX can earn rewards, and also be boosted by TILTCVX Operator
: Handles minting of tCVXManager
: Manages and configures locked CVX, delegations and processing reward claims.Rewarder
: Distributes protocol rewards currently in the form of crvUSD or similarCustom Yearn v3 Vault
: Sells crvUSD rewards and auto compounds into tCVXFeeSplitter
: Splits protocol fees between relevant contracts, these are controlled by the Multisig and subject to change. At deployment these are 80% to tCVX, 18% to tCVX LP and 2% to Treasury.DelegationRewarder
: Routes performance fees to TILT delegators
Last updated