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

# Security

### Security and Safety Measures

At Snake Finance, the safety and security of our community and investors are top priorities. We are committed to implementing best practices and maintaining transparency to protect your investments.

#### **Security Measures We Take:**

1. **Upgradable Protocol Mechanisms**
   * The ownership of our token contracts is **not renounced**, allowing us to make necessary upgrades and improvements to the protocol as needed. This ensures the protocol can evolve and adapt over time for security, efficiency, and performance.
2. **Verified Contracts**
   * All our contracts are **fully verified** and thoroughly tested before deployment.
   * Contract launches and protocol updates are **announced several hours or days in advance** to ensure transparency and give the community ample time to prepare.
3. **Strategic Partnerships**
   * We collaborate with some of the **largest and most secure projects on the Sonic network**, ensuring that Snake Finance remains a part of a trustworthy and resilient ecosystem.

***

### **Your Role in Security**

While we take every measure to secure the protocol, users should also follow these best practices to keep their funds safe:

* Use **secure wallets** and never share your private keys.
* Always verify you are interacting with official Snake Finance links.
* Stay informed by following our official announcements.

Security is a shared responsibility, and with these combined efforts, we aim to provide a secure and reliable experience for all participants in the Snake Finance ecosystem.


---

# 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://snake-finance.gitbook.io/snake-finance-docs/information/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.
