# Our Solution

TWIFT merges two operational modes in one unified platform:

* Multisend: Transparent bulk transfers executed in a single transaction. Perfect for airdrops, creators, DAOs, teams, and projects that need scalable distribution with verifiable proof.
* Twist Send: Privacy-enhanced transfers that obfuscate the direct “From/To” connection between wallets while keeping all records publicly traceable on-chain.

Both modes share a single goal: empowering users with choice. Whether a transaction requires open auditability or enhanced discretion, TWIFT ensures it happens securely and trustlessly.

#### Core Principles

1. Transparency: All TWIFT operations are verifiable on public blockchains.
2. Privacy Enhancement: Optional obfuscation layers reduce direct traceability without removing compliance visibility.
3. Security: Audited contracts ensure all transfers remain non-custodial and tamper-proof.
4. User Control: Users have full control over their actions and their assets at all times and every transaction requires user approval through their connected wallet.


---

# 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://twift.gitbook.io/twift-docs/about/publish-your-docs.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.
