# 1-6-4.  High Security

In the FRUITS PoC, the original data used for mining is deleted after the block is generated. In other words, after the mining process is over, the history of which node added which hash value will remain, but once the mining is completed and recorded in the block, it will be impossible to alter the original data.

This method is similar to irreversible audio compression. Once the audio data has been compressed and subtracted, it cannot be reverted to the original data, which is called RAW data. This is because unnecessary audio data has already been removed to a level that is not a problem for listening to music, such as CDs. We have also incorporated the AI GA (Genetic Algorithm) and NN (Neural Network) technology for this deletion and organization process.

<figure><img src="/files/fEMxADU6tHCeJg95dfrj" alt="" width="563"><figcaption><p>Figure 17: Periodic organization of original data (plot data)</p></figcaption></figure>

Once the information is recorded, you can refer to it whenever you want. However, it can be referenced but not changed. If the purpose of a Seed Token is to record something like a human family tree, once the information is recorded, it can be supplemented or revised, but it cannot be altered. This is what makes Blockchain so reliable and secure.


---

# 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://whitepaper.fruitsblockchain.com/1.-basic-development-of-fsfp-fruits-social-finance-platform/1-6.-overview-of-fruits-poc-technology-and-original-blockchain/1-6-4.-high-security.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.
