# Paladin Lending

- [Protocol Overview](https://docs.paladin.vote/paladin-lending/protocol-overview.md): https://app.paladin.vote/
- [Liquidity Mining](https://docs.paladin.vote/paladin-lending/liquidity-mining.md): How to supply liquidity to Paladin and receive $PAL rewards
- [Technical docs](https://docs.paladin.vote/paladin-lending/technical-docs.md)
- [PalPool](https://docs.paladin.vote/paladin-lending/technical-docs/palpool.md)
- [PalToken](https://docs.paladin.vote/paladin-lending/technical-docs/paltoken.md)
- [Delegators](https://docs.paladin.vote/paladin-lending/technical-docs/delegators.md)
- [Controller](https://docs.paladin.vote/paladin-lending/technical-docs/controller.md)
- [Interest Calculator](https://docs.paladin.vote/paladin-lending/technical-docs/interest-calculator.md)
- [PalLoan](https://docs.paladin.vote/paladin-lending/technical-docs/palloan.md)
- [PalLoanToken](https://docs.paladin.vote/paladin-lending/technical-docs/palloantoken.md)
- [PalPool Variants](https://docs.paladin.vote/paladin-lending/technical-docs/palpool-exceptions.md)
- [Price Oracle](https://docs.paladin.vote/paladin-lending/technical-docs/price-oracle.md): Smart contract using Chainlink Data Feeds to get the underlying price, and scale it to PalTokens using the their exchangeRates.
- [Error Codes](https://docs.paladin.vote/paladin-lending/technical-docs/error-codes.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.paladin.vote/paladin-lending.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.
