Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 5 additions & 5 deletions WALLET_DIRECTORY.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ be unsupported, contradicting the wallet -- click the name for their evidence ·
|     Website | [https://wallet.askardex.com](https://wallet.askardex.com) | [https://www.dfns.co](https://www.dfns.co) | [https://cantonwallet.com](https://cantonwallet.com) | [https://walley.cc](https://walley.cc) |
|     Added | 2026-07-25 | 2026-07-24 | 2026-07-24 | 2026-07-27 |
| **Wallet Type** | | | | |
|     Retail / Enterprise | Retail | enterprise | retail | retail |
|     Retail / Enterprise | Retail | enterprise | retail, enterprise | retail |
|     Custody Type | Self-custodial | self-custodial | self-custodial | self-custodial |
|     Form factor (Mobile / Browser / Desktop / Browser Extension / Hardware) | mobile | browser | browser, mobile, browser-extension | browser |
|     Deployment Model (Self-hosted / SaaS / Hybrid) | saas | self-hosted, saas, hybrid | saas | saas |
Expand All @@ -50,13 +50,13 @@ be unsupported, contradicting the wallet -- click the name for their evidence ·
|     Key generation method | Seed phrase (BIP-39 mnemonic, 24 words) | MPC/TSS -- keys generated as distributed shares across Dfns's signing network -- or HSM-based key generation; no seed phrases | — | WebAuthn passkey PRF secret, expanded with HKDF-SHA512 into an Ed25519 signing key that is generated and held in the browser. A 24-word BIP-39 phrase backs up the same secret. |
|     Key recovery | ✅ | ✅ | ✅ | ✅ |
|     Social recovery | — | — | — | [Not supported](wallets/walley.yaml) |
|     Multi-address / account | — | ✅ | | [Not supported](wallets/walley.yaml) |
|     Distributed parties | — | — | | [Not supported](wallets/walley.yaml) |
|     Multi-address / account | — | ✅ | | [Not supported](wallets/walley.yaml) |
|     Distributed parties | — | — | | [Not supported](wallets/walley.yaml) |
| **Network relevant features** | | | | |
|     UTXO merge delegation contract enabled | — | — | — | [✅](proofs/walley/walley-self-attestation.md#utxo-merge-delegation-contract-enabled-utxo_merge_delegation) |
| **Transaction Signing** | | | | |
|     Policy workflows | — | ✅ | | [Not supported](wallets/walley.yaml) |
|     Threshold Signature Scheme | — | ✅ | | [Not supported](wallets/walley.yaml) |
|     Policy workflows | — | ✅ | | [Not supported](wallets/walley.yaml) |
|     Threshold Signature Scheme | — | ✅ | | [Not supported](wallets/walley.yaml) |
|     Hardware wallet support | — | [✅](proofs/dfns/dfns-self-attestation.md#hardware-wallet-support-hardware_wallet_support) | ✅ | [Not supported](wallets/walley.yaml) |
| **Wallet Capabilities** | | | | |
|     Compliance | — | ✅ | — | — |
Expand Down
12 changes: 11 additions & 1 deletion wallets/send.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ slack_party_scaling_channel_joined: true

features:
# Wallet Type
wallet_model: [retail]
wallet_model: [retail, enterprise]
custody_model: self-custodial
form_factor: [browser, mobile, browser-extension]
deployment_model: [saas]
Expand Down Expand Up @@ -53,8 +53,18 @@ features:
# Party Specific
key_recovery:
supported: true
multi_address:
supported: true
distributed_parties:
supported: true
proof: null
verified_by: []

# Transaction Signing
policy_workflows:
supported: true
threshold_signature_scheme:
supported: true
hardware_wallet_support:
supported: true
proof: null
Expand Down
Loading