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

# SECURITY

Transparency and openness are two main reasons why DeFi exists and has thrived over TradFi to date but it is something that is still often lacking in many projects. At Atlantis Finance we want the community to feel safe using the platform. To do this we have removed the need to even have to trust us as everything can be verified by yourself. As the popular saying in Bitcoin/crypto goes "Don't trust, verify".&#x20;

To date we have completed a full review of the current contracts without issue and have also renounced ownership of the aFISH token contract making it impossible for anyone/anything except for the Treasury contract to mint more aFISH.

**RugDoc Review -** [**https://rugdoc.io/project/atlantis-finance/**](https://rugdoc.io/project/atlantis-finance/)

## KYC&#x20;

KYC - [https://pinksale.notion.site/Atlantis-finance-KYC-Verification-c1c27bb6ac364920b949ae7c80ff5318 <br>](<https://pinksale.notion.site/Atlantis-finance-KYC-Verification-c1c27bb6ac364920b949ae7c80ff5318&#xD;&#xA;>)

### Contract Renouncing

By default the aFISH token contract has a mint function that allows the owner of the contract to mint tokens on demand, this has been the rug method of several forks to date. To prevent a malicious team from minting a large number of tokens and selling them the ownership of this contract can be renounced thereby removing the ability for anything except for the Treasury contract to mint tokens which can only follow its programmed schedule of minting.&#x20;

We have renounced ownership of the aFISH token contract which thereby removes any ability for the team or anyone who may have access to the deployer address from minting any aFISH tokens. It is also common to ask whether the share token contract has been renounced as well. We have not done this, however, there is no mint function within the WHALE share contract, meaning it is not possible to mint any more shares ever so there is no vulnerability in not renouncing ownership of this contract. &#x20;


---

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