badge-checkWallet Authentication

Secure Wallet Authentication

The system uses cryptographic signatures to verify wallet ownership and authenticate user with the required amount of $PIXIE.

The signature DOES NOT grant ANY approval on user funds and its used ONLY to authenticate.

Users can check signature safeness using common extensions such Pocket Universe.

This approach is secure because:

  • Private keys never leave the wallet

  • Each signature is unique and can only be used once

  • Only the true wallet owner can produce valid signatures

  • No approval for spending is granted during authentication

Last updated