This document analyzes the implementation of TAIKO token delegation in Aerodrome liquidity pools to prevent "dead" governance tokens from accumulating in the DEX. The solution is elegantly simple: have pools delegate to a multisig once, and all future TAIKO deposits automatically contribute voting power.
TWAP (Time-Weighted Average Price) is a price calculation that averages the price of an asset over a specific time period, making it resistant to manipulation.
Aerodrome pools store price observations at regular intervals (every 30 minutes by default):
- Each observation records: timestamp, cumulative price
Bonding.sol is the core smart contract responsible for bootstrapping the Taikodrome economy. Its primary function is to facilitate the one-way conversion of the native $TAIKO token into max-locked veTD governance positions.
The contract is designed to create a powerful incentive for early, large-scale participation by offering significant, competitive discounts. It also serves as the primary mechanism for accumulating Protocol-Owned Liquidity (POL), which will be used to establish deep liquidity for the foundational $TAIKO/$TD pair on the Taikodrome DEX.
In Benqi's optimistic governance flow, a multisig creates governance proposals that veQI token holders can Veto.
The question is: should this Multisig be an Aragon Multisig or a Safe.
Our recommendation is to use an Aragon Multisig for the above governance flow, keeping the existing safe as an emergency multisig.
Our rationale is:
avKAT is a derivative of the KAT token that automates governance and yield generation for stakers. This guide covers the essential integration flows for stake/unstake operations.
- No minimum lock period - Users can exit anytime
- Token Mechanics - 1 KAT = 1 vKAT at deposit, but avKAT is an ERC-4626 vault token that accrues yield compounded in KAT, so the exchange rate is expected to drift upward over time.
