Get Started
Supported Chains
Networks where Qova contracts are deployed.
Qova contracts are deployed on multiple networks.
| Chain | Chain ID | Currency | Gas | Status |
|---|---|---|---|---|
| Base Sepolia | 84532 | ETH | Standard | Active |
| SKALE Base | 1187947933 | CREDIT | Zero (pre-paid) | Active |
| Base Mainnet | 8453 | ETH | Standard | Active |
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
| Chain | Explorer |
|---|---|
| Base Sepolia | sepolia.basescan.org |
| SKALE Base | skale-base-explorer.skalenodes.com |
| Base Mainnet | basescan.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