Internal Structure

Description

There are three types of balances:

Temporary Points Balance:

Before a user installs the app, points are credited to the user when a phone number is entered. These points are tagged to the phone number hash value and recorded on a smart contract; this is referred to as the temporary points balance.

Points Balance:

During the app installation process, phone number ownership is verified via SMS authentication. Once the installation is complete, the hashed phone number in the smart contract is linked to the wallet address within the app. At the same time, the temporary points previously stored under the hashed phone number are transferred to the wallet address, making the points available for use. The points balance is recorded in the Ledger smart contract.

Token Balance:

Token balance associated with the user’s wallet address after the app installation. The token balance is recorded in the Ledger smart contract.잔고의 종류는 아래와 같습니다.

Last updated