Introduction
Go to Mainnet
Moving to mainnet is the final step to bring your integration into production. It involves switching from test environments to live network configurations, where all interactions execute with real assets and users.
Before proceeding, ensure your application has been fully tested on testnet and follows security best practices. Proper setup is critical to guarantee safe, reliable, and production-ready behavior.
For most integrations, the move starts with three changes:
Use the correct mainnet asset issuer.
Switch your API requests to the mainnet base URL.
Generate and use a mainnet API key.
Last updated
Was this helpful?