# Ionise

## Ionise

- [Overview](https://docs.ionise.io/getting-started/overview.md): Ionise money market
- [Whitepaper](https://docs.ionise.io/getting-started/whitepaper.md): Revolutionising DeFi with a Zilliqa EVM-powered money market protocol
- [FAQ](https://docs.ionise.io/getting-started/faq.md)
- [Ionise Interface](https://docs.ionise.io/guides/ionise-interface.md): Let's take a quick look at the Ionise interface and the features available in each menu of the navigation bar.
- [Supplying and Borrowing](https://docs.ionise.io/guides/supplying-and-borrowing.md)
- [Liquidations](https://docs.ionise.io/guides/liquidations.md): How to perform liquidations on Ionise? Liquidations involve seizing collateral from under-collateralized accounts to repay outstanding debts.
- [Protocol Math](https://docs.ionise.io/guides/protocol-math.md)
- [Contracts Overview](https://docs.ionise.io/technical-reference/contracts-overview.md)
- [Deployed Contracts](https://docs.ionise.io/technical-reference/deployed-contracts.md): Below you can find all the key smart contract deployments on Zilliqa mainnet and testnet.
- [Security & Audits](https://docs.ionise.io/links/security-and-audits.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.ionise.io/getting-started/overview.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.
