> For the complete documentation index, see [llms.txt](https://baasid.gitbook.io/baasid-docs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://baasid.gitbook.io/baasid-docs/whitepaper/services/realization-of-blockchain-and-data-economy.md).

# Realization of Blockchain and Data Economy

Agendabook is a representative real-use service of the BaaSid project, a next-generation survey and voting platform that combines user experience (UX) based on blockchain technology, DX (Digital Transformation), and AX (AI Transformation). To solve the reliability and transparency problems of existing data collection services, this platform introduces blockchain-based data verification technology and provides substantial rewards to participants, thereby building a more reliable data ecosystem.

<div align="left"><figure><img src="/files/UDEJOxVZtTBa3MFnSXOd" alt="" width="16"><figcaption></figcaption></figure></div>

## Structure of Survey/Voting Platform

#### Blockchain-based Data Verification and Reward System

Utilizing BaaSid's blockchain infrastructure, all voting and survey data participated by users (panels) are safely managed. Response data submitted by users is processed through the following procedures:

* Response data → Hash processing → Merkle Tree structure generation
* Store Merkle Root hash value in Ethereum smart contract
* Through this, anyone can verify that the data has not been forged

Thanks to this structure, all survey data is transparently recorded and preserved on the blockchain. Users (panels) receive points for such participation, and these points are exchanged for ERC-20 based BAAS tokens to be used as practical reward means.

<h4 align="center">Decentralization for Voting data verification</h4>

<p align="center">Public decentralized blockchain : Ethereum Network</p>

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

<p align="center">Research platform [Commercialization Service]</p>

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


---

# 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://baasid.gitbook.io/baasid-docs/whitepaper/services/realization-of-blockchain-and-data-economy.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.
