# FAQ

<details>

<summary>Is dKit Open Source?</summary>

dKit is partially open source. Wallet integrations and more are public, but the actual route magic sauce is proprietary as of now.

</details>

<details>

<summary>What is El Dorito?</summary>

El Dorito is a DEX allowing users to perform cross-chain and inter-chain swaps: think Uniswap but any token to any chain. This is done in a permissionless, trustless, and non-custodial manner. There are no pegged or wrapped assets, it is purely native tokens that are swapped and deposited in vaults for yield.

</details>

<details>

<summary>Which blockchains do you support?</summary>

See [Navigating El Dorito](/el-dorito/start-here/navigating-el-dorito.md).

</details>

<details>

<summary>Which wallets do you support?</summary>

We support most major crypto wallets including: Metamask, Phantom, XDEFI and Vultisig with plans to integrate Ledger, Trezor, KeepKey and WalletConnect 2.0 in the near future.

</details>

<details>

<summary>Can i integrate dKit immediately?</summary>

Currently it is not possible for partners to integrate dKit, our full api/sdk will be available for integration soon.

</details>


---

# 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.eldorito.club/el-dorito/start-here/dkit/faq.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.
