From 4a2f39b950c7ae4e2fbb8dbc2bd79cf7dea7a2be Mon Sep 17 00:00:00 2001 From: SendPeter Date: Tue, 28 Jul 2026 11:57:23 -0400 Subject: [PATCH 1/2] Add enterprise wallet model and new features Update Send listing: enterprise model + Send Safe multisig features Signed-off-by: SendPeter --- wallets/send.yaml | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) 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 From ccfe801fefc1dff0f435f33eb92710f7cc759d11 Mon Sep 17 00:00:00 2001 From: SendPeter Date: Tue, 28 Jul 2026 12:00:17 -0400 Subject: [PATCH 2/2] Regenerate WALLET_DIRECTORY.md Signed-off-by: SendPeter --- WALLET_DIRECTORY.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/WALLET_DIRECTORY.md b/WALLET_DIRECTORY.md index 8124259..b32b4f8 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://www.dfns.co](https://www.dfns.co) | [https://cantonwallet.com](https://cantonwallet.com) | |     Added | 2026-07-24 | 2026-07-24 | | **Wallet Type** | | | -|     Retail / Enterprise | enterprise | retail | +|     Retail / Enterprise | enterprise | retail, enterprise | |     Custody Type | self-custodial | self-custodial | |     Form factor (Mobile / Browser / Desktop / Browser Extension / Hardware) | browser | browser, mobile, browser-extension | |     Deployment Model (Self-hosted / SaaS / Hybrid) | self-hosted, saas, hybrid | saas | @@ -50,13 +50,13 @@ be unsupported, contradicting the wallet -- click the name for their evidence · |     Key generation method | MPC/TSS -- keys generated as distributed shares across Dfns's signing network -- or HSM-based key generation; no seed phrases | — | |     Key recovery | ✅ | ✅ | |     Social recovery | — | — | -|     Multi-address / account | ✅ | — | -|     Distributed parties | — | — | +|     Multi-address / account | ✅ | ✅ | +|     Distributed parties | — | ✅ | | **Network relevant features** | | | |     UTXO merge delegation contract enabled | — | — | | **Transaction Signing** | | | -|     Policy workflows | ✅ | — | -|     Threshold Signature Scheme | ✅ | — | +|     Policy workflows | ✅ | ✅ | +|     Threshold Signature Scheme | ✅ | ✅ | |     Hardware wallet support | [✅](proofs/dfns/dfns-self-attestation.md#hardware-wallet-support-hardware_wallet_support) | ✅ | | **Wallet Capabilities** | | | |     Compliance | ✅ | — |