Skip to content

Wallets

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

Purpose

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

Storage path

networks/<network_name>/wallets.csv - for references and network-focused wallets providers/wallets.csv - for multi-chain wallets. offchain/wallets.csv - for chain-agnostic wallets.

When to add

  • Wallet is actively maintained and clearly supports this chain.
  • Exclude exchange accounts and unmaintained apps.

Example

slug,provider,actionButtons,openSource,supportedPlatforms,custodial,mfa,msig,hardware,keyExport,native,evm,tendermint,tokensSupport,staking,price,support,audit,languages,starred
atomic-wallet,!provider: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