# Toros Finance

Toros is a Chamber sibling brand that packages automated strategies into ERC-20 tokens. Each Toros token is, under the hood, a Chamber vault running a specific strategy — you hold the token, you get the strategy's exposure. Tokens can be held in any compatible wallet.

* Site: [toros.finance](https://toros.finance)
* Docs: [docs.toros.finance](https://docs.toros.finance)

## Product lines

* **Leveraged tokens** — amplified exposure to crypto and real-world assets. Long and short variants, 1x through 4x leverage, with automated rebalancing.
* **1x tokens** — synthetic spot exposure to assets that are otherwise hard to access on a given chain (e.g. SOL, DOGE, XRP on Arbitrum), implemented via perpetual futures.
* **Options strategies** — automated options products built on Toros Perpetual Options, including covered-call income strategies and protected leveraged tokens.
* **Yield vaults** — automated yield strategies across DeFi lending and liquidity pools.

See the [Toros docs](https://docs.toros.finance) for the full catalogue, available networks, and product-specific behaviour.

## Relationship to Chamber

Toros vaults are Chamber vaults. Same [Guard System](/security/guard-system.md), same [audit history](/security/audits.md), same oracle stack. Fees paid on Toros vaults contribute to the Chamber DAO treasury under the standard [10% split](/treasury-and-protocol-economics/dao-protocol-fees.md), and Toros is currently the largest single contributor of fee revenue to that treasury.

The front-end and strategy library are Toros-branded; the vault infrastructure is Chamber.

## For depositors

Deposit into a Toros token from the Toros app — no separate account. Tokens are ERC-20, transferable and composable into other DeFi positions. The [post-deposit lockup](/deposit/lockup-withdrawals.md) (up to 24 hours, weighted across deposits) that applies to Chamber vaults applies to Toros tokens too.

## See also

* [Toros docs](https://docs.toros.finance) — strategy-by-strategy detail
* [Flat Money](/ecosystem/flat-money.md) — perpetual options contract layer Toros uses for options strategies


---

# 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.chamberfi.com/ecosystem/toros-finance.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.
