How It Works

When someone want to perform a deposit a random code is generated client-side, over this code a SHA-3 (Secure Hash Algorithm 3) is applied and this hash is used to register the deposit. Only the user that knows the code can claim the deposit, the smart contract checks internally if the code match after applying the SHA-3.

Deposits can be claimed directly using the 'Free Claim' button, a request is sent to our relayer server and the deposit is claimed to the address requested.

Last updated