Supported blockchains
Supported Assets
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 |
---|---|
Arbitrum | ARB |
Avalanche | AVX |
Binance Smart chain | BSC |
Bitcoin | BTC |
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.
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
Avalanche Fuji
Binance Smart Chain Testnet (aka BNB Testnet)
Ethereum Sepolia
Optimism Sepolia
Polygon Amoy
Solana Devnet
Tron Nile Testnet
Bitcoin Testnet
Querying for Supported Chains
For an up to date list of support chains query the following endpoint:
GET https://api-testnet.kima.finance/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
Supported Tokens
USDC
USDK: the Kima testnet stablecoin (faucet)
USDT
KEUR
WBTC
Last updated