> For the complete documentation index, see [llms.txt](https://abbleicat.gitbook.io/abble-icat/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://abbleicat.gitbook.io/abble-icat/extras-and-more/safety.md).

# Safety

### **Audit Report**

{% file src="/files/3z43ARKV2AttPGhHJMGw" %}

### KYC

<https://github.com/cyberscope-io/kyc/blob/main/icat/kyc.png>\\

\
<https://www.coinscope.co/coin/icat/kyc>\\

\
<https://twitter.com/cyberscope_io/status/1782349612503720212><br>

### Be careful and use caution. Here are some recommendations.

1. **Secure Your Private Keys**: Always keep your private keys safe and never share them with anyone. Your private keys are like the keys to your safe, and anyone who gains access to them can control your funds.
2. **Use a Secure Wallet**: Choose a reputable and secure wallet to store your cryptocurrencies. Look for wallets that offer features like multi-factor authentication (MFA) and encryption to enhance security.
3. **Beware of Phishing Attempts**: Be cautious of phishing attempts, where malicious actors try to trick you into revealing your private information, such as passwords or private keys. Always double-check URLs and verify the authenticity of websites and emails before providing any sensitive information.
4. **Enable Two-Factor Authentication (2FA)**: Enable two-factor authentication on your accounts whenever possible. 2FA adds an extra layer of security by requiring a second form of verification, such as a code sent to your mobile device, in addition to your password.
5. **Keep Your Software Updated**: Ensure that your wallet software, operating system, and antivirus programs are up to date. Software updates often include security patches that help protect against known vulnerabilities.
6. **Backup Your Wallet**: Regularly backup your wallet and store the backup securely in multiple locations. This ensures that you can recover your funds in case your device is lost, stolen, or damaged.
7. **Use Caution with Third-Party Services**: Exercise caution when using third-party services, such as cryptocurrency exchanges or online wallets. Only use reputable and trusted platforms, and research them thoroughly before entrusting them with your funds.
8. **Educate Yourself**: Stay informed about the latest security threats and best practices for securing your crypto assets. Knowledge is your best defense against potential risks.
9. **Verify Transactions Before Confirming**: Always verify the details of a transaction before confirming it. Check the recipient address carefully to ensure that it is correct, as transactions on the blockchain are irreversible.
10. **Report Suspicious Activity**: If you encounter any suspicious activity or believe that you have been targeted by a phishing attack, report it to the appropriate authorities and take steps to secure your accounts immediately.


---

# 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://abbleicat.gitbook.io/abble-icat/extras-and-more/safety.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.
