> For the complete documentation index, see [llms.txt](https://docs.eldorito.club/el-dorito/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.eldorito.club/el-dorito/start-here/dkit.md).

# dKit

dKit is El Dorito's proprietary routing server. It is the backend provider that powers the El Dorito ([https://app.eldorito.club](https://app.eldorito.club/swap)) frontend. It is the only routing service to provide 1 tx/signature transactions for trustless swaps between all major chains and tokens. dKit's router allows for never before possible routes between assets like BTC and Solana memee coins, Arbitrum Erc20's and Rune, Cosmos to Ethereum, and more. Adding to this, dKit allows users to use one or more wallets of their choice at a time to access near slipless routes and vaults. Think about it as a 1inch that is not exclusive to evm chains. <br>

Components forming the architecture of dKit include:

* dKit API (swaps, LP actions, savers native yield)
* Token Info/Price Service
* Multi Chain/Wallet Transaction Tracker
* Partner dashboard
* Solana & Ethereum & Arbitrum & Base & Avalanche Aggregator Contracts (enabling single signature swaps from any asset on these chains to any other supported asset)
* dKit-sdk: streamlines integration of services and interaction with smart contracts.
* Native swaps and Yield on [15+ chains](/el-dorito/start-here/navigating-el-dorito.md)

## 🤝 Integration/Partnership

Looking to Integrate dKit? Get started here:

{% embed url="<https://docs.eldorito.club/dkit-by-eldorito>" %}

If you are looking for support, Please reach out to our partnership team through our twitter/X @DoritoDEX

## Powered by dKit:

**Last Update: November 13th, 2024**

## **El Dorito**

{% embed url="<https://eldorito.club>" %}

## 🤝 Integration/Partnership

Please reach out to our partnership team through our twitter/X @eldorito\_club


---

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