# Welcome to Typhoon SDK

<h2 align="center">Typhoon SDK</h2>

<p align="center">The fastest and simple way to add privacy to your Dapp</p>

The **Typhoon SDK** is a developer toolkit that allows **private payments on Starknet through Typhoon private pools**. It provides simple and fast way to integrate (just plug an play), composable, with secure and proven features  that enable users and applications to send and receive payments without exposing sensitive transaction details on-chain.

With this SDK, developers can easily integrate private payments into wallets, Dapps, payment flows and scripts while maintaining privacy.

Key Features:

1. Privacy by default: protect transaction details using ZK proofs
2. Seamless integration: simple and fast way to integrate to your Dapp or node script
3. Process Arbitrary amounts: Typhoon SDK is made to process any arbitrary amount that is above the minimal limit, this is made by splitting the input amount between the Typhoon pools, in this way preserving privacy.
4. multiplatform: Typhoon SDK is made to run on both your front-end and your backend, this allow for more flexible usages, like for example automation scripts

{% content-ref url="/pages/Wj02sUTBXfe4JACLxzCf" %}
[Simple usage (Private Transfer)](/typhoon-docs/getting-started/simple-usage-private-transfer.md)
{% endcontent-ref %}


---

# 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://typhoon-2.gitbook.io/typhoon-docs/readme.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.
