# UNIT ETF

- [TINU](https://docs.unitindex.org/theunit/unit-etf/intro.md)
- [Contracts](https://docs.unitindex.org/theunit/unit-etf/contracts.md): Welcome to the documentation of the UNIT ETF contracts.
- [Vault Contract](https://docs.unitindex.org/theunit/unit-etf/contracts/vault-contract.md): Vault Contract Detailed Documentation
- [Farm Contract](https://docs.unitindex.org/theunit/unit-etf/contracts/farm-contract.md): Farm Contract Detailed Documentation
- [Collateralized Vaults](https://docs.unitindex.org/theunit/unit-etf/collateralized-vaults-tinu-minting-and-burning.md)
- [Liquidation](https://docs.unitindex.org/theunit/unit-etf/liquidation.md)
- [Auction](https://docs.unitindex.org/theunit/unit-etf/auction.md): When a Vault is liquidated, it triggers an auction of the collateral.
- [Vault Management Guide](https://docs.unitindex.org/theunit/unit-etf/vault-management-guide.md): How to Create and Manage a UNIT Vault
- [UNIT Farms](https://docs.unitindex.org/theunit/unit-etf/early-incentives.md)
- [Bitcoin Dominance Margin Trading](https://docs.unitindex.org/theunit/unit-etf/bitcoin-dominance-margin-trading.md): Guide to using TINU to trade BTC dominance


---

# 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.unitindex.org/theunit/unit-etf.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.
