Supported blockchains

Kima supports a variety of EVM-compatible Layer 1 and Layer 2 chains, and will ultimately allow the swift and secure transfer of value between the following blockchains:

Chain
Short Name
Chain ID

Arbitrum

ARB

Avalanche

AVX

Base

BASE

Binance Smart chain

BSC

Berachain

BERA

Credit Card

CC

Ethereum

ETH

Optimism

OPT

Polygon

POL

Solana

SOL

Tron

TRX

728126428 TronLink

The short names are used in various API queries and are the same when using testnet. Click on the chain ID link to visit Chainlist.org and add the chain to your wallet.

ℹ️ Credit Cards are currently supported in the origin network- off ramping to come in a future release.

Testnet support

Kima is currently available on the following testnets, which can be used for development and/or testing in the Kima Demo App:

Chain
Short Name
Chain ID

Arbitrum Sepolia

ARB

Avalanche Fuji

AVX

Base Sepolia

BASE

Berachain Bepolia

BERA

BNB Smart Chain Testnet

BSC

Ethereum Sepolia

ETH

Optimism Sepolia

OPT

Polygon Amoy

POL

Solana Devnet

SOL

Tron Nile Testnet

TRX

3448148188 TronLink

Querying for Supported Chains

For an up to date list of support chains query the following endpoint:

GET https://api.sardis.kima.network/kima-finance/kima-blockchain/chains/get_available_chains/{originChain}

Params

  • originChain (string): the starting chain short name (see above)

Reponse

  • Chains: string[]: the list of chain short names which can be bridged to from the origin chain

{
  "Chains": [
    "ETH",
    "AVX",
    "SOL",
    "BSC",
    "BASE",
    "BERA",
    "ARB",
    "OPT",
    "TRX",
  ]
}

Last updated