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 wallet, 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.

Last updated