> For the complete documentation index, see [llms.txt](https://docs.keikofinance.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.keikofinance.com/protocol-overview/collateral-tokens.md).

# Collateral Tokens

Within the KEI Protocol, "Collateral Tokens" refer to a select group of assets from the Hyperliquid ecosystem that are eligible to be used as collateral for minting KEI Stablecoin. These tokens are integral to the functioning of the KEI Protocol, providing the necessary security and value backing required for stablecoin issuance.\
\
HYPER being the flagship token of the Hyperliquid Blockchain will serve as Keiko's primary collateral token with an attractive Loan-to-Value (LTV) ratio of 90%, making it a cornerstone in the collateral framework of the Keiko Protocol. By allowing such a high percentage of borrowing capacity the protocol allows users to leverage their holdings efficiently while maintaining robust security measures.<br>

### Expansion of Collateral Options

As the Hyperliquid ecosystem matures, KEI Protocol plans to support additional tokens as part of its collateral portfolio. The inclusion of new tokens will be carefully considered, based on comprehensive protocol security measures and empirical data analysis. The LTV ratios for these new tokens will vary, reflecting their respective market behaviors and risk profiles. This strategic approach ensures that the expansion of collateral options remains aligned with maintaining the stability and integrity of the KEI Stablecoin.


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://docs.keikofinance.com/protocol-overview/collateral-tokens.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
