> For the complete documentation index, see [llms.txt](https://docs.ciondigital.com/en/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.ciondigital.com/en/industry-solution/oem-partners/crypto-loans-integration.md).

# Crypto Loans Integration

This section describes the step-by-step procedure to utilize the Crypto Loans APIs, followed by UI integration.&#x20;

* The OEM Partner should signup with Cion Digital, post which they are assigned a **Client-Id** and **Client-Secret**.
* For each merchant the partner signs up with, the merchant is issued an **API-Key** and **API-Secret**. These parameters authorize the partner to send API requests on behalf of Merchants.
* Using the above four defined parameters, the partner can log in using the service account. Connect with the Cion Digital team for the API details.
* The partner can call the Cion Digital standalone platform in the widget/iFrame. This is a semi-integrated solution, where the platform screens are shown on the Dealership's platform within an iFrame. Connect with the Cion Digital team fore further details.&#x20;
* The partner can customize the user experience of the screens used. The custom theme can be created, updated, or retrieved using different APIs. Connect with the Cion Digital team for the details about the same.&#x20;
* Post successful sign-in, connect with the Cion Digital team for the steps required specifically for CeFi and DeFi loan requests.&#x20;


---

# 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.ciondigital.com/en/industry-solution/oem-partners/crypto-loans-integration.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.
