💳
Wallet
After the sign-up, the user has to create a new wallet in our app, or import an existing one using their seed phrase/private key.
We implement a non-custodial wallet in our app. We do not store the user's seed phrase or private keys anywhere, it is stored as an encrypted string in the application storage on the user device. In case the user loses their seed phrase, we won't be able to restore the access to the user's account.
BNB wallet is used for paying gas fees. Also at the initial stage users will be able to mint NFTs with BNB, however, the price will be higher than with IGU.
IGUP wallet - wallet for rewards tokens. Rewards tokens can be sold, are used to level up and in-game stats upgrades. IGUP tokens are withdrawable only after reaching a certain minimal threshold.
NFT wallet is a wallet with pets collectibles.
The user can deposit IGU, BNB and NFTs, and withdraw from wallets at any time by signing a transaction with his wallet
Last modified 2mo ago