> ## Documentation Index
> Fetch the complete documentation index at: https://docs.0xkey.io/llms.txt
> Use this file to discover all available pages before exploring further.

# Treasury operations

> Multi-party approvals for high-value company treasury moves.

Treasury teams need deny-by-default policies and human consensus without slowing automation for low-risk paths.

## Pattern

1. Cold / warm wallets as HD wallets in the parent org
2. Operator passkeys tagged `ops-team`
3. Policies with `consensus: approvers.filter(...).count() >= 2` for high value
4. Dashboard Activities for “votes remaining” and 24h expiry
5. Audit export / webhook stream for compliance

## Controls

* Root quorum for org membership and policy admin changes
* Separate automation keys that **cannot** move treasury (no allow policy)
* Import/export only through HPKE channels with dual control

## Related

* [Root quorum](/concepts/users/root-quorum)
* [Policy templates](/company-wallets/policy-templates)
* [Hybrid co-signing](/company-wallets/hybrid-cosign) — only if an external user must co-sign
