> For the complete documentation index, see [llms.txt](https://docs.dawnlabs.tech/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.dawnlabs.tech/legal/disclaimer.md).

# Disclaimer

**Last updated: August 2026**

## General Disclaimer

Dawn Labs provides Solana validator operations, staking, and related advisory services. By using our services or relying on this documentation, you acknowledge and accept the following:

### No Investment Advice

Nothing in this documentation or on any Dawn Labs platform constitutes financial, investment, legal, or tax advice. The information provided is for informational purposes only. You should consult with qualified professionals before making any investment decisions.

### No Guarantee of Returns

* Past performance does not guarantee future results
* Advertised APY figures are estimates based on historical data and current market conditions
* Actual returns may be higher or lower than projected
* Loss of staked or deposited funds is possible

### Risk Acknowledgment

By using our services, you acknowledge that you understand and accept the risks involved, including but not limited to:

* Smart contract vulnerabilities
* Market and interest rate risk
* Liquidation risk in leveraged staking strategies
* LST depeg and liquidity risk
* Oracle manipulation risk
* Operational and infrastructure risk
* Validator performance, downtime, and slashing-related risk
* Regulatory risk
* Solana network risk

### Third-Party Protocols

Some strategies described in this documentation rely on third-party protocols. Dawn Labs does not operate or control these protocols and is not responsible for their performance, security, or availability.

### Non-Custodial Nature

Dawn Labs' staking services operate on a non-custodial basis. While this provides security benefits, it also means:

* You are solely responsible for the security of your wallet and private keys
* Lost private keys cannot be recovered
* Transactions on the Solana blockchain are irreversible

### Regulatory Status

Dawn Labs is not registered with or approved by any financial regulatory authority. The regulatory status of staking and DeFi products is uncertain and evolving. Users are responsible for ensuring their use of our services complies with applicable laws in their jurisdiction.

### Limitation of Liability

To the maximum extent permitted by law, Dawn Labs and its contributors shall not be liable for any direct, indirect, incidental, special, consequential, or exemplary damages arising from:

* Use of or inability to use our services
* Loss of staked or deposited funds
* Unauthorized access to or alteration of your data
* Any third-party conduct or content

### Changes

Dawn Labs reserves the right to modify service parameters, strategies, fee structures, and these terms at any time. Significant changes will be communicated through official channels.

### Jurisdiction

Some jurisdictions may restrict access to staking or DeFi products. It is your responsibility to ensure you are legally permitted to use our services in your jurisdiction.

***

*By using Dawn Labs' services, you acknowledge that you have read, understood, and agree to this disclaimer.*


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://docs.dawnlabs.tech/legal/disclaimer.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
