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

# Collateral-Vault

- [Core Concept](https://docs.wandfi.io/products/collateral-vault/core-concept.md)
- [USB-Stablecoin](https://docs.wandfi.io/products/collateral-vault/core-concept/usb-stablecoin.md)
- [xToken-Margin Token](https://docs.wandfi.io/products/collateral-vault/core-concept/xtoken-margin-token.md)
- [Vault](https://docs.wandfi.io/products/collateral-vault/vault.md)
- [AAR--Asset Adequacy Ratio](https://docs.wandfi.io/products/collateral-vault/vault/aar-asset-adequacy-ratio.md)
- [V-Vault](https://docs.wandfi.io/products/collateral-vault/vault/v-vault.md)
- [Deposit for minting](https://docs.wandfi.io/products/collateral-vault/vault/v-vault/deposit-for-minting.md)
- [Withdraw for redemption](https://docs.wandfi.io/products/collateral-vault/vault/v-vault/withdraw-for-redemption.md)
- [S-Vault](https://docs.wandfi.io/products/collateral-vault/vault/s-vault.md)
- [Earn](https://docs.wandfi.io/products/collateral-vault/earn.md)
- [Interest Settlement](https://docs.wandfi.io/products/collateral-vault/earn/interest-settlement.md)
- [PTY--Price Trigger Yield](https://docs.wandfi.io/products/collateral-vault/earn/pty-price-trigger-yield.md)
- [Discount Offer](https://docs.wandfi.io/products/collateral-vault/discount-offer.md)
- [Revenue Flow](https://docs.wandfi.io/products/collateral-vault/revenue-flow.md)
- [Parameters](https://docs.wandfi.io/products/collateral-vault/parameters.md)
- [RedStone Oracles](https://docs.wandfi.io/products/collateral-vault/redstone-oracles.md)
- [Audit Report](https://docs.wandfi.io/products/collateral-vault/audit-report.md)
- [Addresses](https://docs.wandfi.io/products/collateral-vault/addresses.md)
- [Migration to V2](https://docs.wandfi.io/products/collateral-vault/migration-to-v2.md)
- [Guide 101](https://docs.wandfi.io/products/collateral-vault/guide-101.md)
- [What can I do with Wand?](https://docs.wandfi.io/products/collateral-vault/guide-101/what-can-i-do-with-wand.md)
- [How to obtain xToken and USB?](https://docs.wandfi.io/products/collateral-vault/guide-101/how-to-obtain-xtoken-and-usb.md)
- [FAQ](https://docs.wandfi.io/products/collateral-vault/guide-101/faq.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 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, and the optional `goal` query parameter:

```
GET https://docs.wandfi.io/products/collateral-vault.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
