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

# Security & disclaimers

## Non-custodial

bloxchain.app does **not** hold private keys, seed phrases, or custody assets. On-chain actions use **your wallet**. Transactions can fail, revert, or be irreversible.

The TypeScript SDK runs in **your** infrastructure—you are responsible for key management and RPC security.

## Security assurance

The Bloxchain Protocol has completed a **third-party security audit** for the published audited scope. Public reports and links are added to [Audit status](/security/audit-status.md) as they are released. For mainnet checklists, see [Production readiness](/developers/production-readiness.md).

An audit does **not** guarantee absence of risk. You are responsible for:

* Deploying a **tagged Protocol release** and matching SDK/contract artifacts
* Reviewing **your custom contract extensions** and operational controls
* Legal and compliance review for your jurisdiction and use case

See [Security model](/security/security-model.md) and [Security review guide](/security/security-review-guide.md).

## No financial or legal advice

This documentation describes product and protocol behavior. It is not investment, legal, or compliance advice. Consult qualified professionals for your jurisdiction and use case.

## bloxchain.app legal notices

Terms of service, privacy policy, and cookie notices are presented in the hosted application. Refer to links in the app footer or account settings.

**Contacts:** <legal@particlecs.com> · <privacy@particlecs.com> · <support@particlecs.com>

## Data handling (summary)

* **In our application database (personal workspace):** contract configuration, saved meta-transactions, wallet labels (not keys), custom networks, notification preferences.
* **We do not store:** email in our database for delivery, passwords, private keys, or seed phrases.
* **On-chain:** addresses, transactions, and amounts are public on the blockchain you use.
* **Sign-in:** email and authentication are handled by our sign-in provider at login.

See [Platform overview — product scope](/platform-bloxchain.app/start.md#product-scope-current-release).

## Open-source Protocol

Bloxchain Protocol is licensed under **MPL-2.0**. See [Open source](/resources/license.md).

## Security resources

* [Audit status](/security/audit-status.md)
* [Security model](/security/security-model.md)
* [Security review guide](/security/security-review-guide.md)
* [Report vulnerabilities](/security/report-vulnerabilities.md)

## Next steps

* [Troubleshooting](/resources/troubleshooting.md)
* [Get support](/resources/support.md)


---

# 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.bloxchain.app/security/security-disclaimers.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.
