> For the complete documentation index, see [llms.txt](https://brain-sync.gitbook.io/brain-sync/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://brain-sync.gitbook.io/brain-sync/kyc-audit-and-safu.md).

# KYC, Audit and SAFU

* *KYC (Know Your Customer), auditing, and the SAFU (Secure Asset Fund for Users) seal are important security measures in cryptocurrency projects. KYC is a legal requirement for companies dealing with cryptocurrencies and aims to verify the identity of their users, preventing fraud and money laundering.*
* *Auditing is an independent and impartial evaluation process of a company's procedures, including its finances and internal controls. In cryptocurrency projects, an audit helps verify the accuracy of the information provided by the company and ensure that user funds are safe.*
* *Finally, the SAFU seal is an additional security measure that ensures that user funds are protected in the event of hacking or other vulnerabilities. It ensures that the company has a security fund in case of asset loss, providing an extra layer of protection for users.*

{% hint style="info" %}
*The implementation of KYC, auditing, and the SAFU seal is essential to increase confidence and transparency in cryptocurrency projects, protecting users and maintaining the integrity of the cryptocurrency market.*
{% endhint %}

{% embed url="<https://github.com/AnalytixAudit/Solidity/blob/main/20230307_Analytix%20Audit_Brain%20Sync_Audit.pdf>" %}
AUDIT
{% endembed %}

{% embed url="<https://pinksale.notion.site/Brainsync-KYC-Verification-cd37093c7a8e4fb8a9d9733e0de96334>" %}
KYC
{% endembed %}

{% embed url="<https://coinsult.net/safu_report/brain-sync/>" %}
SAFU
{% endembed %}


---

# 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://brain-sync.gitbook.io/brain-sync/kyc-audit-and-safu.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.
