What the platform never does
- Assemble the private key. Key generation produces shares directly; signing produces a signature. There is no step at which the full key exists on any machine.
- Sign outside the flow. Every signing command must be signed by the trusted initiator identity and must have passed authentication, policy and, where required, approval. The signing cluster rejects anything else.
- Let an API key change the rules. Scoped keys can request operations within policy; they cannot alter policy, approve requests, or disable controls.
What you control in every model
- Who can initiate and who can approve, through roles, approval groups and dual control.
- Where funds may go, through destination whitelists and the hold period for new addresses.
- How much can move, through per-transaction and daily limits.
- Whether anything moves at all, through the kill switch.
- What happened, through the audit trail and signed webhook events.

