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

# Risk disclosure

> The residual risks that no on-chain policy can fully eliminate. What Thaler covers, and what stays on the user.

## Scope of this document

A Thaler vault is structured to remove as much risk as the protocol can. The Squads policy, the worker, the agent wallet, and the protocol reserve work together to keep the deposit and the yield floor inside well-defined bounds.

The vault also interacts with third-party protocols on Solana that are independent of Thaler. These protocols have their own audit trails, governance, and risk profiles. The following risks remain and are not covered by principal protection or the yield floor.

## Risk inventory

| Risk                | Description                                                                                                                            | Mitigation                                                                                                                    |
| ------------------- | -------------------------------------------------------------------------------------------------------------------------------------- | ----------------------------------------------------------------------------------------------------------------------------- |
| Smart-contract risk | External programs (Kamino, Hyperliquid, Pacifica, Jito, Marinade) can be exploited or fail                                             | Route only through venues with multi-year live history and public audit reports; cap per-venue exposure in the policy         |
| Oracle risk         | Lending and perpetual venues price collateral from external oracles; stale or manipulated quotes can trigger unfavourable liquidations | Use venues with multi-source oracles and circuit breakers; the policy holds an LTV buffer below the liquidation threshold     |
| Counterparty risk   | Perpetual venues can socialise losses through auto-deleveraging during extreme deleveraging events                                     | Cap leverage well below the venue's auto-deleveraging band                                                                    |
| Operational risk    | Worker downtime reduces strategy efficiency                                                                                            | Policy buffers ensure downtime cannot push the position into liquidation; vault continues to accrue staking and lending yield |
| Network risk        | Solana congestion or outages prevent rebalancing                                                                                       | Policy buffers accommodate multi-hour outages; longer outages defer closes until the network recovers                         |
| Regulatory risk     | The regulatory environment may change                                                                                                  | The protocol monitors jurisdictions and may restrict access where operations become non-compliant                             |
| Key management risk | Loss of the user's wallet key prevents signing claims or closes                                                                        | The protocol cannot recover lost keys; users should follow secure wallet practices                                            |

## Smart-contract risk in detail

The vault routes capital through several external programs:

| Layer              | Programs              |
| ------------------ | --------------------- |
| Liquid staking     | Jito, Marinade        |
| Lending            | Kamino Lend           |
| Perpetual exchange | Hyperliquid, Pacifica |

Each program is audited and has been live for an extended period. None is perfect. If one is exploited and user funds are lost in the venue itself, the loss flows through to the vaults holding positions in it at the time. The protocol's reserve is not sized to absorb a full venue failure.

The protocol mitigates this risk by:

* Routing only through venues with multi-year live history and public audit reports.
* Capping the maximum exposure to any single venue inside the policy.
* Diversifying across at least two venues per strategy leg where the venue list supports it.

## What Thaler covers

| Coverage             | Trigger                                                                    |
| -------------------- | -------------------------------------------------------------------------- |
| Deposit principal    | Normal close (any time, with the penalty schedule applied to early closes) |
| Per-tier yield floor | Full-year hold without a smart-contract failure of an external venue       |

The covers are documented in [Principal protection](/security/principal-protection) and [Yield floor](/security/yield-floor).

## What Thaler does not cover

* Smart-contract failure of a third-party protocol.
* Oracle manipulation or stale-price liquidations.
* Solana network outages that prevent timely settlement.
* Loss of user keys.
* Regulatory restrictions on the user's jurisdiction.

The user accepts these residual risks as part of the Terms and Policy Agreement signed at creation. The agreement is reproduced in the Create Vault flow and must be scrolled to the bottom and ticked before signing.

## Next read

<Columns cols={2}>
  <Card title="Principal protection" icon="vault" href="/security/principal-protection">
    What Thaler does cover and how to verify the reserve that backs the commitment.
  </Card>

  <Card title="FAQ" icon="circle-question" href="/faq">
    Short answers to the most common questions about Thaler.
  </Card>
</Columns>
