diff --git a/WALLET_DIRECTORY.md b/WALLET_DIRECTORY.md index 3884c85..3277899 100644 --- a/WALLET_DIRECTORY.md +++ b/WALLET_DIRECTORY.md @@ -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 | @@ -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 | — | ✅ | — | — | diff --git a/wallets/send.yaml b/wallets/send.yaml index f4daf87..f46537d 100644 --- a/wallets/send.yaml +++ b/wallets/send.yaml @@ -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] @@ -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