diff --git a/WALLET_DIRECTORY.md b/WALLET_DIRECTORY.md index 871ba4a..607e2c3 100644 --- a/WALLET_DIRECTORY.md +++ b/WALLET_DIRECTORY.md @@ -51,29 +51,29 @@ A linked "Not supported" means the wallet has said no with a reason | Feature | [Dfns](wallets/dfns.yaml) | [Send](wallets/send.yaml) | [Askardex Wallet](wallets/askardex-wallet.yaml) | [Walley](wallets/walley.yaml) | |---|---|---|---|---| | **App Specific** | | | | | -|     Pre-approvals for DA Registry issued assets | [Not supported](wallets/dfns.yaml) | — | — | [✅](proofs/walley/walley-self-attestation.md#pre-approvals-for-da-registry-issued-assets-registry_preapprovals) | +|     Pre-approvals for DA Registry issued assets | [Not supported](wallets/dfns.yaml) | ✅ | — | [✅](proofs/walley/walley-self-attestation.md#pre-approvals-for-da-registry-issued-assets-registry_preapprovals) | |     Wallet Gateway signing driver | [✅](proofs/dfns/dfns-self-attestation.md#wallet-gateway-signing-driver-wallet_gateway_signing_driver) | — | — | [Not supported](wallets/walley.yaml) | | **Party Specific** | | | | | -|     Key generation method | MPC/TSS -- keys generated as
distributed shares across
Dfns's signing network -- or
HSM-based key generation; no
seed phrases | — | Seed phrase (BIP-39 mnemonic,
24 words) | 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 generation method | MPC/TSS -- keys generated as
distributed shares across
Dfns's signing network -- or
HSM-based key generation; no
seed phrases | Passkey-based (WebAuthn) key
generation on the user's
device; no seed phrases | Seed phrase (BIP-39 mnemonic,
24 words) | 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) | | **Network Relevant Features** | | | | | -|     UTXO merge delegation contract enabled | — | — | — | [✅](proofs/walley/walley-self-attestation.md#utxo-merge-delegation-contract-enabled-utxo_merge_delegation) | +|     UTXO merge delegation contract enabled | — | ✅ | — | [✅](proofs/walley/walley-self-attestation.md#utxo-merge-delegation-contract-enabled-utxo_merge_delegation) | | **Validator Hosting** | | | | | |     Bring-Your-Own-Validator (BYOV) | ✅ | — | — | [Not supported](wallets/walley.yaml) | -|     Private validator | — | — | — | — | -|     Shared validator | — | — | — | — | +|     Private validator | — | ✅ | — | — | +|     Shared validator | — | ✅ | — | — | | **Transaction Signing** | | | | | |     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 | ✅ | — | — | — | -|     Tokenization | — | — | — | — | +|     Tokenization | — | ✅ | — | — | |     Reward minting | — | — | [✅](proofs/askardex-wallet/askardex-wallet-self-attestation.md#reward-minting-reward_minting) | [Not supported](wallets/walley.yaml) | -|     Transfer object / proof of transfer support | — | — | — | [Not supported](wallets/walley.yaml) | +|     Transfer object / proof of transfer support | — | ✅ | — | [Not supported](wallets/walley.yaml) | |     Clear signing | [✅](proofs/dfns/dfns-self-attestation.md#clear-signing-clear_signing) | — | [✅](proofs/askardex-wallet/askardex-wallet-self-attestation.md#clear-signing-clear_signing) | [✅](proofs/walley/walley-self-attestation.md#clear-signing-clear_signing) | |     Integrated swaps | — | ✅ | [Not supported](wallets/askardex-wallet.yaml) | [✅](proofs/walley/walley-self-attestation.md#integrated-swaps-integrated_swaps) | |     Assets supported | CC, Other CIP-0056 tokens on
demand (token issuer provides
an RPC node) | CC, CIP-0056 tokens | CC, USDCx (CIP-0056), CBTC
(CIP-0056), CETH (CIP-0056),
HANDL (CIP-0056) | CC, USDCx, CBTC, cETH, SBC,
raUSD, HANDL, EDELx, USDM1,
TRKX index tokens, Tradecraft
LP tokens, any CIP-0056 token
in the Walley registry (79
live at
api.walley.cc/v1/tokens) | diff --git a/wallets/send.yaml b/wallets/send.yaml index 510dc85..d164700 100644 --- a/wallets/send.yaml +++ b/wallets/send.yaml @@ -50,7 +50,14 @@ features: proof: null verified_by: [] + # App Specific + registry_preapprovals: + supported: true + proof: null + verified_by: [] + # Party Specific + key_generation_method: "Passkey-based (WebAuthn) key generation on the user's device; no seed phrases" key_recovery: supported: true multi_address: @@ -60,6 +67,18 @@ features: proof: null verified_by: [] + # Network Relevant Features + utxo_merge_delegation: + supported: true + proof: null + verified_by: [] + + # Validator Hosting + validator_hosting_private: + supported: true + validator_hosting_shared: + supported: true + # Transaction Signing policy_workflows: supported: true @@ -71,6 +90,14 @@ features: verified_by: [] # Wallet Capabilities + tokenization: + supported: true + proof: null + verified_by: [] + transfer_proof: + supported: true + proof: null + verified_by: [] integrated_swaps: supported: true proof: null