# Quick Start

### Quick Start

```bash
npm install clanker-sdk
```

### Overview

The Clanker SDK enables developers to easily create and deploy tokens with built-in liquidity pools, vesting vaults, and customizable reward distributions.

### Examples

A full list of SDK examples can be found [HERE](https://github.com/clanker-devco/clanker-sdk/tree/main/examples/v4).

### Core Features

* 🚀 One-click token deployment
* 💧 Automatic liquidity pool creation
* 🔒 Optional vesting vaults
* 💰 Configurable reward distributions
* 🎨 Built-in metadata and social links

### User Guides

* [v4.0.0](/documentation/sdk/v4.0.0.md)
* [v3.1.0](/documentation/sdk/v3.1.0.md)
* [Clanker CLI](/documentation/sdk/clanker-cli.md)

### Resources

* [Clanker World](https://clanker.world)
* [GitHub Repository](https://github.com/clanker-devco/clanker-sdk)

### Mini App Example!!

* [Deploy a Clanker in a Mini App](https://clanker-sdk-minikit.vercel.app)
* [Repository](https://github.com/mugrebot/minikitclankerapp/tree/master/testing-stuff)

The SDK and quickstart guide are available on the npm registry:

{% embed url="<https://www.npmjs.com/package/clanker-sdk>" %}


---

# 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://clanker.gitbook.io/documentation/sdk/quick-start.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.
