# Transparency Through Blockchain

To enhance transparency and trust during the centralized phase (CeFi) of the platform, EarnPark is exploring multiple approaches to ensure users can verify the integrity of platform operations. Our initial concept involves implementing a hash-based mechanism for the accounting ledger, where current accounting data is hashed with the previous hash and recorded on the blockchain. This method guarantees transparency by allowing users to verify the ledger's integrity at any time.

{% hint style="info" %}
Further details and technical specifications for these solutions are under evaluation and will be defined at a later phase (TBD).
{% endhint %}


---

# 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://docs.earnpark.com/token-whitepaper/park-token-utility/transparency-through-blockchain.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.
