Can an online key move money? This is the first question in the production collateral selection key scheme. I’ll first focus on whether the online key will have the authority to withdraw funds, and then see whether the configuration is convenient. Merging keys gives the online consensus key the fund withdrawal authority, meaning it can initiate unstake and withdraw. Before setting the owner to consensus, it’s necessary to hesitate.
First, look at the two configuration options provided by the node-wallet-setup for @Dusk . One option merges the owner with consensus, with a single online key handling both consensus and fund responsibilities; the other splits them into two keys, assigning consensus permissions and fund actions to their respective places. The merged approach is lighter operationally, while the split approach requires heavier management. Fewer steps and less hassle being true doesn’t necessarily mean the production risk is lower.
The key mechanism is whether permissions are exposed along with the online key. Compare the two approaches by splitting them out, then place them into a four-item selection matrix. For online exposure, check whether the consensus key also serves as the fund key; for fund withdrawal authority, check whether it can initiate unstake and withdraw; for backup and recovery, check whether responsibilities are merged or separated; for operational cost, compare the convenience versus the tradeoff of isolation. The merged approach yields simplicity and centralized permissions, while the split approach increases operational work but isolates withdrawal permissions. This doesn’t match the claim that fewer steps are equivalent to being safer.
Why doesn’t separation mean the risk disappears? The matrix can only show that the separated consensus key cannot unilaterally unseal the collateral and extract it; it does not mean that other risks are cleared. Adding another set of backup, recovery, and permission management makes people uneasy—I would hesitate too because of the added complexity. But when your online key is compromised, whether it can reach the fund withdrawal authority is the line that separates the worst case.
Fund isolation before convenience—that’s the answer. In small or temporary environments, you can only choose owner=consensus if you explicitly accept the concentration of permissions in the online key. If production collateral $DUSK requires separating fund actions from online consensus responsibilities, you should prioritize splitting the owner. Splitting increases operational and recovery costs, but it does not mean it eliminates all risk. Careful selection should clearly state who can move money in the worst case. #dusk