# Create Your Own Leverage Token

### **Create Your Own Leverage Token**

Want to turn a DeFi strategy that piques your interest into a token?

The Leverage Manager and Adapter system are fully permissionless. Anyone can create a Leverage Token. An example deployment script can be found here: sample [script](https://github.com/seamless-protocol/leverage-tokens/blob/main/script/1/CreateLeverageToken.wstETH-ETH-25x.s.sol). Token Creators can define:

* Which assets to use
* Which protocols to use
* How rebalancing is handled
* What leverage strategy to execute

Launch your own LT and let others hold or trade it — just like any ERC-20.

### **Use Cases**

* **High-Yield ETH Loops —** Maximize points and rewards on restaked ETH platforms like [Ether.fi](http://Ether.fi) or Lido.
* **High-Yield Stablecoin Loops —** Generate sustainable yield on stablecoins through advanced looping and delta-neutral products like RLP (Resolv) or USDe (Ethena).
* **DEX LP Farming —** Automate leveraged LP strategies for boosted rewards on Base-native DEXs like Aerodrome
* **Delta-Neutral Positions —** Design hedged long/short tokens for more advanced exposure.
* **Points Farming —** Maximize points across reward ecosystems while abstracting loops and risk.
* **Collateral in Other Protocol —** Use LTs as plug-and-play components in other DeFi protocols, like Pendle, Synthetix, or lending markets.


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.seamlessprotocol.com/overview/leverage-tokens-lts/create-your-own-leverage-token.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
