coin parameters and all files needed for GUI support
Find a file
2025-12-05 10:02:52 +00:00
.github/workflows Add workflow to sync master from GLEECBTC/coins 2025-12-02 14:18:07 +02:00
api_ids Update coins json file 2025-12-01 11:06:24 +00:00
electrums add 2 BTX electrums 2025-12-04 12:47:24 +00:00
ethereum update BNB RPCs 2025-12-05 09:22:33 +00:00
explorers Merge pull request #1578 from KomodoPlatform/rm-ftm 2025-11-19 11:00:34 +08:00
icons Update coins json file 2025-11-19 07:01:16 +00:00
icons_original list UTOPIA 2025-11-19 06:53:15 +00:00
launch list Mandala (MDX) 2025-01-14 01:16:09 +00:00
light_wallet_d temporary remove slow sync node 2025-10-22 22:58:56 +08:00
swaps Fix derivation_path and move icon to icons_original 2025-10-27 13:57:01 +00:00
tendermint removes intermittent public ATOM node 2025-11-19 11:03:02 +08:00
utils Update coins json file 2025-12-05 09:52:28 +00:00
.gitignore adds venv to gitignore 2025-06-26 14:35:21 +05:30
coins add APE-ARB20 2025-11-30 10:37:46 +00:00
faucets.json renamed ZEN to SCZEN, add SCZEN node 2025-07-01 10:13:07 +08:00
README.md Removes FTM & FTM20 tokens 2025-11-01 13:21:04 +08:00
seed-nodes.json add seed nodes 2025-12-04 10:26:57 +00:00

What is the coins repository for?

This repository is the coins database which is used to define parameters for coins compatible with the Komodo DeFi Framework, and listed within the apps below:

Komodo Wallet Mobile Komodo Wallet Web Komodo Wallet Desktop

Refer to the coin listing guide on the Komodo Developer Documentation website for details about the information required for a successful listing. To avoid SSL certificate validation issues, it is highly recommended to use EFF's Certbot to generate SSL certificates for ElectrumX servers.

The status of currently listed ElectrumX servers is monitored via a public API and Dashboard. Discord status alerts are available in the AtomicDEX Electrum Status channel (please contact smk to register and recieve pings when your servers have an issue).

Note: Where ElectrumX or other infrastructure servers are maintained by third party service providers, contact details for service alerts must be provided. It is also recommended to set up monitoring via Zabbix and/or https://1209k.com/bitcoin-eye/ele.php

Currently supported coins & protocols

AtomicDEX is a true non-custodial, cross-chain, cross-protocol Decentralized Exchange (DEX), allowing for trades between coins and tokens across many platforms and ecosystems, including:

Future coins & protocols

Seed Nodes

The seed-nodes.json file contains a list of seed nodes used by the Komodo DeFi Framework. Each seed node entry includes the node name, host address (domain name or IP address), and contact information.

Validating Seed Nodes

A Python validation script is provided to ensure the seed-nodes.json file conforms to the defined JSON schema:

Installation

Install the required dependencies:

cd utils
pip install -r requirements.txt

Usage

# Validate using default paths (seed-nodes.json and utils/seed_nodes_schema.json)
python3 utils/validate_seed_nodes.py

# Validate with custom file paths
python3 utils/validate_seed_nodes.py path/to/seed-nodes.json path/to/schema.json