# Core Protocol

- [GREEN Stablecoin](https://docs.ripe.finance/core-protocol/01-green-stablecoin.md): The Stablecoin That Works Harder.
- [Borrowing](https://docs.ripe.finance/core-protocol/02-borrowing.md): One Loan, Endless Possibilities.
- [Collateral Assets](https://docs.ripe.finance/core-protocol/03-collateral-assets.md): One loan. Every asset. Maximum efficiency.
- [Liquidations](https://docs.ripe.finance/core-protocol/04-liquidations.md): When Leverage Goes Wrong (But Not Too Wrong)
- [Deleverage](https://docs.ripe.finance/core-protocol/05-deleverage.md): Proactive Debt Reduction Without Liquidation Penalties
- [Price Oracles](https://docs.ripe.finance/core-protocol/06-price-oracles.md): The Truth About Your Money
- [The Endaoment](https://docs.ripe.finance/core-protocol/07-endaoment.md): Your Money Working Overtime


---

# 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://docs.ripe.finance/core-protocol.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.
