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

# Security & Governance Matrix

> Contract guardrails and the transition to DAO governance

## Contract security guardrails

* **Non-Custodial Architecture** — Users retain ownership of their staked assets via audited smart contract logic.
* **Emergency Circuit Breaker** — In the event of upstream oracle failure or external protocol instability, a multisig admin key can trigger `pauseVault()`, halting deposits and protecting user balances.
* **Reentrancy Protection** — All transfer and vesting state changes utilize OpenZeppelin ReentrancyGuard contracts.

## Transition to DAO governance

```mermaid theme={null}
flowchart LR
    A["Launch<br/>3-of-5 Developer Multisig"] -->|12-month stabilization| B["The Den DAO<br/>$WOLF holder governance"]
    B --> C["Votes on rebalancing matrices"]
    B --> D["Votes on yield parameters"]
    B --> E["Votes on treasury integrations"]
```

At launch, protocol parameters (such as target portfolio weights) are managed via a **3-of-5 developer multisig**. Following the 12-month stabilization phase, admin rights will be transferred to **The Den DAO**, enabling WOLF holders to vote on rebalancing matrices, yield parameters, and treasury integrations.

***

> **The Pack Law:** Wall Street closes at 4 PM. The Pack hunts 24/7. Welcome to the Den.
