⚡Leverage Tokens (LTs)
Overview
Leverage Tokens (LTs) transform complex DeFi strategies into simple, tradable ERC-20 tokens. Instead of manually looping, borrowing, swapping, and monitoring positions, users can now access these strategies with just one click — all by holding a single token in their wallet.
Designed to make DeFi more simple, accessible, and composable, Leverage Tokens are modular and permissionless by default. Anyone can create a tokenized strategy, customize how it works, and allow others to trade or hold it just like any ERC-20 asset. LTs are currently live on Ethereum Mainnet and Base
Whether it’s ETH staking loops, yield bearing stablecoin loops, or points farming strategies, Leverage Tokens automate the underlying mechanics, reducing both complexity and risk.
Why Leverage Tokens?
Leverage Tokens have deconstructed leverage to make it simple, automated, and tokenized. Instead of manually juggling borrow/supply loops, gas costs, and risk of execution errors, users can mint a single ERC-20 that represents a full looping strategy. Easy to mint, easy to track, and easy to exit. -- LTs are Advanced DeFi strategies, simplified.
Core Value Points
Easy Leverage Exposure
LTs remove the grind and time commitment of manual looping. No more multiple transactions, gas inefficiency, or execution stress. With one click, users get structured leverage and can exit just as easily. LTs make amplified exposure accessible for those who are looking to save time and recoup gas costs.
Maximize Potential, Minimize Friction
LTs deliver the same end-state as manual loops. As a tokenized ERC20 product, LT’s price and performance can be easily tracked and monitored in your wallet or within portfolio tracking tools like DeBank. Best practice is to monitor your position, i.e. watch for positive carry trades (staking yield > borrow cost) much like monitoring an ETF’s price trend.
Transparent and Predictable
Fully onchain and auditable, LTs have nothing to hide in terms of how they operate. Not a multi-sig with opaque processes -- instead, audited smart contract logic that drives consistent outcomes. Users know what to expect and maintain full custody at all times.
Simple, Not Customizable
Seamless LTs create a leverage position that is fungible, anyone holding the same LT can trade, use in DeFi this automated leverage position. They serve users who value quick, low-burden access over micromanagement.
How It Works
At the core of each Leverage Token is a system of smart contracts that coordinate:
Collateral Management – what asset is being deposited and looped.
Borrowing Logic – where and how funds are borrowed.
Rebalancing Mechanics – how leverage is maintained over time.
This is enabled by the Leverage Managers (Ethereum Mainnet/Base) , foundational contracts that abstracts away the manual work of maintaining a leverage position.
Adapter Types
Each Leverage Token is composed of modular Adapters that plug into different DeFi protocols and strategies.
Lending Pool Adapters: Specify which lending protocol to borrow from. Currently includes support for Morpho — but others (like Aave or Compound) can be added by token creators.
Rebalance Adapters: Define what leverage mechanics to enforce.
How Rebalancing Works
LendingAdapter
LendingAdapters are contracts responsible for interfacing with external lending protocols (e.g., Morpho). Each LeverageToken is configured with a LendingAdapter at the time of creation and must implement the minimal interface ILendingAdapter.
Key responsibilities:
Own the underlying debt and collateral positions.
Abstract lending protocol-specific logic behind a standard interface for the LeverageManager to consume to manage the positions.
RebalanceAdapter
RebalanceAdapters are periphery contracts that facilitate rebalance actions and rules for LeverageTokens. Each LeverageToken is configured with a RebalanceAdapter at the time of creation. There are 3 currently open source Rebalance Adapters created by the Seamless team. When creating an LT you can choose any combination or Rebalance Adapters you want to fit your needsThe RebalanceAdapter must implement the minimal interface IRebalanceAdapterBase which includes the following:
isEligibleForRebalance: Returns true if the token meets conditions to trigger a rebalance
isStateValidAfterRebalance: Returns true if the LeverageToken’s state is valid after a rebalance
getLeverageTokenInitialCollateralRatio: Returns the collateral ratio that should be used when the LeverageToken is empty / total shares == 0
postLeverageTokenCreation: Post LeverageToken creation hook. Executed during LeverageToken creation in LeverageManager
To learn more about Leverage Tokens mechanics please check our technical documentation.
Last updated