Full RPC Documentation

Detailed endpoint references with visuals, copyable URLs, quick-start snippets, and wallet setup guidance.

Need proactive validator signal instead of checking dashboards manually? Use FoxxOne Validator Alerts for low-noise Telegram monitoring.

Need to run a validator or your own RPC node? See the official Infinite Drive docs.

Running a validator? Get Telegram alerts for missed blocks, jail events, governance updates, and stake changes.

Why Operators Trust This Infrastructure

These are operational facts, not marketing claims. The goal is to show what FoxxOne runs, how long it has been live, and where the current public dependency sits.

QL1 Track Record

  • FoxxOne has run QL1 validator infrastructure for 18+ months.
  • FoxxOne has run the public QL1 RPC stack for 18+ months.
  • The public QL1 RPC shown here is the current Chainlist-visible endpoint.

Current Operational Scope

  • Current QL1 dApps and ecosystem tools rely on the FoxxOne RPC.
  • Live status and validator insights are public on this site, while validator alerts are delivered privately through Telegram subscriptions.
  • Infinite validator support is newer because the chain itself is new.

Infrastructure Guide Spotlight

Recommended OVH server ranges for Validator and RPC nodes, based on FoxxOne operations experience.

Role Recommended Why
Validator Node KS-4 / KS-5 (Kimsufi) NVMe + real cores, stable consensus performance, cost-efficient entry point.
Public RPC Node SYS-1 / SYS-2 (SoYouStart) More CPU and memory headroom for external traffic and tooling load.

Operator Toolkit

Recommended websites relevant to wallet security and infrastructure setup.

Ledger Hardware Wallets

Affiliate

Cold-storage wallet options for operators and users securing long-term assets.

Namecheap Domains, Email & Hosting

Affiliate

Domains, DNS, Private Email, SSL, WordPress, and starter hosting for validator, RPC, and ecosystem project websites.

NordVPN

Affiliate

Encrypted remote access for validator and RPC operations.

OVHcloud Kimsufi Servers

Recommended

Dedicated server options with strong hardware-to-price value for validator and RPC infrastructure.

GorillaServers Dedicated Servers

Recommended

Bare-metal Ryzen server options with unmetered 1 Gbps bandwidth and NVMe storage.

Disclosure: Some links in this section are affiliate links. If you use them, FoxxOne may earn a commission at no extra cost to you.

Developer Resources

Official Infinite builder and operator references for docs, public assets, and wallet-connect tooling.

Infinite Drive Docs

Official documentation covering chain usage, validator and RPC setup paths, and broader integration guidance.

FoxxOne QL1 Endpoints

#ql1-endpoints

FoxxOne-operated QL1 endpoints. Live checks are available on the status page for RPC, JSON-RPC, EVM RPC, gRPC, and P2P.

EVM RPC (MetaMask & dApps)

EVM RPC (MetaMask & dApps)

WalletsdAppsEVM tooling
URL: evm-rpc-ql1.foxxone.one

Ethereum-compatible JSON-RPC endpoint for wallets and dApps. Recommended endpoint for Chainlist, MetaMask, and EVM tooling.

Quick start

Add to Wallet (MetaMask / Keplr / etc)

QOM Layer One (QL1)
RPC URL: https://evm-rpc-ql1.foxxone.one
Chain ID: 766
Currency Symbol: QOM
Block Explorer: Use QL1 explorer
Tip: Chainlist can auto-fill the same values.

Quick JSON-RPC Test (curl)

curl -X POST "https://evm-rpc-ql1.foxxone.one" \
  -H "content-type: application/json" \
  --data '{"jsonrpc":"2.0","id":1,"method":"web3_clientVersion","params":[]}'

ethers.js

import { JsonRpcProvider } from "ethers";

const provider = new JsonRpcProvider("https://evm-rpc-ql1.foxxone.one");
const block = await provider.getBlockNumber();
console.log(block);
RPC (Comet)

RPC (Comet)

Node queriesChain dataOps tooling
URL: rpc.foxxone.one

Associated with the Tendermint RPC service that underpins the QL1 blockchain. Exposes core consensus and chain-level information.

Quick start

Comet/Tendermint Status (curl)

curl "https://rpc.foxxone.one/status"
JSON-RPC

JSON-RPC

Backend appsIndexersAutomation
URL: json-rpc.foxxone.one

Provides access to JSON-RPC for backend apps interacting with QL1. Supports queries and transaction submissions.

Quick start

Quick JSON-RPC Test (curl)

curl -X POST "https://json-rpc.foxxone.one" \
  -H "content-type: application/json" \
  --data '{"jsonrpc":"2.0","id":1,"method":"web3_clientVersion","params":[]}'
gRPC

gRPC

Service integrationsTooling
URL: rpc.foxxone.one:9090

Cosmos SDK gRPC endpoint for integrations and developer tooling. Intended for gRPC-compatible clients, not browser wallets.

Quick start

gRPC Note

Endpoint: rpc.foxxone.one:9090
Use gRPC-compatible tooling (grpcurl, app SDKs, indexers).
Available services/methods depend on the remote node configuration.
P2P Network Layer

P2P Network Layer

ValidatorsNode sync
URL: p2p.foxxone.one

Tendermint P2P connectivity between nodes. Required for validator connectivity and chain synchronization; not for end-user wallets.

Quick start

P2P Usage Note

Host: p2p.foxxone.one
For validator/node networking and sync only.
Not a wallet or dApp RPC endpoint.

AYC Community RPC Endpoints (QL1)

#ayc-ql1

Community/public QL1 endpoints operated by AYC. Not operated by FoxxOne.

EVM Public RPC (AYC Community)

EVM Public RPC (AYC Community)

WalletsdAppsEVM tooling

Ethereum-compatible JSON-RPC endpoint for QOM Layer One (QL1). Community/public endpoint operated by AYC (not FoxxOne).

Quick start

Add to Wallet (MetaMask / Keplr / etc)

QOM Layer One (QL1)
RPC URL: https://evm-rpc-ql1.mschihuahua.org
Chain ID: 766
Currency Symbol: QOM
Block Explorer: Use official Infinite explorer
Tip: Chainlist can auto-fill the same values.

Quick JSON-RPC Test (curl)

curl -X POST "https://evm-rpc-ql1.mschihuahua.org" \
  -H "content-type: application/json" \
  --data '{"jsonrpc":"2.0","id":1,"method":"web3_clientVersion","params":[]}'

ethers.js

import { JsonRpcProvider } from "ethers";

const provider = new JsonRpcProvider("https://evm-rpc-ql1.mschihuahua.org");
const block = await provider.getBlockNumber();
console.log(block);
Comet RPC (AYC Community)

Comet RPC (AYC Community)

Node queriesChain dataOps tooling

Comet/Tendermint-style RPC endpoint for QOM Layer One (QL1) chain and consensus data. Community/public endpoint operated by AYC (not FoxxOne).

Quick start

Comet/Tendermint Status (curl)

curl "https://comet-rpc-ql1.mschihuahua.org/status"

Infinite Improbability Drive Community/Public Endpoints (Mainnet)

#infinite-mainnet

Community/public Infinite endpoints for mainnet reference. These endpoints are not operated by FoxxOne.

EVM Public RPC (Community)

EVM Public RPC (Community)

WalletsdAppsEVM tooling
URL: evm-rpc.infinitedrive.xyz

Ethereum-compatible JSON-RPC endpoint for wallets and dApps on Infinite Improbability Drive. Community/public endpoint, not operated by FoxxOne.

Quick start

Add to Wallet (MetaMask / Keplr / etc)

Infinite Improbability Drive
RPC URL: https://evm-rpc.infinitedrive.xyz
Chain ID: 421018
Currency Symbol: 42
Block Explorer: Use official Infinite explorer
Tip: Chainlist can auto-fill the same values.

Quick JSON-RPC Test (curl)

curl -X POST "https://evm-rpc.infinitedrive.xyz" \
  -H "content-type: application/json" \
  --data '{"jsonrpc":"2.0","id":1,"method":"web3_clientVersion","params":[]}'

ethers.js

import { JsonRpcProvider } from "ethers";

const provider = new JsonRpcProvider("https://evm-rpc.infinitedrive.xyz");
const block = await provider.getBlockNumber();
console.log(block);
Comet RPC (Community)

Comet RPC (Community)

Node queriesChain dataOps tooling
URL: comet-rpc.infinitedrive.xyz

Comet/Tendermint-style RPC endpoint for chain and consensus data on Infinite Improbability Drive. Community/public endpoint, not operated by FoxxOne.

Quick start

Comet/Tendermint Status (curl)

curl "https://comet-rpc.infinitedrive.xyz/status"
gRPC (Community)

gRPC (Community)

Service integrationsTooling
URL: grpc.infinitedrive.xyz

gRPC endpoint for service integrations and node tooling on Infinite Improbability Drive. Community/public endpoint, not operated by FoxxOne.

Quick start

gRPC Note

Endpoint: grpc.infinitedrive.xyz
Use gRPC-compatible tooling (grpcurl, app SDKs, indexers).
Available services/methods depend on the remote node configuration.

Panda Community RPC Endpoints (Infinite Mainnet)

#infinite-mainnet

Community/public Infinite mainnet endpoints operated by Panda. Not operated by FoxxOne. Currently in performance testing.

EVM Public RPC (Panda Community)

EVM Public RPC (Panda Community)

WalletsdAppsEVM tooling
URL: evm-rpc.infinitepanda.xyz

Ethereum-compatible JSON-RPC endpoint for Infinite Improbability Drive mainnet. Community/public endpoint operated by Panda (not FoxxOne).

Quick start

Add to Wallet (MetaMask / Keplr / etc)

Infinite Improbability Drive
RPC URL: https://evm-rpc.infinitepanda.xyz
Chain ID: 421018
Currency Symbol: 42
Block Explorer: Use official Infinite explorer
Tip: Chainlist can auto-fill the same values.

Quick JSON-RPC Test (curl)

curl -X POST "https://evm-rpc.infinitepanda.xyz" \
  -H "content-type: application/json" \
  --data '{"jsonrpc":"2.0","id":1,"method":"web3_clientVersion","params":[]}'

ethers.js

import { JsonRpcProvider } from "ethers";

const provider = new JsonRpcProvider("https://evm-rpc.infinitepanda.xyz");
const block = await provider.getBlockNumber();
console.log(block);
Comet RPC (Panda Community)

Comet RPC (Panda Community)

Node queriesChain dataOps tooling
URL: comet-rpc.infinitepanda.xyz

Comet/Tendermint-style RPC endpoint for Infinite Improbability Drive mainnet. Community/public endpoint operated by Panda (not FoxxOne).

Quick start

Comet/Tendermint Status (curl)

curl "https://comet-rpc.infinitepanda.xyz/status"
gRPC (Panda Community)

gRPC (Panda Community)

Service integrationsTooling
URL: grpc.infinitepanda.xyz

gRPC endpoint for Infinite Improbability Drive mainnet integrations and tooling. Community/public endpoint operated by Panda (not FoxxOne).

Quick start

gRPC Note

Endpoint: grpc.infinitepanda.xyz
Use gRPC-compatible tooling (grpcurl, app SDKs, indexers).
Available services/methods depend on the remote node configuration.

Infinite Improbability Drive Community/Public Endpoints (Testnet)

#infinite-testnet

Community/public Infinite testnet endpoints for testing only. These endpoints are not operated by FoxxOne.

EVM Public RPC (Testnet Community) TESTNET

EVM Public RPC (Testnet Community)

WalletsdAppsEVM tooling
URL: evm-rpc-testnet.infinitedrive.xyz

Ethereum-compatible JSON-RPC endpoint for Infinite Improbability Drive testnet. Community/public endpoint, not operated by FoxxOne.

Quick start

Add to Wallet (MetaMask / Keplr / etc)

Infinite Improbability Drive Testnet
RPC URL: https://evm-rpc-testnet.infinitedrive.xyz
Chain ID: 421018001
Currency Symbol: TEST42
Block Explorer: Use official Infinite explorer
Tip: Chainlist can auto-fill the same values.

Quick JSON-RPC Test (curl)

curl -X POST "https://evm-rpc-testnet.infinitedrive.xyz" \
  -H "content-type: application/json" \
  --data '{"jsonrpc":"2.0","id":1,"method":"web3_clientVersion","params":[]}'

ethers.js

import { JsonRpcProvider } from "ethers";

const provider = new JsonRpcProvider("https://evm-rpc-testnet.infinitedrive.xyz");
const block = await provider.getBlockNumber();
console.log(block);
Comet RPC (Testnet Community) TESTNET

Comet RPC (Testnet Community)

Node queriesChain dataOps tooling
URL: comet-rpc-testnet.infinitedrive.xyz

Comet/Tendermint-style RPC endpoint for Infinite Improbability Drive testnet. Community/public endpoint, not operated by FoxxOne.

Quick start

Comet/Tendermint Status (curl)

curl "https://comet-rpc-testnet.infinitedrive.xyz/status"
gRPC (Testnet Community) TESTNET

gRPC (Testnet Community)

Service integrationsTooling
URL: grpc-testnet.infinitedrive.xyz

gRPC endpoint for Infinite Improbability Drive testnet integrations and tooling. Community/public endpoint, not operated by FoxxOne.

Quick start

gRPC Note

Endpoint: grpc-testnet.infinitedrive.xyz
Use gRPC-compatible tooling (grpcurl, app SDKs, indexers).
Available services/methods depend on the remote node configuration.