> For the complete documentation index, see [llms.txt](https://2435ghj424g6j.gitbook.io/gm/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://2435ghj424g6j.gitbook.io/gm/general/what-is-offsetdata.md).

# What is Offsetdata

## What is Offsetdata app, service or tool?

Offsetdata is a Software-as-a-Service (SaaS) that specializes in verifiable data queries and storage powered by blockchain that connects data buyers to sellers for easy monetisation. Our platform offers a seamless integration process, allowing users to submit data via API, Chrome extension, Web Portal or NPM package. This documentation aims to provide an overview of Offsetdata's core features and functionality.

### How Offsetdata Works

1. Data Submission: Users can submit their data to Offsetdata using various methods such as our API, Chrome extension, Web Portal or NPM package. The data is securely transmitted to our backend infrastructure.
2. Encryption and Hashing: Upon receiving the data, Offsetdata's backend encrypts the data to ensure its confidentiality. Additionally, we apply a hashing algorithm to generate a unique hash value for the data.
3. Storage on the Blockchain: The generated hash is then stored on a public blockchain using the Offsetdata smart contract. This process ensures the immutability and transparency of the data.
4. Original Data Storage: Offsetdata also retains a copy of the original data in our secure database. This enables users to validate their data at a later stage by comparing it with the stored hash and the original data.
5. Data Validation: Users have the ability to validate their data using Offsetdata's validation feature. By comparing the stored hash on the blockchain with the original data, users can ensure data integrity and verify its authenticity.
6. GDPR Compliance: Offsetdata is fully compliant with the General Data Protection Regulation (GDPR). If users require their data to be edited or removed, Offsetdata can delete the original record from our database. Once deleted, the stored original hash becomes impossible to decrypt and read.

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

### Benefits of Offsetdata

1. Data Security: By leveraging blockchain technology, Offsetdata provides enhanced security for data storage and ensures its integrity.
2. Data Validation: Users can easily validate their data against the stored hash and original data, providing a robust verification mechanism.
3. Transparency: The use of a public blockchain ensures transparency and trust in the data stored by Offsetdata.
4. GDPR Compliance: Offsetdata's adherence to GDPR regulations ensures user privacy and control over their data.
5. Seamless Integration: Offsetdata offers multiple submission methods, making it easy for companies to integrate their existing systems with our platform.

### TL;DR

Offsetdata offers a secure and efficient solution for Web2 and Web3 companies looking to store their data on the blockchain. By leveraging encryption, hashing, and smart contracts, we provide data integrity, transparency, and verification capabilities. With GDPR compliance and seamless integration options, Offsetdata is a trusted partner for companies aiming to enhance the security and reliability of their data storage.

<figure><img src="/files/uCLoi1fksin9jmaljw4M" 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://2435ghj424g6j.gitbook.io/gm/general/what-is-offsetdata.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.
