# Security Measures

Security is paramount in the design of the WalletEye Token. The following measures ensure the safety of users' funds and sensitive information:

a. Smart Contract Audits: Before deployment, the smart contract undergoes comprehensive security audits by third-party firms to identify and address potential vulnerabilities.

b. Two-Factor Authentication (2FA): To prevent unauthorized access, the WalletEye Token integrates 2FA, adding an extra layer of protection for user accounts.

c. Cold Storage of Private Keys: Private keys are stored in encrypted cold storage, preventing exposure to potential online threats.


---

# 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://walleteye.gitbook.io/walleteye.whitepaper/introduction/security-measures.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.
