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

# Security

Utopia’s safety is our top priority, and we encourage our users to research and understand the risks involved before participating in the agreement. Utopia smart contracts are designed as security priorities and have been independently audited by third-party auditors and unassociated consultants. Before any future protocol upgrades, we will also conduct security audits before any new deployments. However, we cannot guarantee that the audit can eliminate or highlight all potential risks involved. We encourage our users to exercise their own judgment and suggest that they should be cautious when considering whether it is appropriate to participate in the agreement.

Utopia is non-custodial and cannot obtain user funds. However, we do have an administrative key with special privileges, allowing us to suspend and modify the contract in an emergency. We plan to introduce a time lock to give enough notice so that the community can monitor any changes before they happen. We are big fans of decentralized governance, but we are also aware of the limitations of the eagerness to move toward decentralized governance. As time goes by, we will gradually grow in accordance with the development route.

#### Certificates

{% file src="/files/-Mko7zqf3jGBzQrNwYCE" %}
AnChain Certificate
{% endfile %}

#### Reports

{% file src="/files/-Mko8s-xuQg9vn8SJOoA" %}
AnChain Audit Report
{% endfile %}


---

# 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.utopiacoin.org/security.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.
