What is the ZKsync network?#

ZKsync is an ecosystem of interconnected chains that use zero-knowledge validity proofs, including rollup and validium designs. ZKsync Era is a layer 2 rollup in that ecosystem. CenturionDEX does not operate on ZKsync.

How validity-proof systems work#

A zero-knowledge rollup executes transactions outside the Ethereum layer 1 execution path, groups them into batches, and generates a cryptographic proof that the state transition is valid. A settlement contract verifies the proof.

Validiums use related proof systems but can keep more transaction data outside the settlement layer, which changes data-availability assumptions. Users should evaluate the specific ZKsync chain rather than treating the ecosystem as one identical network.

ZKsync chains provide EVM-oriented developer and wallet compatibility, but their virtual-machine details, bridges, fee payment, and account features can differ from a conventional EVM layer 1.

How this differs from Centurion#

Centurion is an independent Proof-of-Stake layer 1. Transactions execute on the CVM, network costs are measured in Newtons and paid in CTN, and mainnet uses chain ID 286.

CenturionDEX v2 and v3 pools are Centurion contracts. A ZKsync token or pool is unrelated unless an asset has a separately verified Centurion deployment and liquidity market.

Network and bridge safety#

To move assets between networks, use only a current supported route that explicitly names both networks and the asset. Verify whether the destination token is native, issuer-minted, or bridge-wrapped.

Layer 2 systems can also have several notions of confirmation, such as local execution, proof generation, and settlement finality. Do not assume an instant wallet update means every withdrawal or cross-network action is final.

Common issues#

  • The wallet uses the same 0x address: ZKsync and Centurion balances remain separate.
  • A token supports fee payment on one ZKsync chain: Centurion network costs still require native CTN.
  • A site requests ZKsync during a CenturionDEX action: cancel and verify the official interface.
  • A bridged asset has a familiar symbol: inspect its destination contract and bridge model.
  • A transaction is visible on ZKsync but not Centurion: it was recorded on the network where it executed.

Stay safe#

Do not trust proof-related or bridge terminology as a guarantee of a particular application. Verify network, chain ID, contracts, and wallet calls. Never share a recovery phrase or private key to accelerate a proof or withdrawal.