# Status

The current status of the CryptoLegacy project as of January 31, 2026, is:

* Smart contract code is finalized and has successfully passed audits by [Mixbytes](https://github.com/mixbytes/audits_public/tree/master/CryptoLegacy/CryptoLegacy), [Decurity](https://github.com/Decurity/audits/blob/master/Cryptolegacy/cryptolegacy-audit-report-2025-1.1.pdf), [Pessimistic](https://github.com/pessimistic-io/audits/blob/main/CryptoLegacy%20Security%20Analysis%20by%20Pessimistic.pdf), and [Kamensec](https://github.com/kamensec/solo-audits-public/blob/main/crypto-legacy-report-1.pdf).
* Contracts are deployed on Ethereum, Arbitrum, Base, Optimism, and Linea.
* The interface is fully launched and live at [my.cryptolegacy.app](https://my.cryptolegacy.app/).
* The full platform is live and operational across all supported networks.


---

# Agent Instructions: 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:

```
GET https://docs.cryptolegacy.app/status.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
