0. TL;DR
Datachain Rope is a fully EVM-compatible L1. You do not need any Rope-specific SDK or bespoke API to integrate. Every call in this document is either:
- A standard Ethereum JSON-RPC method served by
https://erpc.datachain.network(orhttps://erpc.rope.network) - same wire format as Ethereum, same tooling (ethers.js, viem, web3.py, foundrycast, go-ethereum client, ...). - A CMC / CoinGecko-style public JSON API served by
https://dcscan.io/api/v1/*(block explorer + supply reconciliation + token labels). - A DCSwap DEX contract (Uniswap V2 fork) already deployed on-chain, addressable by any Router-aware aggregator.
If your integration works against Ethereum today, adding Rope is a matter of appending one entry to your chains config and (for centralised exchanges) allocating a hot wallet. There is no code to write against a proprietary surface.
Datachain Rope mainnet only (chainId 271828). No testnet is exposed externally at this time. Owner: Datachain Foundation SAS. Technical contact: contact@datachain.one. Ops SLA: /v1/fleet-status.
1. Two integration models
The rest of the guide separates by which model applies.
Model A - Centralised exchange with custody (MintMe, MEXC, Gate, ...)
You custody user funds. You need:
- A way to talk to the chain (JSON-RPC + WSS).
- Deposit-address generation, funded-tx confirmation, and withdrawal-broadcast paths.
- A canonical way to represent the asset on your side (name, ticker, decimals, contract if any).
- Optional: internal risk parameters (finality depth, min withdrawal, fee schedule).
Model A does not need to touch DCSwap or any Rope-specific contract. You are trading against your own order book off-chain.
Model B - DEX / aggregator / DEX front-end (XSwap, 1inch, Rango, ...)
You do not custody. You need:
- A way to talk to the chain (JSON-RPC + WSS) - same as Model A.
- A canonical liquidity source on Rope. DCSwap is a UniswapV2-compatible AMM already deployed; use its Router + Factory directly, or index its pools for quoting.
- A canonical asset registry (contract address, decimals, logo). See §5.
Model B does not need to redeploy any contracts on Rope unless you want your own venue rather than routing through DCSwap.
2. Network parameters (paste-safe values)
| Chain name | Datachain Rope Mainnet |
| Chain ID (hex) | 0x425d4 |
| Chain ID (decimal) | 271828 |
| Native coin name | DC FAT |
| Native coin symbol | FAT |
| Native coin decimals | 18 |
| Consensus | Testimony Consensus (proposer + independent-attester quorum, Reth-based execution, Engine-API driven) |
| Block time (avg) | ~4.2 s |
| Finality (recommended confirmation depth) | 2 blocks (soft) / 10 blocks (hard, ~42 s) |
| Public JSON-RPC | https://erpc.datachain.network (primary), https://erpc.rope.network (secondary) |
| Public WebSocket | wss://ws.datachain.network (primary), wss://ws.rope.network (secondary) |
| Public block explorer | https://dcscan.io |
| Block explorer JSON API | https://dcscan.io/api/v1/* |
| Fleet status (uptime SLA) | /v1/fleet-status |
| Liveness probe | /healthz |
| HD derivation path | m/44'/60'/0'/0/0 (BIP-44 Ethereum coin type 60, deliberate for tooling parity) |
| Address format | EIP-55 checksummed (identical to Ethereum) |
| Signature scheme | secp256k1 (identical to Ethereum). Post-quantum hybrid (Ed25519 + Dilithium3) is enforced at consensus but transparent to EVM tooling |
| Genesis date | 2026-03-25 |
| Chainlist | chainlist.org/chain/271828 |
Every wallet and dApp that integrates Rope should fetch /api/v1/network/config at connect time and push the eip3085 sub-object to the user's wallet via wallet_addEthereumChain. This is how RPC URL rotations are propagated without dApp deploys. Do not hard-code RPC URLs - fetch and cache (5-minute TTL is fine).
Sample response (verified live 2026-08-14):
3. JSON-RPC surface
Every standard Ethereum method works unchanged. The only additions are rope_* methods for Datachain Rope's per-entity ledger primitives (Quipu Canon v1.2). Exchanges and DEXes do not need the rope_* methods for basic listing - they are available if you want richer analytics or per-wallet activity streams.
3.1 Standard eth_* methods (verified compatible)
eth_chainId, eth_blockNumber, eth_gasPrice, eth_getBalance, eth_getTransactionCount, eth_getBlockByNumber, eth_getBlockByHash, eth_getTransactionByHash, eth_getTransactionReceipt, eth_getLogs, eth_sendRawTransaction, eth_call, eth_estimateGas, eth_feeHistory, eth_getCode, eth_getStorageAt, eth_syncing, net_version, web3_clientVersion.
WebSocket subscriptions (eth_subscribe) supported for: newHeads, logs, newPendingTransactions.
eth_sendRawTransaction is pinned by the nginx router to the sole active sequencer (BLUE). If your infra ever hits an attester read-endpoint directly and gets an accepted-looking response with no receipt within 30 s, the tx was reclaimed by the autonomous ghost-tx reclaim loop and injected onto the sequencer. In practice, you will never see this if you use https://erpc.datachain.network because the router handles it.
3.2 Additive rope_* methods (optional)
| Method | Purpose |
|---|---|
rope_globalStats | Global cord + string + knot counts + per-kind breakdown + invariant flag |
rope_listStrings | Paginated list of registered per-entity strings (wallet, contract, asset, did, cord) |
rope_getString | Descriptor for a single string (genesis knot, head knot, knot count) |
rope_knotIndex / eth_blockNumber | Canonical name for cord-anchor knot index (block height alias for EVM tooling) |
rope_getKnotByIndex / eth_getBlockByNumber | Same |
rope_getKnotByHash / eth_getBlockByHash | Same |
3.3 Rate limits, endpoints, and SLA
- Public RPC has no auth key required. Use conservative pacing: peer traffic bursts to ~100 r/s were absorbed on 2026-08-04, but sustained > 200 r/s per client will hit the
limit_reqzone and return HTTP429. - Two RPCs and two WSS URLs are exposed. Round-robin or health-check between them. Behind each URL there is a 4-node failover fleet (BLUE, GREEN, DO-rpc-1, DO-rpc-2) transparent to the client.
- Uptime signal: fetch
/v1/fleet-statusevery 60 s. Watchwriter.status,edge.status, andself_heal.escalate_to_cerber(paging signal). - Historical outage class: BLUE MTBF ~30 min under peak load. Adaptive
estimated_recovery_atandrecommended_deadline_padding_secsare published inself_heal- use them to pad transaction deadlines during a restart window. - If you need a private high-limit endpoint (bots, indexers, MM engines), request it via
contact@datachain.one.
4. Block explorer API
Standard read-only JSON at https://dcscan.io/api/v1/*. All endpoints CORS-open. No auth key required.
4.1 Endpoints exchanges typically use
| Endpoint | Returns | Update |
|---|---|---|
GET /api/v1/stats | Network-wide: chainId, latest knot, cord anchors, transactions, events, FAT price, market cap, holders | Realtime (cached 15 s) |
GET /api/v1/supply/circulating | Bare text/plain number of circulating FAT (this is what CMC / CG poll). Scenario A methodology. | Realtime (5-min recompute) |
GET /api/v1/supply/total | Bare text/plain number of total FAT (native emission + migrated legacy DC) | Realtime |
GET /api/v1/supply/reconciliation | Full JSON: total, circulating, per-bucket breakdown, per-wallet uncirculated list, as-of timestamp | Realtime |
GET /api/v1/labels | Canonical (address -> label) registry (foundation reserves, DCSwap contracts, Tanastok treasuries, ...) | Cache 5 min |
GET /api/v1/accounts/:address/overview | Balance, tokens, tx count, first-seen, label | Realtime |
GET /api/v1/accounts/:address/tokens | DCR-20 token balances + USD values (via PriceLens) | Realtime |
GET /api/v1/tokens/:address | Token detail (name, symbol, decimals, totalSupply, priceUsd, marketCap) | Realtime |
GET /api/v1/tokens | Paginated token summary list | Cache 30 s |
4.2 Price feed (canonical)
The single source of truth for FAT / DCR-20 spot price is https://dcswap.net/v1/prices. Sample:
WFAT price equals FAT price 1:1 (WFAT is the DCR-20 wrap, same mechanic as WETH:ETH). Any integration that displays WFAT must use data.FAT.usd. This invariant is enforced across DCScan by the PriceLens diffusion module.
5. Asset registry
FAT has three on-chain surfaces, tied by an audited 1:1 burn-and-mint migration. Exchanges list one (native FAT); DEXes may need the DCR-20 wrap.
5.1 Primary asset
| Asset name | Datachain (formerly Datachain Foundation) |
| Ticker | FAT (formerly DC) |
| Standard | Native coin of Datachain Rope (chainId 271828) |
| Contract | None - it is the native gas asset |
| Decimals | 18 |
| Genesis supply | 10,000,000,000 FAT |
| Max supply | ~18,000,000,000 FAT (asymptotic) - emitted via anchor-knot rewards under Bitcoin-style 4-year halving. Not pre-minted, not PoW-mined. |
| Current circulating | Poll /api/v1/supply/circulating |
| Logo | /assets/logo.svg |
| CMC listing | id 10357 (coinmarketcap.com/currencies/datachain-foundation/) |
5.2 Wrapped FAT (WFAT) - DCR-20, ERC-20 wire-compatible
Required by any DEX / aggregator that routes swaps against Uniswap-V2-style pools. This is what MetaMask reads for balanceOf and what DCSwap LP pairs trade.
| Contract | 0x285eecf51d5f0a6ab8d8151139b4d19b05c6b3e4 |
| Standard | DCR-20 (Datachain Rope's native fungible token standard, ERC-20 wire-compatible - identical function selectors and events) |
| Name / Symbol | Wrapped DC FAT / WFAT |
| Decimals | 18 |
| Extra methods | deposit() payable, withdraw(uint256) (same as WETH9) |
| Price | Always equals FAT price 1:1 |
5.3 Legacy DC (pre-migration)
| Chain | Contract | Standard |
|---|---|---|
| Ethereum (1) | 0x0B44547be0A0Df5dCd5327de8EA73680517c5a54 | ERC-777 |
| XDC Network (50) | 0x20b59e6c5deb7d7ced2ca823c6ca81dd3f7e9a3a | XRC-20 |
These are being migrated 1:1 to native FAT via the audited burn-and-mint contracts below. Exchanges should list native FAT, not legacy DC.
5.4 Migration contracts (for CMC / CG due diligence)
| Contract | Chain | Address |
|---|---|---|
EthereumOriginBurn | Ethereum (1) | 0xAdbE9b023475cf6A150c58F60b65ACB07536e07d |
XdcOriginBurn | XDC (50) | 0xBf010DAd0C44Ed0481Ed9eDCc01A2DcfD8eE6742 |
FATMigrationMinter | Datachain Rope (271828) | 0x70406ae110D6ccff9a73a2AC2b82d3B666B5a51a |
Caps: 5,000,000 DC/FAT per tx, 25,000,000 rolling 24h aggregate.
5.5 Bridged stablecoins (for DEX quote-currency pairs)
| Symbol | Contract | Decimals |
|---|---|---|
| USDC | 0xb93bd8db94f1baff474aa9cba0739daaad01641f | 6 |
| USDT | 0x79a26132f48394421382c13b54ae77fa3af73289 | 6 |
| EUROD | 0x24d6137807fa8a592888726d87ac748d018c6d4a | 6 |
6. DCSwap - the canonical DEX on Datachain Rope
DCSwap is a Uniswap V2 fork audited and operated by Datachain Foundation. It is the reference liquidity source on chainId 271828. Any aggregator that supports UniswapV2Router02 can integrate DCSwap by adding a new chains entry with these addresses.
6.1 Router + Factory
| Contract | Address | Interface |
|---|---|---|
DCSwapFactory | 0x772e5fd559069aecce5e6983c0c415c8579d780d | UniswapV2Factory ABI (identical) |
DCSwapRouter | 0x8ebdd966e9e9af2ec5d02c886b1c4b5ba617e7c4 | UniswapV2Router02 ABI (identical, WETH() returns WFAT) |
Multicall3 | 0xc2eeb0100aa7e81a3193bdce6733ff767f3bb93a | Standard Multicall3 |
6.2 Live pools
| Pair | Address | Fee | token0 / token1 |
|---|---|---|---|
| FAT/USDC | 0xd9ebc3da001618a3ae90481d33ae7ef85e130317 | 0 bps (fee-free) | WFAT / USDC |
| FAT/USDT | 0x644da44bcd5f453c593781dbe22dfd733e8d1441 | 0 bps | WFAT / USDT |
| FAT/EUROD | 0x1e9c2ccf67320459bc4999a9f8be4a063d4021e4 | 0 bps | EUROD / WFAT |
| USDC/USDT | 0xb86bdcecad93573d6ca21313aa7eac52800513c8 | 30 bps | USDC / USDT |
Reserves and TWAP checks are the standard getReserves() and price0CumulativeLast() / price1CumulativeLast() calls. Nothing about the ABI has been changed from UniswapV2 canonical.
6.3 Aggregator integration pattern
- Append a
chains[271828]entry with the RPC + explorer + native coin as documented in §2. - Register the
DCSwapFactoryaddress (protocol type:uniswap_v2). Init-code-hash for off-chain CREATE2 pair-address derivation is0x17abb07a6866e0805d5525f8aa38bfb7e6e0b51cb92df1a1a981d5a96ebdff28(verified live 2026-08-14 viaFactory.pairCodeHash(), selector0x9aab9248). - Register the four pool addresses in your pool registry (or discover via
Factory.allPairs(i)/Factory.allPairsLength()). - Route swaps via
DCSwapRouter.swapExactTokensForTokens,swapExactETHForTokens,swapExactTokensForETH, etc. - identical calldata as UniswapV2Router02,WETH()returns WFAT. - Optional: index Router logs (
Swap,Mint,Burn) for realtime pool metrics.
7. MintMe integration playbook (Model A)
MintMe already supports Ethereum, BSC, Solana, BASE, Avalanche, CRO, Arbitrum, Polygon, and MintMe.com Coin. Adding Datachain Rope is mechanically identical to how MintMe added BASE and Arbitrum - it is another EVM chain, no bespoke SDK.
7.1 What MintMe engineering needs to do
- Chain config entry. One row:
chain_name: "Datachain Rope",chain_id: 271828,native_coin: "FAT",decimals: 18,explorer: "https://dcscan.io",rpc: "https://erpc.datachain.network"(fallbackhttps://erpc.rope.network),ws: "wss://ws.datachain.network",finality_depth: 10 blocks(~42 s),min_confirmations_for_credit: 2 blocksfor user deposits. - Wallet infra. Same as any other EVM chain. HD-derive using
m/44'/60'/0'/0/N. Ledger and Trezor detect Rope as an EVM chain automatically. Deposit-address generation: HD-derive as normal. - Deposit detection. Subscribe via
wss://ws.datachain.networktonewHeads, iterate transactions, filter byto = user_deposit_address. For DCR-20 token deposits (if MintMe lists USDC/USDT on Rope): subscribe toTransfer(from, to, value)logs on the token contract. - Withdrawal broadcast. Standard
eth_sendRawTransaction. Two Rope-specific hardenings recommended:- Deadline padding: read
self_heal.recommended_deadline_padding_secsfrom/v1/fleet-statusat broadcast time and add it to your usual deadline. Zero during normal operation; ~180 s during a BLUE restart. - Idempotent submit: if you get no receipt after 60 s, retry with the same signed tx. The ghost-tx reclaim loop guarantees the tx will land on the sequencer within ~30 s even if it hit an attester's mempool first.
- Deadline padding: read
- Listing form fields for the FAT market:
Coin/Token name DatachainTicker FATNetwork Datachain Rope(native coin)Legacy tickers DCon Ethereum (ERC-777) +DCon XDC (XRC-20); merged 1:1 viaFATMigrationMinterDecimals 18Circulating supply URL /api/v1/supply/circulatingTotal supply URL /api/v1/supply/totalMax supply 18,000,000,000 FAT(asymptotic)Website / Explorer / DEX datachain.network / dcscan.io / dcswap.net Contact contact@datachain.one
7.2 Recommended trading pairs
FAT/USDT- first choice. CMC and CoinGecko weight pairs against USDT/BTC/ETH highest.FAT/BTC- second choice, same reason.FAT/MINTME- useful as a fallback.
For CMC data-quality scoring, at least one of the first two is required.
7.3 Liquidity commitment
Datachain Foundation commits to running a two-sided market-maker on MintMe's FAT/USDT (and FAT/BTC when live), reusing the existing 62-wallet / 9-strategy DCSwap bot architecture redirected at MintMe's order book. Contact: contact@datachain.one.
8. XSwap Protocol integration playbook (Model B)
XSwap Protocol (app.xspswap.finance) is a Uniswap V2-style DEX front-end on XDC Network. Two integration options exist.
8.1 Option A - route swaps through DCSwap (recommended)
Zero on-chain deployment on XSwap's side. XSwap adds Rope as a supported network in the front-end and routes trades through DCSwapRouter.
Frontend chain config (wagmi / viem):
DEX protocol registration:
Any existing UniswapV2 quoting / swap code works unchanged.
8.2 Option B - deploy XSwap's own DEX contracts on Rope
If XSwap wants its own venue: deploy Factory + Router + WFAT wrapper (or reuse existing WFAT), seed pools, register in the DCSwap analytics indexer. Recommended only if XSwap plans to differentiate on features (V3 concentrated liquidity, custom fee tiers).
8.3 Cross-chain flow (XDC XSwap <-> Datachain Rope FAT)
To enable native XDC <-> Rope FAT swaps:
- XDC-side: user swaps XDC-native or XRC-20 assets on XSwap for legacy DC (XRC-20) at
0x20b59e6c5deb7d7ced2ca823c6ca81dd3f7e9a3a. - XDC-side: user calls
initiateMigration(amount, destinationDatawallet)onXdcOriginBurnat0xBf010DAd0C44Ed0481Ed9eDCc01A2DcfD8eE6742. This burns the legacy DC. - Rope-side: within ~2 minutes, the migration relayer mints native FAT to the destination address on Rope via
FATMigrationMinter. - Rope-side: user can then swap on DCSwap for WFAT / USDC / USDT / EUROD.
Migration status: /v1/migration/stats. Per-burn tracking: /v1/migration/status/:burnId. XSwap could wrap steps 1-4 in a single UX flow ("swap XDC for FAT on Rope") once the migration Phase 1 opens.
9. CoinGecko DEX listing (DCSwap as tracked DEX on Rope)
Written for CoinGecko's integration team and anyone shepherding DCSwap through the CoinGecko new-DEX submission. The goal is for CoinGecko to list DCSwap as a tracked decentralised exchange under Datachain Rope so DCSwap pools start reporting real-time volume + liquidity on coingecko.com.
9.1 What's already live (verified 2026-08-14)
DCSwap already exposes the two JSON endpoints CoinGecko's DEX schema requires. No code work on the DCSwap side is required for CoinGecko to start polling.
| CoinGecko required endpoint | Live URL | Status |
|---|---|---|
| Pairs list | https://dcswap.net/api/pairs | HTTP 200 |
| Tickers | https://dcswap.net/api/tickers | HTTP 200 |
| Historical trades (optional) | not exposed | Optional per CG spec; can be added on request |
| Canonical price feed (auxiliary) | https://dcswap.net/v1/prices | HTTP 200 |
Sample response (/api/tickers, one ticker abbreviated):
9.2 Field mapping (DCSwap live shape -> CoinGecko DEX spec)
| CoinGecko DEX schema field | Source in DCSwap response | Notes |
|---|---|---|
ticker_id | /api/tickers[].ticker_id | Present, {BASE}_{TARGET} format |
base_currency | /api/tickers[].base_currency | Present |
target_currency | /api/tickers[].target_currency | Present |
last_price | /api/tickers[].last_price | Present, string decimal |
base_volume (24h) | /api/tickers[].base_volume | Present, sliding 24h |
target_volume (24h) | /api/tickers[].target_volume | Present, sliding 24h |
pool_id | /api/tickers[].pool_id | Present, pair contract address |
liquidity_in_usd | /api/tickers[].liquidity_in_usd | Present, priced against PriceLens snapshot |
high / low (24h) | not present today | Optional per CG DEX spec; CG typically derives from ticker snapshots |
bid / ask | derive from last_price | For a constant-product AMM there is no order book; bid/ask are the marginal price at 1 unit of size |
product_type | imply spot | DCSwap is spot only, no perps |
For /api/pairs, CoinGecko's DEX spec expects ticker_id, base, target, pool_id. DCSwap's current /api/pairs returns pair_id, base, quote - same information, three field-name differences. If CoinGecko's loader is strict, the DCSwap indexer can add an aliased route at /api/coingecko/pairs that renormalizes without changing the canonical endpoint - flag contact@datachain.one and this can be shipped in < 1 hour.
9.3 Submission steps
- Verify endpoints one last time: confirm
/api/pairsand/api/tickersreturn HTTP 200. - Submit CoinGecko new-DEX request at coingecko.com/en/coins/new or reach out via
hello@coingecko.com. - Payload for CoinGecko:
DEX name DCSwapDEX website dcswap.net DEX chain Datachain Rope(chainId271828)Pairs endpoint https://dcswap.net/api/pairsTickers endpoint https://dcswap.net/api/tickersFactory address 0x772e5fd559069aecce5e6983c0c415c8579d780dRouter address 0x8ebdd966e9e9af2ec5d02c886b1c4b5ba617e7c4Wrapped native (WFAT) 0x285eecf51d5f0a6ab8d8151139b4d19b05c6b3e4Init code hash 0x17abb07a6866e0805d5525f8aa38bfb7e6e0b51cb92df1a1a981d5a96ebdff28Fork lineage Uniswap V2 Block explorer dcscan.io Public RPC https://erpc.datachain.networkContact contact@datachain.one - CoinGecko engineering will:
- Poll
/api/pairson a slow cadence (typically hourly) to discover pools. - Poll
/api/tickersevery 1-5 min for live price + volume + liquidity. - Cross-check Router
Swaplogs againstDCSwapRouterviahttps://erpc.datachain.network. - Assign a chain slug for Datachain Rope; add DCSwap under it.
- Poll
- Post-listing verification:
- DCSwap appears under coingecko.com/en/exchanges/decentralized filtered by the Rope chain.
- Each pool has a live "Trade" button pointing to
https://dcswap.net. - FAT market cap on CoinGecko starts pulling reserve data from DCSwap pools.
9.4 Cross-platform coordination with CMC
The parent-token CMC listing (id 10357) already tracks native FAT. CoinGecko's DEX listing for DCSwap should reference the same asset registry (§5) so cross-platform price + supply numbers stay in sync. The single source of truth on both is https://dcscan.io/api/v1/supply/{circulating,total,reconciliation}.
10. Acceptance criteria (post-integration smoke tests)
Both platforms should verify the following before go-live.
10.1 Chain connectivity
10.2 Native FAT deposit + withdrawal (Model A)
- Send
0.01 FATfrom Datawallet+ / MetaMask to your generated deposit address. - Verify credit within ~10 blocks (~42 s) using
eth_getTransactionReceipt. - Withdraw
0.005 FATback to Datawallet+. Verify receipt. - Confirm your deposit address's
eth_getTransactionCountincremented.
10.3 DCR-20 (WFAT / USDC) transfer semantics
- Read
balanceOf(address)returns non-zero. - Read
Transfer(from, to, value)log viaeth_getLogsfiltered by the WFAT contract topic. - Optional (Model B): quote a
getAmountsOut(1e18, [WFAT, USDC])onDCSwapRouterand verify the result is within 0.5% ofdcswap.net/v1/prices.data.FAT.usd.
10.4 Swap round-trip (Model B)
swapExactETHForTokens(0, [WFAT, USDC], user, deadline) { value: 1e17 }(~0.1 FAT -> USDC).- Verify
Swapevent on the FAT/USDC pool. - Verify user's WFAT balance and USDC balance updated.
- Reverse:
swapExactTokensForETH(usdc_amount, 0, [USDC, WFAT], user, deadline)afterUSDC.approve(router, usdc_amount).
11. Points of contact
| Technical integration | contact@datachain.one (route to Rope engineering: Kaze Onguene) |
| Listing / market operations | contact@datachain.one (route to listing: Adrian Ozinberger) |
| Emergency (RPC down, mempool divergence, unexpected chain state) | Same address; monitor self_heal.escalate_to_cerber |
| Public source repo | github.com/KazeONGUENE/rope |
| Whitepaper | Datachain Rope Quipu paper |
| Governance | On-chain via DCSwapTimelock 0x50Cfc56D81603A61660B8c6306e7Cb6E6693532c (1h min-delay) |
12. Versioning + change control
This page is versioned in the source tree at datachain-rope/docs/EXCHANGE_INTEGRATION_GUIDE_v1.md. Any breaking change (contract redeployment, RPC URL rotation, chain-parameter change) will be:
- Announced 14 days in advance via the CMC roadmap section and the ecosystem mailing list.
- Published as a
v2(or later) revision of this document. - Reflected in the live
/api/v1/network/configendpoint at cut-over (which is why we ask integrators to cache-fetch that endpoint rather than hard-code values).
The public JSON-RPC hostnames (erpc.datachain.network, erpc.rope.network) and the block explorer hostname (dcscan.io) are permanent. Backend infra behind them may rotate freely without integrator work.
Every value in this document was verified live against the production endpoints on 2026-08-14. If you spot a drift or find an integration corner case not covered here, please email contact@datachain.one and we will fold the answer back into the next revision.