Skip to content

Connecting to Testnet

XOS supports all EVM-compatible wallets. This guide provides general instructions for connecting to the XOS Testnet.

Note: For mobile users, we recommend using OKX Wallet or Rabby Wallet instead of MetaMask mobile app for better user experience and security.

This guide will walk you through the process of configuring your EVM wallet to connect with the XOS Testnet.

Configuring Wallet

To interact with the XOS Testnet, you'll need to add it as a custom network in your wallet.

  1. Launch Your Wallet:

    • Open your preferred EVM wallet (MetaMask, Rabby, OKX Wallet, etc.)
  2. Access Network Configuration:

    • Look for the network settings or network dropdown
    • Select "Add Network" or similar option
  3. Configure Network Parameters:

    json
    {
      "Network Name": "XOS Testnet",
      "RPC URL": "https://testnet-rpc.x.ink/",
      "RPC URL 2": "https://testnet-rpc.xoscan.io/",
      "Chain ID": 1267,
      "Currency Symbol": "XOS",
      "Block Explorer URL": "https://xoscan.io"
    }
  4. Save Configuration:

    • Click "Save" or confirm to add the XOS Testnet to your available networks
  5. Switch to XOS Testnet:

    • Select "XOS Testnet" from the network dropdown to begin network interaction

Verifying Your Connection

To ensure successful connection to the XOS Testnet:

  1. Open your wallet and verify that "XOS Testnet" is displayed as the active network
  2. Access your account details to view your wallet address
  3. Confirm that your balance and token information is displayed correctly (if you have received test tokens)

⚠️ Troubleshooting: If you encounter any issues, double-check the RPC URL, Chain ID, and other network parameters. For additional support, consult the XOS Testnet documentation or visit our support channels.