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

# Security System

## The strongest Security System

<figure><img src="https://images.unsplash.com/photo-1603899122634-f086ca5f5ddd?crop=entropy&#x26;cs=srgb&#x26;fm=jpg&#x26;ixid=M3wxOTcwMjR8MHwxfHNlYXJjaHw2fHxzZWN1cml0eXxlbnwwfHx8fDE2ODY2NzQ0OTh8MA&#x26;ixlib=rb-4.0.3&#x26;q=85" alt=""><figcaption></figcaption></figure>

## 1. KYC/AML

* To comply with KYC/AML regulations, Planbit works with a trusted third party.

## 2. Two-Factor Authentication

* Keep your assets even safer with 2-factor authentication.
* Google OTP Authentication
* E-mail Authentication
* Mobile Number Verification

<figure><img src="/files/bHP3yyw6VaJdgJKSBukj" alt=""><figcaption></figcaption></figure>

## 3. Secure Data - Base

* Data is decentralized and decentralized, so hackers have to hack entire networks. It is almost impossible to hack all networks, Therefore, it is free from the risk of hacking.

  And because the servers of Web 3.0 are distributed and distributed to each node, you can be safe from server confiscation and search.

  In other words, the concept of creating a completely personalized Internet environment in which the storage, use, and ownership of data are given to netizens.
* Users will regain full access to their data and data will be revitalized and protected. Data can be shared individually only when the user wants.

<figure><img src="/files/wrCr6a31HMauB50UWPb0" alt=""><figcaption></figcaption></figure>

* ### High Security <a href="#e3b6" id="e3b6"></a>

* Designed to enhance our Web3 platform security features. The security of the cryptocurrency being used is very important incidents that are currently occurring is increasing.

* With Multi-layer Security System

* Account suspensions and service delays are significantly reduced. Because there is no single point of failure (SPOF), service disruption is minimized. Data is stored redundantly in distributed nodes, so multiple backups are secured, which enables efficient and immediate response to server failures. Also, since data is received from the nearest node server, you can enjoy a faster and safe Internet environment.

<figure><img src="/files/c4sBnOV7uVn6sOKR7Xzc" alt=""><figcaption></figcaption></figure>

## Secure Assets

* Cold wallet and distributed storage of assets to keep assets safe

  Introduced a perfect prevention system from hacking
* Assets are completely distributed and stored in Hardware wallets & Cold Wallets, and crypto is safely stored
* AI Protector monitors 24/7 to prevent and defend against hacking and anomalies


---

# 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://guideforusers.gitbook.io/planbit-tutorial/security/security-system.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.
