Skip to main content

FAQ

Overview

This page contains answers to frequently asked questions about Ronin Waypoint.

FAQ

Where can I find the client ID?

To find your app's client ID, open the Developer Console, then click Waypoint Service, and then in the Client credentials section, locate the CLIENT ID (APPLICATION ID) field.

Where can I find the chain ID?

The chain ID is 2020 for the Ronin mainnet and 2021 for the Saigon testnet.

What is MPC used for in Ronin Waypoint?

Multi-party computation (MPC) is a cryptographic technology used to generate the wallet's private key and to sign transactions. MPC replaces the traditional private key with two or more shards. One shard is stored on the user's device, the other on the Sky Mavis server. The private key is never fully assembled in one place, making the wallet more secure against hacking attempts.

What if my project already has a user authentication system?

In this case, you can link Ronin Waypoint to your existing account system either as just the wallet address or as the identity provider. For more information, see Link Ronin Waypoint to your existing account system.

How do I upgrade the Ronin Waypoint version?

Sky Mavis automatically upgrades the Ronin Waypoint software to the latest version. You don't need to perform any manual upgrades.

What are sponsored transactions?

Sponsored transactions are transactions where the transaction fees are paid by another entity on behalf of the user, typically the game developer or platform provider.

For more information, see About gas sponsorship.

Can other wallets be linked to the user's Ronin Waypoint account?

Ronin Waypoint generates a keyless wallet during user's onboarding. If the user has an existing EOA Ronin Wallet, they can link it to their Ronin Waypoint account. You can then fetch both wallets as described in Handle wallets.