# Introduction

Keiko Finance is a permissionless CDP protocol deploying on the Hyperliquid network where you can open a collateralised debt position and mint KEI against different assets of the Hyperliquid ecosystem.

The protocol enables users to create collateralized debt positions (CDP). Which means you can deposit certain supported assets from the Hyperliquid ecosystem as collateral and, in return, borrow a stablecoin called KEI. KEI is designed to maintain a stable value, making it useful for various financial activities.

Here's how it works in simpler terms:

1. Users deposit their supported Hyperliquid based assets into the Keiko Finance system.
2. Based on the value of these deposited assets, users can borrow KEI.
3. The borrowed KEI can be used for various purposes - trading, investing, or even day-to-day transactions.
4. Users can repay their KEI loan at any time to reclaim their deposited assets.


---

# 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.keikofinance.com/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.
