# Overview

Toros leveraged tokens are ERC-20 tokens with built-in leverage. They provide amplified exposure to an underlying asset without the need to manage margin, collateral, or liquidation risk manually.

## What Are Leveraged Tokens

A leveraged token targets amplified exposure to the price movement of its underlying asset. A 2x long Bitcoin token aims for roughly twice Bitcoin exposure, while a 3x token targets roughly three times exposure.

Leveraged tokens differ from perpetual futures in an important way: position size grows with profits. Returns compound during trends, meaning a sustained uptrend produces more than a simple multiple of the move.

For example, if Bitcoin increases 50%, a 3x leveraged token generates approximately 237% returns rather than the 150% a simple 3x multiplier would suggest. This is because profits are continuously reinvested into the leveraged position.

## Why Traders Use Them

* **Simplicity**: Hold an ERC-20 token instead of managing a leveraged trading position
* **No liquidation management**: Automated rebalancing reduces effective leverage as prices decline, significantly reducing liquidation risk. Toros reports no forced liquidation events in over 4 years of operation.
* **Compounding returns**: In trending markets, compounding amplifies gains beyond a simple leverage multiple

## How Toros Builds Leveraged Tokens

Toros uses two different mechanisms to create leveraged tokens:

* [**Money Market-Based**](/leveraged-tokens/money-market-based.md): Uses Aave lending and borrowing to build leveraged positions. Primarily used for major assets like BTC and ETH.
* [**Perpetuals-Based**](/leveraged-tokens/perpetuals-based.md): Uses perpetual futures (GMX on Arbitrum, Hyperliquid on HyperEVM) to establish leveraged positions. Used for altcoins, bear (short) tokens, and HyperEVM-deployed exposures to commodities and equity indices.

Both mechanisms include automated rebalancing to maintain the target leverage ratio as market conditions change, rather than relying on a fixed daily reset.

## Important: Not for Passive Holding

Leveraged tokens are designed for short to medium-term positions where you have a directional view. They are not buy-and-hold products. In sideways or choppy markets, [volatility decay](/leveraged-tokens/volatility-decay.md) erodes value over time. Active monitoring is recommended.

## Important Risks

* [**Volatility Decay**](/leveraged-tokens/volatility-decay.md): Repeated rebalancing erodes value in sideways or choppy markets. Leveraged tokens perform best during clear trends.
* [**Slippage**](/leveraged-tokens/slippage.md): Large trades or low-liquidity conditions can result in execution prices that differ from expectations.
* **Costs**: Interest expenses (money market-based) or funding payments (perpetuals-based) reduce returns over time.

## Further Reading

* [Available Tokens](/leveraged-tokens/available-tokens.md) for the full product catalogue
* [Protected Leveraged Tokens](/leveraged-tokens/protected-leveraged-tokens.md) for leveraged tokens with downside protection


---

# 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.toros.finance/leveraged-tokens/overview.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.
