# Cross-Chain GameFi Assets Lending(CCAL)

At present, the contract has been released to Ethereum, Ploygon and BNB chain. We will update this section as more chains are supported.

| Chain     | Type       | Contracts     | Code                                                                                                       | Address                                                                                                                       |
| --------- | ---------- | ------------- | ---------------------------------------------------------------------------------------------------------- | ----------------------------------------------------------------------------------------------------------------------------- |
| BNB chain | Main Chain | CCALMainChain | [Github](https://github.com/kyoko-finance/kyoko-ccal-contract/blob/lz-version/contracts/CCALMainChain.sol) | [0xBAAe1e6093a62Ee6c0BE2eCfC8caD75364ba1a7D](https://bscscan.com/address/0xbaae1e6093a62ee6c0be2ecfc8cad75364ba1a7d#code)     |
| ethereum  | SubChain   | CCALSubChain  | [Github](https://github.com/kyoko-finance/kyoko-ccal-contract/blob/lz-version/contracts/CCALSubChain.sol)  | [0xBAAe1e6093a62Ee6c0BE2eCfC8caD75364ba1a7D](https://etherscan.io/address/0xBAAe1e6093a62Ee6c0BE2eCfC8caD75364ba1a7D#code)    |
| ploygon   | SubChain   | CCALSubChain  | [Github](https://github.com/kyoko-finance/kyoko-ccal-contract/blob/lz-version/contracts/CCALSubChain.sol)  | [0xBeF94bD396116e146A284e6d30153dA07B39bc60](https://polygonscan.com/address/0xbef94bd396116e146a284e6d30153da07b39bc60#code) |

At present, all permissions are took over by the multi-signature management to ensure the protection from hacker attacks.

Multi-Sign Address: 0xbe6988559f8E5B8F4C90E885510aA04aB30B32ed


---

# 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.kyoko.finance/deployed-contracts/cross-chain-gamefi-assets-lending-ccal.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.
