> For the complete documentation index, see [llms.txt](https://docs.toros.finance/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.toros.finance/products/overview.md).

# Overview

Toros provides automated, tokenized strategies built on DeFi infrastructure. All products are [ERC-20](/resources/glossary.md#erc-20) tokens that can be held in compatible wallets.

## Leveraged Tokens

Amplified exposure to crypto, commodities, and equity indices. Available in long and short variants at 1x through 4x leverage. Automated rebalancing maintains the target leverage and reduces liquidation risk without relying on a fixed daily reset.

[Leveraged Tokens](/products/overview-1.md)

## 1x Tokens

Synthetic spot exposure to assets that are difficult to access natively on Arbitrum. Hold a simple ERC-20 token that tracks the underlying asset at 1x, without bridging or using a centralized exchange.

[1x Tokens](/products/1x-tokens.md)

## Options Strategies

Automated options-based strategies using Toros Perpetual Options. Includes income strategies (Covered Call) and range-bound strategies (Short Volatility).

[Options Strategies](/products/options-strategies.md)

## Index Strategies

Thematic baskets of tokenized equities bundled into a single ERC-20 token. Offered as Stacks, each tracking a specific theme (semiconductors, quantum computing, AI cloud, peptide therapeutics) with weighting and rebalancing handled automatically onchain. Deployed on Ethereum.

[Index Strategies](/products/index-strategies.md)


---

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