> For the complete documentation index, see [llms.txt](https://docs.kyoko.finance/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.kyoko.finance/how-it-works/cross-chain-gamefi-assets-lending-ccal/faq-for-ccal.md).

# FAQ for CCAL

## **1. Why do we need CCAL?**

CCAL is needed in order to maximize the benefits of idle in-game assets. It also provides a platform to lower the cost of game entry for gamers and guilds through low cost in-game asset rentals.

## **2. Who will use CCAL?**

Those who have idle in-game assets will use the CCAL platform to earn additional passive income. Additionally, gamers or guilds who lack the necessary in-game assets but desire to earn income through new games will borrow in-game assets through CCAL.

## **3. What will lenders and borrowers get?**

Lenders receive interest payments based upon the interest rates and rental period as specified in the rental contract. Borrowers receive the in-game assets needed to play a game and earn income.

## **4. What if the borrower does not return the asset?**

Should the borrower default and fail to return the asset, their initial cash deposit will be liquidated and sent directly to the lender.

## **5. At what rate will the borrower pay for the in-game assets?**

Interest rates and other terms of rental are set by the lender.


---

# 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.kyoko.finance/how-it-works/cross-chain-gamefi-assets-lending-ccal/faq-for-ccal.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.
