# Troves.fi Docs

## Troves.fi

- [Welcome to Troves](https://docs.troves.fi/p/welcome-to-troves.md): Starknet's ultimate yield aggregator (Formerly STRKFarm)
- [How to deposit?](https://docs.troves.fi/p/how-to-deposit.md): Check out this guide to learn how to deposit on Troves strategies.
- [How to withdraw?](https://docs.troves.fi/p/how-to-withdraw.md): Checkout this guide to see how to withdraw from any Troves strategy.
- [FAQ](https://docs.troves.fi/p/faq.md)
- [What are Strategies/Vaults?](https://docs.troves.fi/p/what-are-strategies-vaults.md)
- [Why choose Troves?](https://docs.troves.fi/p/why-choose-troves.md)
- [Security](https://docs.troves.fi/p/security.md)
- [Community](https://docs.troves.fi/p/community.md)
- [NFT Levels System](https://docs.troves.fi/p/community/nft-levels-system.md)
- [Referral Campaign](https://docs.troves.fi/p/community/referral-campaign.md): Details of our Referral Campaign
- [OG Farmer NFT Campaign](https://docs.troves.fi/p/community/og-farmer-nft-campaign.md): Details of our OG Farmer NFT campaign
- [Troves Fundamentals](https://docs.troves.fi/p/concepts/troves-fundamentals.md)
- [Risk fundamentals](https://docs.troves.fi/p/concepts/risk-fundamentals.md)
- [How does Troves generate yield?](https://docs.troves.fi/p/concepts/how-does-troves-generate-yield.md)
- [WTF are LSTs?](https://docs.troves.fi/p/concepts/wtf-are-lsts.md)
- [Understanding Withdrawals & Settlement](https://docs.troves.fi/p/concepts/understanding-withdrawals-and-settlement.md): Why withdrawals may take time and what happens behind the scenes
- [Sensei - Delta neutral Lending](https://docs.troves.fi/p/strategies/sensei-delta-neutral-lending.md)
- [Vesu Fusion - Rebalancing vaults](https://docs.troves.fi/p/strategies/vesu-fusion-rebalancing-vaults.md)
- [Ekubo - CL Vaults](https://docs.troves.fi/p/strategies/ekubo-cl-vaults.md)
- [Auto-Compounding \[retired\]](https://docs.troves.fi/p/auto-compounding-retired.md)
- [BTC YOLO Vault](https://docs.troves.fi/p/vaults/btc-yolo-vault.md): A value-averaging BTC accumulation vault
- [Become a Curator](https://docs.troves.fi/p/developers/become-a-curator.md)
- [Integrations](https://docs.troves.fi/p/developers/integrations.md)
- [Auto-compounding strategies](https://docs.troves.fi/p/developers/integrations/auto-compounding-strategies.md)
- [Sensei strategies](https://docs.troves.fi/p/developers/integrations/sensei-strategies.md)
- [Risk engine](https://docs.troves.fi/p/developers/risk-engine.md)
- [Contribute - Onlydust](https://docs.troves.fi/p/developers/contribute-onlydust.md): Find how out you can contribute!
- [Rebalancing strategies](https://docs.troves.fi/p/developers/rebalancing-strategies.md)
- [Contracts](https://docs.troves.fi/p/developers/contracts.md): List of all contracts (Master and Strategy contracts by name)


---

# 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.troves.fi/p/welcome-to-troves.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.
