# Loanshark Core

- [Supply](https://docs.loanshark.tech/loanshark-core/supply.md): Become a liquidity provider
- [How to Supply](https://docs.loanshark.tech/loanshark-core/supply/how-to-supply.md)
- [How to Withdraw](https://docs.loanshark.tech/loanshark-core/supply/how-to-withdraw.md)
- [Enable as Collateral](https://docs.loanshark.tech/loanshark-core/supply/enable-as-collateral.md)
- [cToken](https://docs.loanshark.tech/loanshark-core/supply/ctoken.md)
- [Borrow](https://docs.loanshark.tech/loanshark-core/borrow.md): Protect your borrowing position with smart vault.
- [How to Borrow](https://docs.loanshark.tech/loanshark-core/borrow/how-to-borrow.md)
- [How to Repay](https://docs.loanshark.tech/loanshark-core/borrow/how-to-repay.md)
- [Liquidation](https://docs.loanshark.tech/loanshark-core/borrow/liquidation.md)
- [Health and Earning Metrics](https://docs.loanshark.tech/loanshark-core/health-and-earning-metrics.md)
- [Technical](https://docs.loanshark.tech/loanshark-core/technical.md): Manage your borrowing position.
- [Contracts](https://docs.loanshark.tech/loanshark-core/technical/contracts.md)
- [Asset Parameters](https://docs.loanshark.tech/loanshark-core/technical/asset-parameters.md)
- [Interest Rate and Utilisation Model](https://docs.loanshark.tech/loanshark-core/technical/interest-rate-and-utilisation-model.md)
- [Oracle](https://docs.loanshark.tech/loanshark-core/technical/oracle.md)
- [Risk and Security](https://docs.loanshark.tech/loanshark-core/technical/risk-and-security.md)
- [Interface](https://docs.loanshark.tech/loanshark-core/interface.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.loanshark.tech/loanshark-core.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.
