# Install dKit SDK

This package is an all-in-one SDK for dKit. It includes all packages needed to use every dKit feature. That includes:

* Wallet support for multiple blockchains
* Fetching quotes from dKit API
* Executing swaps from dKit API

## Installation

{% tabs %}
{% tab title="yarn" %}

```typescript
yarn add @doritokit/sdk
```

{% endtab %}
{% endtabs %}

{% hint style="success" %}
As an partner, you can monetize your dKit SDK integration and earn fees! See our [revenue generation guide](/dkit-by-eldorito/revenue-generation.md) for more info.
{% endhint %}

{% hint style="info" %}
**Connect with Our** [**Partnerships Team**](/dkit-by-eldorito/partnerships.md) to explore how you can integrate **dKit** into your platform and collaborate with us!
{% endhint %}


---

# 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/dkit-by-eldorito/install-dkit-sdk.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.
