Guide: Deploy Your First Node
- Sign in to the Instanodes dashboard and open the one-click deployment screen.
- Choose a chain (any of the 50+ listed in Chains & Networks) and a node type. Pick shared for testing. Pick dedicated or archive if you already need isolation or full history.
- Pick a region. Instanodes runs infrastructure across 24 global regions. Choose one close to your users or your own backend to cut round-trip latency.
- Confirm the deployment. Standard node types are typically ready in minutes.
- Copy the RPC URL from the dashboard. Point your app, SDK, or
.envfile at the URL. - Send a test request (see the
eth_blockNumberexamples in Get Started) to confirm the endpoint is live, before you wire the endpoint into production code.
Once your first endpoint is live, API Reference covers authentication and request patterns in more depth, and Rate Limits by Tier covers what happens as usage grows.