> For the complete documentation index, see [llms.txt](https://typhoon-2.gitbook.io/typhoon-docs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://typhoon-2.gitbook.io/typhoon-docs/readme.md).

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