# Astaria

## Astaria

- [Introduction](https://docs.astaria.xyz/introduction.md): Astaria is a lending protocol that supports any ERC-20, ERC-1155, and ERC721. It enables users to create fixed-rate loans with unlimited durations.
- [Borrowing](https://docs.astaria.xyz/user-guides/borrowing.md): Borrow intents are loan requests that can be automatically matched with prospective lenders.
- [Intent feed](https://docs.astaria.xyz/user-guides/intent-feed.md): The Intent Feed allows lenders to instantly see what terms borrowers are asking for and immediately fill loans without waiting.
- [Lending offers](https://docs.astaria.xyz/user-guides/lending-offers.md): Lending Offers are proposed loan offers that can be automatically matched with prospective borrowers.
- [Loan recall and liquidation](https://docs.astaria.xyz/user-guides/loan-recall-and-liquidation.md): Loans on Astaria do not have a set end date. They end when the borrower chooses to repay or the lender decides to send a loan to recall.
- [Astrological units](https://docs.astaria.xyz/user-guides/astrological-units.md): Astrological Units are rewards that users can receive when using Astaria.
- [Starport](https://docs.astaria.xyz/concepts/starport.md): The Astaria application is built on top of the Starport framework.
- [Glossary](https://docs.astaria.xyz/concepts/glossary.md): This page includes definitions for the technical terminology featured throughout this documentation portal.
- [FAQ](https://docs.astaria.xyz/concepts/faq.md): Frequently Asked Questions (FAQ) about Astaria
- [Responsible disclosure](https://docs.astaria.xyz/security/responsible-disclosure.md): Astaria's Responsible Disclosure Program
- [Audits](https://docs.astaria.xyz/security/audits.md)
- [API documentation](https://docs.astaria.xyz/security/api-documentation.md)
- [Deployments](https://docs.astaria.xyz/links/deployments.md): Contract deployment addresses for Astaria v1 Core
- [Resources](https://docs.astaria.xyz/links/resources.md)


---

# Agent Instructions: 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.astaria.xyz/introduction.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.
