# Overview

The `Findora SDK` contains a `Triple Masking` API that enables developers to have access to the latest `Findora` privacy features include a fully secured transfer with zero visibility and full privacy.

Users can transfer funds from their *normal* wallet to an *anonymous* wallet. This process is called `bar to abar`.

When the `bar to abar` process is completed, the person who has access to the keys of that *anonymous* wallet and the **special hash with the transfer information** (a.k.a *a commitment*) would be able to decode the information related to that transfer. That person could see their balance, use funds from it, transfer it back to the *normal* walle&#x74;*,* etc.

After funds are *converted* (using `bar to abar`), they are fully secured and hidden under full privacy protection, which means no one can trace either the sender's *normal* wallet information or the amount or type of the asset. It is fully secured, and the only way to retrieve that information and use those funds is to have both **the commitment** and **the anonymous wallet** information.

It is **critically** important to secure and protect this information; otherwise, funds would be completely lost without any option to recover it.

To receive funds from the *anonymous wallet*, the user needs to perform the *opposite (reversed)* operation, which is called `abar to bar`. The user needs to provide the commitment, some pieces of the anonymous wallet information, and information about the normal wallet (where the funds should be transferred).

Both operations (and a few others, such as `abar to abar transfer`) are available in the `Findora SDK` via its `Triple Masking` API, please see the examples in the next chapters.


---

# 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://docs.findora.org/key-concepts/triple-masking/overview.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.
