# 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: 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:

```
GET https://brain-sync.gitbook.io/brain-sync/kyc-audit-and-safu.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
