> For the complete documentation index, see [llms.txt](https://whitepaper.werate.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://whitepaper.werate.io/authentic-reviews/authenticity-framework/storing-proof-of-review-on-chain.md).

# Storing Proof-of-Review on-chain

{% hint style="info" %}
This feature is not yet connected to the WeRate mobile app and will be released in 2026.
{% endhint %}

### 🧩 Why on-chain matters

Storing key authenticity signals on-chain adds a layer of transparency and permanence that traditional platforms cannot offer. It ensures that proof of presence, trust points and verification data cannot be altered or manipulated behind the scenes.

On-chain storage strengthens the credibility of every review.

### 🪪 What gets stored

weRate records only essential, non sensitive authenticity elements such as

* Encrypted proof of a verified visit
* Timestamped confirmation of the contribution
* Validation markers tied to user trust
* Non personal activity signals

No private data, photos or personal identity details are stored onchain.

### 🔐 Privacy first

The system is designed to protect users. All sensitive information stays in the app and remains under user control. On-chain records cannot reveal who someone is, where they were, or what they consumed.

The chain stores proof, not personal data.

### 🔍 Transparency and verifiability

By anchoring authenticity signals on-chain, weRate ensures

* Immutability of verification
* Public auditability
* Trust that the system behaves as expected
* A transparent foundation for future rewards and ownership models

This reduces the need to trust the platform itself and shifts trust to verifiable records.

### 🔄 Long term reliability

As the platform grows, on-chain proof becomes essential for

* Fighting manipulation
* Maintaining consistent trust rules
* Preventing retroactive changes
* Supporting ecosystem integrations

It creates durable trust infrastructure for the entire weRate ecosystem.

### 🌟 Stronger trust for everyone

For users, it means the review they read is backed by real proof.\
For businesses, it means feedback is reliable and verifiable.\
For the ecosystem, it means authenticity scales safely.

On-chain proof turns real world actions into trustworthy digital signals.


---

# 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://whitepaper.werate.io/authentic-reviews/authenticity-framework/storing-proof-of-review-on-chain.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.
