Account Sign Up
Create a future TradeAlphaAI account. Account creation is foundation-only — the live provider wiring is reserved for a future phase.
Create your account
Live via Clerk hosted UI
Account creation runs through the same hosted-UI flow as sign-in. mode=hosted. No personal data is collected here today.
Account identity fields
opaque identifier
Issued by the auth provider; the platform never sees the raw email.
sha256 only
Used to join alert subscriptions; the raw email stays at the provider.
least privilege
Default scopes: account.read + preferences.read. Write scopes opt-in.
Already have an account?
Use existing account
Returns to the same hosted-UI flow.
Callback endpoint
Where the hosted UI lands after sign-up.
Foundation status
What the future account will inherit.
Authentication is LIVE via the hosted Clerk UI. Clerk holds the session; this site reads only the granted scopes (account.read + preferences.read by default). The PUBLIC publishable key is embedded by design; the SECRET key never leaves Vercel server env. Not investment advice.