# Money market

The money market primarily focuses on five key transaction types:

1. Supply
2. Withdraw
3. Borrow
4. Repayment
5. Liquidation

The first four transaction types are user-initiated and leverage Axelar under the hood. However, the technical operations and details have been abstracted for the users, such that they will only need to interact with Strobe on XRPL.

Liquidation is currently an automated process, to help ensure the solvency of the protocol and protect user funds.


---

# 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://strobe-protocol.gitbook.io/strobe-protocol/money-market.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.
