# Arbitrove

## Arbitrove

- [Overview](https://docs.arbitrove.finance/overview.md)
- [Arbitrove Protocol](https://docs.arbitrove.finance/arbitrove-protocol.md)
- [Composition](https://docs.arbitrove.finance/alp-arbitrum-index-token/composition.md)
- [Protocol Mechanics](https://docs.arbitrove.finance/alp-arbitrum-index-token/protocol-mechanics.md)
- [Tokenomics](https://docs.arbitrove.finance/trove-governance-token/tokenomics.md)
- [Token distribution](https://docs.arbitrove.finance/trove-governance-token/token-distribution.md)
- [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.
- [Audit](https://docs.arbitrove.finance/audit.md)
- [Contract addresses](https://docs.arbitrove.finance/contract-addresses.md): Current list of deployed Arbitrove contracts
- [Legal Disclaimer](https://docs.arbitrove.finance/legal-disclaimer.md)
- [Relavant links](https://docs.arbitrove.finance/relavant-links.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, you can query the documentation dynamically by asking a question.
Perform an HTTP GET request on a page URL with the `ask` query parameter:
```
GET https://docs.arbitrove.finance/overview.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.
