From 2343160fef00c464c709b090a60b27c349b343f0 Mon Sep 17 00:00:00 2001 From: SendPeter Date: Fri, 24 Jul 2026 16:29:11 -0400 Subject: [PATCH 1/3] Add Send wallet self-attestation (wallets/send.yaml) Signed-off-by: SendPeter --- wallets/send.yaml | 69 +++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 69 insertions(+) create mode 100644 wallets/send.yaml diff --git a/wallets/send.yaml b/wallets/send.yaml new file mode 100644 index 0000000..f4daf87 --- /dev/null +++ b/wallets/send.yaml @@ -0,0 +1,69 @@ +name: "Send" +wallet-name: send +website: "https://cantonwallet.com" +contact: "peter@send.it" +added: "2026-07-24" +slack_party_scaling_channel_joined: true + +features: + # Wallet Type + wallet_model: [retail] + custody_model: self-custodial + form_factor: [browser, mobile, browser-extension] + deployment_model: [saas] + + # Canton Coin + cc_support: + supported: true + proof: null + verified_by: [] + preapprovals: + supported: true + proof: null + verified_by: [] + + # Token Standard + cip_0056_transfer: + supported: true + proof: null + verified_by: [] + cip_0056_allocation: + supported: true + proof: null + verified_by: [] + cip_112_v2: + supported: true + proof: null + verified_by: [] + + # Interoperability + cip_0103_dapp_api: + supported: true + proof: null + verified_by: [] + walletconnect_support: + supported: true + proof: null + verified_by: [] + memo_tag_support: + supported: true + proof: null + verified_by: [] + + # Party Specific + key_recovery: + supported: true + + # Transaction Signing + hardware_wallet_support: + supported: true + proof: null + verified_by: [] + + # Wallet Capabilities + integrated_swaps: + supported: true + proof: null + verified_by: [] + assets_supported: ["CC", "CIP-0056 tokens"] + languages_supported: ["English"] From 87515269cb4bf5fb9a8f2846dc27582257578333 Mon Sep 17 00:00:00 2001 From: SendPeter Date: Fri, 24 Jul 2026 16:29:42 -0400 Subject: [PATCH 2/3] Add self-attestation evidence documentation Document self-attestation evidence for the Send wallet. Signed-off-by: SendPeter --- proofs/send/send-self-attestation.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 proofs/send/send-self-attestation.md diff --git a/proofs/send/send-self-attestation.md b/proofs/send/send-self-attestation.md new file mode 100644 index 0000000..607015e --- /dev/null +++ b/proofs/send/send-self-attestation.md @@ -0,0 +1,13 @@ +# Send โ€” Self-Attestation Evidence + +Wallet name: `send` +Last updated: 2026-07-24 + + + +All feature claims in `wallets/send.yaml` are currently self-attested by the +Send team. Evidence (transaction update IDs, party IDs, and screenshots) will +be added here per feature as it is collected. From 5429d5f45961bffedc15d0c8b2afdd14fed02a53 Mon Sep 17 00:00:00 2001 From: SendPeter Date: Fri, 24 Jul 2026 16:35:28 -0400 Subject: [PATCH 3/3] Regenerate WALLET_DIRECTORY.md with Send entry Signed-off-by: SendPeter --- WALLET_DIRECTORY.md | 96 ++++++++++++++++++++++----------------------- 1 file changed, 48 insertions(+), 48 deletions(-) diff --git a/WALLET_DIRECTORY.md b/WALLET_DIRECTORY.md index e49d75b..7b2cbf9 100644 --- a/WALLET_DIRECTORY.md +++ b/WALLET_DIRECTORY.md @@ -17,54 +17,54 @@ be unsupported, contradicting the wallet -- click the name for their evidence ยท ## Wallet Overview & Primary Canton Network Features -| Feature | [Dummy Wallet](wallets/dummy-wallet.yaml) | -|---|---| -| **Wallet Overview** | | -|     Website | [https://example.com/dummy-wallet](https://example.com/dummy-wallet) | -|     Added | 2026-06-10 | -| **Wallet Type** | | -|     Retail / Enterprise | retail, enterprise | -|     Custody Type | self-custodial | -|     Form factor (Mobile / Browser / Desktop / Browser Extension / Hardware) | browser, mobile | -|     Deployment Model (Self-hosted / SaaS / Hybrid) | saas, hybrid | -| **Canton Coin** | | -|     CC support (transfers and holding) | [โœ…](proofs/dummy-wallet/dummy-wallet-self-attestation.md#cc-support-transfers-and-holding-cc_support) ๐Ÿ›ก๏ธ[ThirdParty](proofs/dummy-wallet/dummy-wallet-third-party-attestation.md#cc-support-transfers-and-holding-cc_support-verified-by-thirdparty) | -|     Pre-approvals for CC | [โœ…](proofs/dummy-wallet/dummy-wallet-self-attestation.md#pre-approvals-for-cc-preapprovals) | -| **Token Standard** | | -|     CIP-0056 token standard transfer support | [โœ…](proofs/dummy-wallet/dummy-wallet-self-attestation.md#cip-0056-token-standard-transfer-support-cip_0056_transfer) | -|     CIP-0056 token standard allocation support | โ€” | -|     CIP-112 token standard v2 support | โœ… | -| **Interoperability** | | -|     CIP-0103 dApp API support | [โœ…](proofs/dummy-wallet/dummy-wallet-self-attestation.md#cip-0103-dapp-api-support-cip_0103_dapp_api) | -|     Wallet Connect support | [Not supported](wallets/dummy-wallet.yaml) | -|     Memo tag support for transfers to exchanges | [โœ…](proofs/dummy-wallet/dummy-wallet-self-attestation.md#memo-tag-support-for-transfers-to-exchanges-memo_tag_support) | +| Feature | [Dummy Wallet](wallets/dummy-wallet.yaml) | [Send](wallets/send.yaml) | +|---|---|---| +| **Wallet Overview** | | | +|     Website | [https://example.com/dummy-wallet](https://example.com/dummy-wallet) | [https://cantonwallet.com](https://cantonwallet.com) | +|     Added | 2026-06-10 | 2026-07-24 | +| **Wallet Type** | | | +|     Retail / Enterprise | retail, enterprise | retail | +|     Custody Type | self-custodial | self-custodial | +|     Form factor (Mobile / Browser / Desktop / Browser Extension / Hardware) | browser, mobile | browser, mobile, browser-extension | +|     Deployment Model (Self-hosted / SaaS / Hybrid) | saas, hybrid | saas | +| **Canton Coin** | | | +|     CC support (transfers and holding) | [โœ…](proofs/dummy-wallet/dummy-wallet-self-attestation.md#cc-support-transfers-and-holding-cc_support) ๐Ÿ›ก๏ธ[ThirdParty](proofs/dummy-wallet/dummy-wallet-third-party-attestation.md#cc-support-transfers-and-holding-cc_support-verified-by-thirdparty) | โœ… | +|     Pre-approvals for CC | [โœ…](proofs/dummy-wallet/dummy-wallet-self-attestation.md#pre-approvals-for-cc-preapprovals) | โœ… | +| **Token Standard** | | | +|     CIP-0056 token standard transfer support | [โœ…](proofs/dummy-wallet/dummy-wallet-self-attestation.md#cip-0056-token-standard-transfer-support-cip_0056_transfer) | โœ… | +|     CIP-0056 token standard allocation support | โ€” | โœ… | +|     CIP-112 token standard v2 support | โœ… | โœ… | +| **Interoperability** | | | +|     CIP-0103 dApp API support | [โœ…](proofs/dummy-wallet/dummy-wallet-self-attestation.md#cip-0103-dapp-api-support-cip_0103_dapp_api) | โœ… | +|     Wallet Connect support | [Not supported](wallets/dummy-wallet.yaml) | โœ… | +|     Memo tag support for transfers to exchanges | [โœ…](proofs/dummy-wallet/dummy-wallet-self-attestation.md#memo-tag-support-for-transfers-to-exchanges-memo_tag_support) | โœ… | ## Other Features -| Feature | [Dummy Wallet](wallets/dummy-wallet.yaml) | -|---|---| -| **App Specific** | | -|     Pre-approvals for DA Registry issued assets | โ€” | -|     Wallet Gateway signing driver | โ€” | -| **Party Specific** | | -|     Key generation method | โ€” | -|     Key recovery | โœ… | -|     Social recovery | โ€” | -|     Multi-address / account | โ€” | -|     Distributed parties | โ€” | -| **Network relevant features** | | -|     UTXO merge delegation contract enabled | โ€” | -| **Transaction Signing** | | -|     Policy workflows | โ€” | -|     Threshold Signature Scheme | โ€” | -|     Hardware wallet support | โœ… | -| **Wallet Capabilities** | | -|     Compliance | โ€” | -|     Validator hosting (self-hosted / BYOV) | โ€” | -|     Tokenization | โ€” | -|     Reward minting | โ€” | -|     Transfer object / proof of transfer support | โ€” | -|     Clear signing | โœ… | -|     Integrated swaps | โ€” | -|     Assets supported | CC, USDC (CIP-0056), Example Token (CIP-0056) | -|     Languages supported | English, German | +| Feature | [Dummy Wallet](wallets/dummy-wallet.yaml) | [Send](wallets/send.yaml) | +|---|---|---| +| **App Specific** | | | +|     Pre-approvals for DA Registry issued assets | โ€” | โ€” | +|     Wallet Gateway signing driver | โ€” | โ€” | +| **Party Specific** | | | +|     Key generation method | โ€” | โ€” | +|     Key recovery | โœ… | โœ… | +|     Social recovery | โ€” | โ€” | +|     Multi-address / account | โ€” | โ€” | +|     Distributed parties | โ€” | โ€” | +| **Network relevant features** | | | +|     UTXO merge delegation contract enabled | โ€” | โ€” | +| **Transaction Signing** | | | +|     Policy workflows | โ€” | โ€” | +|     Threshold Signature Scheme | โ€” | โ€” | +|     Hardware wallet support | โœ… | โœ… | +| **Wallet Capabilities** | | | +|     Compliance | โ€” | โ€” | +|     Validator hosting (self-hosted / BYOV) | โ€” | โ€” | +|     Tokenization | โ€” | โ€” | +|     Reward minting | โ€” | โ€” | +|     Transfer object / proof of transfer support | โ€” | โ€” | +|     Clear signing | โœ… | โ€” | +|     Integrated swaps | โ€” | โœ… | +|     Assets supported | CC, USDC (CIP-0056), Example Token (CIP-0056) | CC, CIP-0056 tokens | +|     Languages supported | English, German | English |