This page provides an overview of publicly accessible endpoints and resources available for interacting with the XION network. These endpoints allow developers to query blockchain data, submit transactions, and integrate dApps with the XION ecosystem.
While the XION Foundation maintains official endpoints for all networks, the broader XION community also provides alternative resources for each network. To ensure transparency and accessibility, these community-supported resources are cataloged in the Cosmos Chain Registry, a central repository where anyone can contribute by submitting pull requests (PRs) to add or update endpoints.
For the most up-to-date and reliable network resources, it is always recommended to refer to the Cosmos Chain Registry, as it serves as the primary source for tracking official and community-managed endpoints.
Mainnet
The XION Mainnet is the live production network where fully deployed dApps interact with real users and assets. It is designed for stability, security, and high-performance execution of smart contracts. Developers should ensure their dApps are thoroughly tested on the testnet before deploying to the mainnet to minimize risks.
The table below lists the available resources for this network.
RPC Endpoint
Rest Endpoint
gRPC
Websocket
ws://rpc.xion-mainnet-1.burnt.com/websocket
Chain ID
xion-mainnet-1
Block Explorer
Genesis File
Persistent Peers
Seeds
For additional community-supported RPC, API, and gRPC endpoints, refer to the XION Mainnet Chain Registry. This registry contains the latest publicly available infrastructure contributed by the community, ensuring developers have access to a diverse and up-to-date set of endpoint options.
Testnet
The XION Testnet is designed for experimentation and refining dApps before deploying to Mainnet. It provides a safe environment for developers to test functionality, optimize performance, and resolve issues without affecting real assets.
The table below lists the available resources for this network.
RPC Endpoint
Rest Endpoint
gRPC
grpc.xion-testnet-1.burnt.com:443
Chain ID
xion-testnet-1
Block Explorer
Genesis File
Persistent Peers
Seeds
For additional community-supported RPC, API, and gRPC endpoints, refer to the XION Testnet Chain Registry. This registry provides the latest publicly available infrastructure contributed by the community, ensuring developers have access to diverse and up-to-date endpoint options.
Localnet
If you choose to run a local testnet using our standard Docker setup, the default configuration will match the information provided in the table below.