# FAQ

## General

### What is Toros?

Toros is a DeFi protocol that provides automated, tokenized strategies. All Toros products are ERC-20 tokens that maintain their strategy through onchain management. Products include leveraged tokens, 1x tokens, and options strategies.

### What chains does Toros support?

Toros is deployed on Arbitrum, Ethereum, and HyperEVM. Not all products are available on every chain. Arbitrum has the widest selection of crypto leveraged tokens, while HyperEVM hosts the equity and commodity exposures via Hyperliquid.

### What do I need to use Toros?

A compatible Web3 wallet (such as MetaMask) with funds on a supported chain. Connect your wallet at [toros.finance](https://toros.finance) to browse and invest in products.

### Are Toros tokens transferable?

Yes. All Toros products are standard ERC-20 tokens. You can hold them in any compatible wallet, transfer them, or use them in other DeFi protocols that accept ERC-20 tokens.

## Leveraged Tokens

### Can I get liquidated holding a leveraged token?

Toros leveraged tokens use automated rebalancing to reduce effective leverage as prices decline. This significantly reduces liquidation risk compared to managing a leveraged position manually. Toros reports no forced liquidation events in over 4 years of operation.

### What is volatility decay?

Volatility decay is the gradual erosion of value that happens in sideways or choppy markets. Each rebalance during a range-bound period can lock in small losses that compound over time. This is the main risk of holding leveraged tokens through extended periods without a clear trend. See [Volatility Decay](/leveraged-tokens/volatility-decay.md) for a worked example.

### How long should I hold a leveraged token?

Leveraged tokens are designed for short to medium-term positions where you have a directional view. They are not designed for passive, long-term holding. In trending markets, compounding works in your favor. In choppy markets, volatility decay works against you.

### What is the difference between money market-based and perpetuals-based tokens?

Money market-based tokens use Aave lending loops. Perpetuals-based tokens use perpetual futures — GMX on Arbitrum or Hyperliquid on HyperEVM. The mechanism affects cost structure (interest vs funding rates) and which assets are available. See [Money Market-Based](/leveraged-tokens/money-market-based.md) and [Perpetuals-Based](/leveraged-tokens/perpetuals-based.md) for details.

### What are Protected Leveraged Tokens?

Protected Leveraged Tokens (PLTs) combine leveraged upside with a downside protection floor built using Toros Perpetual Options. They cost more than standard leveraged tokens (due to option premiums) but cap losses during drawdowns. See [Protected Leveraged Tokens](/leveraged-tokens/protected-leveraged-tokens.md).

## 1x Tokens

### Why would I use a 1x token instead of just buying the asset?

1x Tokens provide synthetic spot exposure to assets that are difficult to access natively on Arbitrum. If an asset has no native spot market on Arbitrum or liquidity is shallow, a 1x token lets you hold exposure as a simple ERC-20 token without bridging.

### Do 1x tokens have costs?

Yes. Because 1x tokens use GMX perpetual futures under the hood, they are subject to funding payments, trading fees, and minor tracking differences vs the spot price. Over long periods, these costs can add up.

## Options Strategies

### What is the Covered Call strategy?

The Toros Covered Call provides recurring income on Bitcoin exposure using Perpetual Options. It behaves like a covered call: full downside, capped upside, and ongoing premium income. It is designed for sideways to moderately bullish markets. See [Covered Call](/options-strategies/covered-call.md).

### What is the Short Volatility strategy?

The Short Volatility strategy profits when Bitcoin stays range-bound. It combines a Covered Call LP position with an Aave BTC short to reduce directional exposure. It can lose value when BTC trends strongly in either direction. See [Short Volatility](/options-strategies/short-volatility.md).

## Trading

### How do I buy a Toros token?

Connect your wallet at [toros.finance](https://toros.finance), select a token, and choose an asset to buy with. If you use a deposit asset, the buy has zero slippage. If you use another token, it is swapped into a deposit asset first via a DEX aggregator in a single transaction. See [Buying](/trading/buying.md).

### How do I sell a Toros token?

Selling withdraws the underlying assets from the vault and swaps them into your chosen token. This involves approving, withdrawing, and swapping in a multi-step transaction. Some vaults with limited withdrawal liquidity use on-demand sells, which execute moments after the order is placed. See [Selling](/trading/selling.md).

### What fees do Toros tokens charge?

A trading fee is charged on every buy and sell. Fee rates vary by product and leverage level. Leveraged token fees are uniform within their tier, while options token fees reflect the cost of the premium. Fee details for each token are shown on its page. See [Fees](/trading/fees.md).

### What are stop orders?

Stop orders let you schedule an automated sell when the underlying asset's price hits a level you choose. They execute as market orders with the same trading fees as a normal sell, plus a small keeper fee for gas. Currently available on Arbitrum and Ethereum. See [Stop Orders](/trading/stop-orders.md).

## Security

### Has Toros been audited?

Toros is built on the dHEDGE protocol. The smart contracts powering Toros vaults have been covered by multiple independent audits from firms including Sherlock, CertiK, and independent auditors. See [Security and Audits](/resources/security.md) for the full audit timeline.

### Is there a bug bounty program?

Yes. dHEDGE maintains a bug bounty program on Immunefi with rewards up to $50,000. See [Security and Audits](/resources/security.md) for details.


---

# 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/resources/faq.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.
