Skip to content

Wallets

Arsenii Petrovich edited this page Feb 23, 2026 · 3 revisions

Purpose

Lists end‑user wallets (extension, mobile, desktop, hardware) that support this chain.

Storage path

references/offers/wallets.csv - canonical source for all new offers (including offers only exist one network). listings/specific-networks/<network_name>/wallets.csv - use !offer:<slug> references and only specify network-specific overrides when needed. listings/all-networks/wallets.csv - use for entries that should propagate to all network JSON outputs.

When to add

  • Always create or update the canonical offer in references/offers/wallets.csv first.
  • In listings, add !offer:<slug> and fill only fields that must override offer defaults.
  • Wallet is actively maintained and clearly supports this chain.
  • Exclude exchange accounts and unmaintained apps.

Example

slug,provider,offer,actionButtons,openSource,supportedPlatforms,custodial,mfa,msig,hardware,keyExport,native,evm,tendermint,tokensSupport,staking,price,support,audit,languages,starred
atomic-wallet,,!offer:atomic-wallet,,,,,,,,,,,,,,,,,,
defly,Defly,"[""[Website](https://defly.app/)""]",TRUE,"[""iOS"",""Android""]",FALSE,FALSE,TRUE,TRUE,TRUE,TRUE,FALSE,FALSE,"[""ALGO"",""Algorand Standard Assets (ASA)""]",TRUE,$0,"[""twitter"",""telegram"",""website"",""discord"",""[email](support@defly.app)""]","[""Kudelski security (June 2022)""]","[""EN""]",FALSE

Columns

slug

Refer to Common Columns.

provider

Refer to Common Columns. Examples: Metamask, Rabby.

actionButtons

Refer to Common Columns.

openSource

Whether core implementation is open source. Blank: No Format: TRUE/FALSE (uppercase) Tips:

  • TRUE only if all core components are public.

supportedPlatforms

Platforms/distribution targets. Blank: Yes Format: JSON list Examples: ["Chrome","Firefox","Edge","iOS","Android"]

custodial

Keys are held by the wallet provider. Blank: No Format: TRUE/FALSE

mfa

Supports multi-factor authentication. Blank: No Format: TRUE/FALSE

msig

Built‑in multisig flows. Blank: No Format: TRUE/FALSE

hardware

Hardware wallet support or is hardware wallet. Blank: No Format: TRUE/FALSE

keyExport

Supports private key/seed export. Blank: No Format: TRUE/FALSE

native

Chain-native, purpose-built ecosystem wallet. Blank: No Format: TRUE/FALSE

evm

EVM support. Blank: No Format: TRUE/FALSE

tendermint

Cosmos/Tendermint support. Blank: No Format: TRUE/FALSE

tokensSupport

Token standards supported. Blank: Yes Format: JSON list Examples: ["ERC-20","ERC-721","ERC-1155"]

staking

In-wallet staking support. Blank: No Format: TRUE/FALSE

price

Refer to Common Columns.

support

Official support channels. Blank: Yes Format: JSON list Examples: ["email","helpdesk","discord"]

audit

Security audits. Blank: Yes Format: JSON list Examples: ["ConsenSys Diligence (Oct 2024)"]

languages

UI languages. Blank: Yes Format: JSON list (ISO‑like codes) Examples: ["EN","ES"]

starred

Refer to Common Columns

Clone this wiki locally