# Loans

## Max loan based on bank balance

Loan limits are often tied to your bank balance so the bot can estimate whether you can repay.

## Interest

Loans include interest. Borrowing is never free.

## Extensions

Some systems may allow extensions or repayment adjustments, but that is usually for recovery, not permanent debt.

## Repayment

Repay early if you can. The longer a loan runs, the more it can cost.

## Risks

Loans are useful for growth, but they can trap players who borrow for everyday spending.


---

# 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://wiki.winged.dev/loans.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.
