# What It Is

Twist Send introduces an additional privacy layer for users who want to protect their on-chain identity while keeping all transactions transparent and auditable.\
Instead of sending directly from one wallet to another, TWIFT generates an intermediate, temporary address that removes the immediate visibility of the sender-recipient relationship on block explorers.

The result is a transaction that looks and behaves like a normal on-chain transfer, but without exposing the sender’s address directly to the receiver’s wallet.

### Core Features

* Privacy-Enhanced Transfers: Transactions are executed fully on-chain but remove the direct sender-to-recipient visibility. Recipients receive assets normally, but the sender’s address does not appear as the direct source of funds.
* Traceable for Compliance: Every transaction remains verifiable and traceable at the contract level, ensuring that on-chain proof is always available for users' audit or reporting requirements.
* Multi-Network Support: Compatible with multiple blockchain networks, including EVM and future non-EVM chains.
* Error-Proof Design: Twist Send uses a two-step transaction flow that includes an on-chain refund mechanism. In the unlikely case of an error, funds can be safely returned to the sender through user-initiated smart contract interactions. Please note that only you can access your assets, since all transactions occur on-chain and TWIFT cannot manage, manipulate, or access any user funds.

### Compliance and Transparency

* Twist Send does not create untraceable or fully anonymous transactions.
* All transfers remain verifiable and can be reviewed through the TWIFT smart contract.
* The privacy enhancement is designed to obscure only immediate visibility, not eliminate traceability.
* This approach allows users to enjoy a higher degree of privacy without destroying the on-chain data footprint required for transparency and individual reporting obligations.

### Value It Creates

Twist Send represents a new class of privacy tools that combine discretion, security, and compliance.\
It is ideal for users who value privacy in their transfers, freelancers, DAOs, or fund managers, but still require auditability and on-chain proof of activity.

TWIFT gives users more control over what others can see on-chain, without compromising the verifiability that keeps Web3 trustworthy.

<br>


---

# 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/twist-send/what-it-is.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.
