This commit is contained in:
Peter D. Gray 2025-02-26 10:12:39 -05:00
parent 7eb5a7ea03
commit 22ff7b1fe9
No known key found for this signature in database
GPG Key ID: A2DCD558C2BE5D7C

View File

@ -5,6 +5,17 @@ This lists the new changes that have not yet been published in a normal release.
# Shared Improvements - Both Mk4 and Q
- Huge new feature: CCC - ColdCard Cosign
- COLDCARD holds a key in a 2-of-3 multisig, in addition to the normal signing key it has.
- it applies a spending policy like an HSM:
- velocity and magnitude limits
- whitelisted destination addresses
- 2FA authentication using phone app ([RFC 6238](https://www.rfc-editor.org/rfc/rfc6238))
- but will sign its part of a transaction automatically if those condition are met,
giving you 2 keys of the multisig and control over the funds
- spending policy can be exceed with help of the other co-signer (3rd key), when needed
- you cannot change the CCC spending policy (easily) once set.
- Enhancement: Add `Bitcoin Safe` option to `Export Wallet`