SettleMint
ArchitectureIntegrations

Supported Networks

Reference for blockchain networks supported by the DALP platform, covering EVM-compatible Layer 1 mainnets, Layer 2 rollups, testnets, and private consortium networks with their configuration differences.

Purpose

Reference for blockchain networks that DALP supports, their configuration requirements, and compatibility constraints.

  • Doc type: Reference
  • What you'll find here:
    • EVM compatibility requirements
    • Supported network categories (L1, L2, testnet, private)
    • Network-specific configuration differences
    • Private network deployment considerations
  • Related:

Compatibility requirement

DALP operates on any blockchain that implements the Ethereum JSON-RPC specification. No application changes are required when switching networks. Configuration handles consensus differences, gas models, and confirmation requirements.


Network categories

Layer 1 mainnets

NetworkGas modelBlock timeNotes
EthereumEIP-1559 (base + priority fee)~12 secondsPrimary target, full feature support
Polygon PoSEIP-1559 variant~2 secondsLower gas costs, faster finality
Avalanche C-ChainEIP-1559~2 secondsSub-second finality with 3-block confirmation
BNB Smart ChainLegacy gas pricing~3 secondsHigher throughput, centralized validator set

Layer 2 rollups

NetworkTypeSettlementNotes
Arbitrum OneOptimistic rollupEthereum L17-day challenge period for withdrawals
OptimismOptimistic rollupEthereum L1Bedrock architecture
BaseOptimistic rollupEthereum L1Coinbase-incubated, OP Stack
zkSync EraZK rollupEthereum L1Validity proofs, different gas accounting
Polygon zkEVMZK rollupEthereum L1EVM-equivalent ZK proofs

Testnets

NetworkCorresponds toFaucet availability
SepoliaEthereum mainnetPublic faucets
AmoyPolygon PoSPublic faucets
FujiAvalanche C-ChainPublic faucets

Private / consortium networks

DALP supports private EVM deployments:

  • Hyperledger Besu — Enterprise Ethereum with IBFT 2.0 or QBFT consensus
  • Go-Ethereum (Geth) — private PoA (Clique) or PoS configurations
  • SettleMint networks — Managed private networks with genesis-allocated DALP contracts (predeployed infrastructure, deployment starts at Phase 2)

Network-specific configuration

ParameterWhat variesImpact
Block confirmation count1 (private) to 12+ (Ethereum mainnet)Finality confidence before indexing
Gas price strategyLegacy, EIP-1559, or customTransaction cost estimation
RPC batch limitsVaries by providerIndexer chunk size and concurrency
Chain IDUnique per networkMulti-chain identity registry

Configuration is environment-variable driven. No code changes required for network switching.


Multi-chain considerations

DALP supports simultaneous operation across multiple chains. Key architectural implications:

  • Identity isolation: Each chain has its own identity registry. An investor's OnchainID is chain-specific.
  • Compliance isolation: Compliance module configurations are per-chain, per-token.
  • Indexer per chain: One ChainIndexer Restate Virtual Object per chain ID.
  • Custody per chain: Fireblocks and DFNS support multi-chain asset wallets through the same vault/wallet.

See also

On this page