# Concepts

- [Market](https://docs.arkis.xyz/home/concepts/market.md)
- [Interest Rate Model (IRM)](https://docs.arkis.xyz/home/concepts/interest-rate-model-irm.md)
- [Lender](https://docs.arkis.xyz/home/concepts/lender.md)
- [Asset Manager](https://docs.arkis.xyz/home/concepts/asset-manager.md)
- [Margin Account](https://docs.arkis.xyz/home/concepts/margin-account.md)
- [Whitelisted Assets](https://docs.arkis.xyz/home/concepts/whitelisted-assets.md)
- [List of Native Assets](https://docs.arkis.xyz/home/concepts/whitelisted-assets/list-of-native-assets.md): We can typically collateralize most native assets with over $50m in daily spot trading volume.
- [Collateral Asset](https://docs.arkis.xyz/home/concepts/collateral-asset.md)
- [Margin Trading](https://docs.arkis.xyz/home/concepts/margin-trading.md)
- [Overcollateralized Loan](https://docs.arkis.xyz/home/concepts/overcollateralized-loan.md)
- [Undercollateralized Loan](https://docs.arkis.xyz/home/concepts/undercollateralized-loan.md)
- [Stress-Tested Value](https://docs.arkis.xyz/home/concepts/stress-tested-value.md)
- [Risk Factor](https://docs.arkis.xyz/home/concepts/risk-factor.md)
- [Margin Engine](https://docs.arkis.xyz/home/concepts/margin-engine.md)
- [Liquidation](https://docs.arkis.xyz/home/concepts/liquidation.md)
- [Margin Call](https://docs.arkis.xyz/home/concepts/margin-call.md)
- [Vault](https://docs.arkis.xyz/home/concepts/vault.md)
- [Credit Manager](https://docs.arkis.xyz/home/concepts/credit-manager.md)


---

# 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.arkis.xyz/home/concepts.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.
