Skip to main content
The addresses below are the production NEAR Auth deployment on NEAR mainnet. Use them when you configure an SDK or inspect on-chain activity in an explorer.
Mainnet access is gated. You must be whitelisted before your app can authenticate real users against this deployment. Apply for production access — or build against the open testnet contracts first, which need no sign-off.

Contract addresses

On mainnet, auth0.jwt.fast-auth.near is also the Auth0 signing audience — every JWT the guard verifies must list it in the aud claim. See the Auth0 concept for details.

Network information

When you construct a client, point near-api-js at the mainnet RPC and pass the mainnet account ids:
main.ts
The MPC signer derives each user’s key at the path {guard_id}#{sub}, so the same login always controls the same NEAR account across sessions.

Next steps

Apply for mainnet access

Get whitelisted to authenticate real users in production.

Testnet contracts

The open deployment for building and testing without approval.

Network configuration

RPC URLs, chain ids, and explorers side by side.