Testnet & Mainnet Environment Model
Xecute deliberately separates execution from intelligence across networks to limit financial risk while the execution stack is hardened.
Network Specifications
| Parameter | X Layer Testnet | X Layer Mainnet |
|---|---|---|
| Chain ID | 1952 | 196 |
| Execution Status | Active Execution | Read-Only / Gated |
| Native Gas Token | OKB (Testnet) | OKB |
| RPC Endpoint | https://testrpc.xlayer.tech/terigon | https://rpc.xlayer.tech |
| Block Explorer | okx.com/web3/explorer/xlayer-test | okx.com/web3/explorer/xlayer |
| Router Contract | 0x9be3af8223f49b9357941db269a39775f7802acb (Demonstration) | Manifest only (no execution contract) |
1. X Layer Testnet (Chain ID: 1952)
Testnet is Xecute's full-stack execution sandbox. Every supported action passes through Xecute's deterministic capability adapters to construct standard Web3 transactions that are submitted to the user's connected wallet for onchain signature and broadcast. Testnet swaps settle through the deployed XecuteTestnetRouter, a deterministic demonstration router built for the current Testnet release.
Supported Testnet Capabilities:
- Testnet Swaps: Testnet swap execution through the deployed Xecute demonstration router with automatic token approvals and deterministic rates.
- Direct Transfers: Native OKB and ERC-20 token transfers with recipient address validation and canonical formatting.
- Token Approvals & Revocations: Setting exact allowances or executing zero-allowance revocations directly on ERC-20 token contracts.
- Live Gas Estimation: Dynamic
eth_estimateGascalls with safety buffers without hardcoded fallbacks.
2. X Layer Mainnet (Chain ID: 196)
On Mainnet, Xecute functions as an ecosystem intelligence and risk inspection terminal. It connects directly to live onchain contracts and protocol registries on X Layer without constructing state-changing transactions.
Supported Mainnet Intelligence Capabilities:
- Protocol & Yield Discovery: Live scouting of supported lending markets and configured protocol data (such as Aave V3 at
0xE3F3Ca...) and liquidity pools (Uniswap V3 on X Layer) with official protocol links. - Wallet Permission Auditing: Live historical log indexing (
Approvalevents) and real-timeallowance(owner, spender)queries to identify unlimited exposure. - Scenario Analytics: Portfolio stress-testing under hypothetical market price movements without making speculative financial forecasts.
Why Mainnet Execution is Gated
Mainnet execution is intentionally disabled in this release to limit financial risk while the execution stack is hardened. Future Mainnet execution will be introduced progressively following comprehensive smart contract audits, security reviews, and protocol adapter verification.