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

# Security

Dystopia is inspired and forked from Solidly's [audited](https://github.com/solidlyexchange/solidly/tree/master/audits) smart contracts, with additional upgrades to security that were previously overlooked. The main differences between Solidly's original code and Dystopia's code is the tokenomics and how emissions are deployed. Dystopia has support from the partnership with Polygon DAO, who received the highest allotment for the initial bootstrapping of veDYST.

### **Multi Sig**

Dystopia's [governance wallet](https://gnosis-safe.io/app/matic:0x342952B86Bea9F2225f14D9f0dddDE070D1d0cC1/settings/owners) uses a 3/6 Gnosis Safe multi-signature account with the following signers:&#x20;

| Owner       | Address                                    |
| ----------- | ------------------------------------------ |
| belbix      | 0x0644141DD9C2c34802d28D334217bD2034206Bf7 |
| SAM         | 0x17e06ce6914E3969f7BD37D8b2a563890cA1c96e |
| Mark zeller | 0x329c54289Ff5D6B767daE13592C6B1EDA1543eD4 |
| kila2       | 0xC63c477465a792537D291ADb32Ed15c0095E106B |
| hamzah      | 0xc156C57231a9302D9f5C7b5eF22871cC25F40736 |
| Simsala     | 0x7754d8b057CC1d2D857d897461DAC6C3235B4aAe |

### **Code Coverage**

Dystopia contracts have 100% [code coverage](https://app.codecov.io/gh/dystopia-exchange/dystopia-contracts), meaning that all the coding in Dystopia has been vigorously tested. This best practice suggests that the contracts have a lower risk of containing vulnerabilities compared to contracts with lower code coverage.


---

# 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.dystopia.exchange/dystopia-1/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.
