Skip to main content

Contract Addresses

All Kroko DEX smart contracts are deployed on both Kasplex Mainnet and Testnet.
ContractAddress
Permit20x2E1987F680FD7Bc8B33d3Bf94f12B988A0B50034
Universal Router0xefeCc1c2dE3BfE4C6D43030F2AcDD5C3cE279024
WKAS0x2c2Ae87Ba178F48637acAe54B87c3924F544a83e
V2 Factory0x4373b7Fcf5059A785843cD224129e01d243Aef71
V2 Router0xC7ca845B8302346e1C7227f03bb9EFb35ecD51fe
V3 Factory0x0dfb1Bb755d872EA1fa4d95E4ad0c2E6317Ce9B9
V3 Position Manager0x343b244bEDF133D57C61b241557bF29AA32ea4F9
V3 Router0x1F896179244C2675b6a1F36376cDF3B125d72B63
V3 QuoterV20xC3D66b70F3BA12c1D1Ec5A20b0feB855b147812e

Network Configuration

{
  "chainId": 202555,
  "chainName": "Kasplex Mainnet",
  "rpcUrl": "https://evmrpc.kasplex.org",
  "blockExplorer": "https://explorer.kasplex.org",
  "nativeCurrency": {
    "name": "KAS",
    "symbol": "KAS",
    "decimals": 18
  }
}

Contract Roles

ContractRole
Permit2Token approval manager with expiration and per-spender scoping
Universal RouterUnified swap execution across V2 and V3
WKASERC-20 wrapper for native KAS
V2 FactoryCreates and indexes V2 trading pairs
V2 RouterHandles V2 liquidity operations (add/remove)
V3 FactoryCreates and indexes V3 pools
V3 Position ManagerManages V3 liquidity positions (mint/burn/collect NFTs)
V3 RouterHandles V3 swap routing
V3 QuoterV2On-chain quote estimation for V3 swaps (read-only, not gas efficient)