Term Integration
This section explores the foundational components and data structures enabling Term Strategy Vault integration with the Term Finance Protocol.
Strategy State
Type
Name
Description
RepoTokenList Architecture
struct RepoTokenListData {
address head; // Head of the linked list
mapping(address => RepoTokenListNode) nodes; // Nodes of the linked list
mapping(address => uint256) discountRates; // Discount rates for repo tokens
mapping(address => uint256) collateralTokenParams; // Collateral-specific parameters
}TermAuctionList
Last updated