Wallet Authentication

Sign a challenge with your Solana wallet. No transaction, no SOL.

How it works

  1. You connect a compatible Solana wallet.
  2. AEGIX returns a domain-bound challenge message with a nonce.
  3. You sign the exact message with wallet.signMessage.
  4. AEGIX verifies the signature and issues a session token.

The message

AEGIX wants you to sign in with your Solana wallet.

Wallet: <YOUR_PUBLIC_KEY>
Domain: aegixintelligence.com
Nonce: <random>
Issued: <ISO timestamp>
Version: 1

Why it is safe

  • Signing does not create a blockchain transaction.
  • Signing costs no SOL.
  • AEGIX never sees your private keys or seed phrase.
  • Challenges are domain-bound and time-limited, preventing replay.
  • Switching wallets invalidates the previous session.

Wallet support

Compatible Solana wallets — including Phantom and Solflare — are supported through the standard wallet-adapter architecture. AEGIX does not hard-code to any single vendor.

The notification email is a delivery destination only and is not a login credential.