{% from "macros.html" import textarea, subhead %} {% call accord('Derivation Paths', 'For message signing & address generation', pill="ADVANCED") %}
{{ subhead("Derivation Path Whitelists") }}

You may limit text message signing to specific derivation paths. Similarly, the Coldcard will not share calculated addresses or derived XPUB values, unless whitelisted here.

Leave blank to block corresponding feature. Multiple values maybe be given, separated by spaces or commas.

{{ textarea('POLICY.msg_paths', "Will only sign messages using indicated path(s)", placeholder="(signing not be allowed)") }}
Special Values
any Allow any path.
m/1/2/3/* Require that path but the last position is any value.
m/1/2/3/*' Last position must be hardened.
p2sh Allow P2SH (script) addresses for multisig wallets.
{{ subhead("Other Whitelisted Derivation Paths") }}
{{ textarea('POLICY.share_xpubs', "Share derived XPUB values on these paths (master xpub is always shared)", placeholder="(xpub derivation not allowed)") }} {{ textarea('POLICY.share_addrs', "Share these derived addresses (ie. deposit addresses)", placeholder="(address derivation not allowed)") }}
{% endcall %}