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:
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
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:
Arbitrum Sepolia
ARB
Avalanche Fuji
AVX
Base Sepolia
BASE
BNB Smart Chain Testnet
BSC
Berachain Testnet
BERA
Ethereum Sepolia
ETH
Optimism Sepolia
OPT
Polygon Amoy
POL
Solana Devnet
SOL
Tron Nile Testnet
TRX
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
Last updated