Getting Started
Wallet Authentication
Sign a challenge with your Solana wallet. No transaction, no SOL.
How it works
- You connect a compatible Solana wallet.
- AEGIX returns a domain-bound challenge message with a nonce.
- You sign the exact message with
wallet.signMessage. - 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: 1Why 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.