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

# Technical Documentation

- [Vault](https://docs.arbitrove.finance/technical-documentation/vault.md): The Vault contract provides a secure and flexible platform for depositing and withdrawing coins, as well as approving and depositing ETH to strategies.
- [Rebalance](https://docs.arbitrove.finance/technical-documentation/rebalance.md): Description and risks regarding rebalance
- [FeeOracle](https://docs.arbitrove.finance/technical-documentation/feeoracle.md): This contract implements a fee oracle that provides deposit and withdrawal fees to be used by the Vault contract. The fees are based on the current weight of a coin in the vault compared to its target
- [Address Registry](https://docs.arbitrove.finance/technical-documentation/address-registry.md): The Address Registry contract is used to manage the mapping of strategies to supported coins. The contract is upgradeable.


---

# 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:

```
GET https://docs.arbitrove.finance/technical-documentation.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.
