QovaQova docs
Get Started

Supported Chains

Networks where Qova contracts are deployed.

Qova contracts are deployed on multiple networks.

ChainChain IDCurrencyGasStatus
Base Sepolia84532ETHStandardActive
SKALE Base1187947933CREDITZero (pre-paid)Active
Base Mainnet8453ETHStandardActive

Selecting a Chain

// Base Sepolia (default testnet)
const client = createQovaClient({ chain: "base-sepolia" });

// SKALE Base L3 (zero gas fees)
const client = createQovaClient({ chain: "skale-base" });

// Base Mainnet
const client = createQovaClient({ chain: "base" });

Custom RPC Endpoints

const client = createQovaClient({
  chain: "base-sepolia",
  rpcUrl: "https://your-rpc-endpoint.com",
});

Block Explorers

ChainExplorer
Base Sepoliasepolia.basescan.org
SKALE Baseskale-base-explorer.skalenodes.com
Base Mainnetbasescan.org

Why SKALE Base?

SKALE Base is an L3 on Base with zero gas fees via pre-paid compute credits (CREDIT). This makes it ideal for:

  • High-frequency score updates with instant finality
  • Encrypted transactions for agent privacy
  • Agent platforms that want predictable, zero-variable-cost operations
  • Native bridging of USDC, USDT, WETH, and WBTC from Base