# Palmy Finance

## Palmy Finance

- [Welcome](https://docs.palmy.finance/palmy-finance/readme.md): Welcome to the Palmy Finance Documentation Portal
- [How to Use](https://docs.palmy.finance/palmy-finance/getting-started/how-to-use.md)
- [Setup Wallet](https://docs.palmy.finance/palmy-finance/getting-started/how-to-use/setup-wallet.md)
- [Depositing](https://docs.palmy.finance/palmy-finance/function/depositing.md)
- [Borrowing](https://docs.palmy.finance/palmy-finance/function/borrowing.md)
- [Flash Loan](https://docs.palmy.finance/palmy-finance/function/flash-loan.md)
- [Liquidation](https://docs.palmy.finance/palmy-finance/function/liquidation.md)
- [Listed Tokens](https://docs.palmy.finance/palmy-finance/asset/listed-tokens.md)
- [Risk Parameters](https://docs.palmy.finance/palmy-finance/asset/risk-parameters.md)
- [Utilization Rate](https://docs.palmy.finance/palmy-finance/asset/utilization-rate.md)
- [Interest Rate Model](https://docs.palmy.finance/palmy-finance/asset/interest-rate-model.md)
- [Token List](https://docs.palmy.finance/palmy-finance/tokenomics/token-list.md): Tokens used in Palmy
- [PLMY](https://docs.palmy.finance/palmy-finance/tokenomics/plmy.md)
- [Allocation](https://docs.palmy.finance/palmy-finance/tokenomics/allocation.md)
- [Circulation](https://docs.palmy.finance/palmy-finance/tokenomics/circulation.md)
- [Ecosystem Link](https://docs.palmy.finance/palmy-finance/marketing/ecosystem-link.md): Useful links
- [Audit](https://docs.palmy.finance/palmy-finance/development/audit.md)
- [Oracle](https://docs.palmy.finance/palmy-finance/development/oracle.md)
- [Contract Address](https://docs.palmy.finance/palmy-finance/development/contract-address.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, 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.palmy.finance/palmy-finance/readme.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.
