Skip to main content
Compose.Market runs fully multichain: Solidity contracts on multiple EVM chains and native programs on Solana. On EVM, users get the same Smart Account address across all supported chains through deterministic CREATE2 deployment.

Cross-Chain Identity

How It Works

The Smart Account address is derived from:
Since we deploy the same AccountFactory at the same address on all chains, users automatically get identical Smart Account addresses.

Supported Chains

Networks are identified across the platform by their CAIP-2 networkId (eip155:* for EVM, solana:* for SVM) — the same identifier the SDK and APIs take.