> For the complete documentation index, see [llms.txt](https://docs.mooncake.fi/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.mooncake.fi/concepts/leveraged-tokens-lt.md).

# Leveraged Tokens (LT)

#### What are leveraged tokens?

Leveraged tokens represent a packaged form of leveraged exposure to an underlying asset — their prices are designed to amplify the movement of that asset by a fixed multiple.&#x20;

Mooncake reimagines this concept for the Solana ecosystem. It’s a native leveraged token protocol that automates leverage through on-chain rebalancing, offering simple and composable leveraged exposure to Solana’s major and meme tokens — all without facing liquidation or managing debt positions.

Instead of juggling perps, lending markets, and collateral ratios, users can simply hold leveraged tokens in their wallets. These tokens behave like any other SPL asset, trade freely, and continuously maintain their target leverage through Mooncake’s on-chain mechanisms.

***

#### Why it matters

Traditional finance has long used structured products to provide leveraged exposure — like the multi-billion-dollar 3x Nasdaq ETF that tracks triple the index’s daily performance.

In crypto, centralized exchanges once offered similar tokens, and some DeFi platforms have their own versions. Mooncake takes the next step: it brings the entire process fully on-chain, removing intermediaries and making leverage transparent, efficient, and permissionless.

***

#### How Mooncake’s leveraged tokens work

While the idea is simple, the implementation defines how smooth and sustainable the experience is. Mooncake’s model is built around a few essential design principles:

* Supported assets & leverage:

  Mooncake covers both leading Solana tokens and high-beta meme assets, typically offering fixed 3x-10x exposure.
* Leverage generation:

  Instead of borrowing or using derivatives, Mooncake achieves leverage via internal balancing between “leveraged” and “funding” pools, keeping the system self-contained and stable.
* On-chain rebalancing:

  As prices move, the protocol automatically rebalances positions once deviation thresholds are hit — no manual intervention, no liquidations, and no hidden debt.
* Minting & redeeming:

  Users can mint or redeem tokens directly through the Mooncake pools anytime.


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://docs.mooncake.fi/concepts/leveraged-tokens-lt.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
