# ReapChain

This repository holds the guides, documents, genesis files, and binary files required to interact with and even run the ReapChain Mainnet

## GitBook Tutorials

You can get started with the ReapChain Mainnet by accessing all of the required materials through our GitBook. Currently you can access this GitBook [here](https://reapchain.gitbook.io/mainnet/).

## About Us

ReapChain was created to solve the problems of the existing IoT Blockchain.

Based on the Shell-Core structure, which combines public and private Blockchains, and the two-way consensus algorithm (PoDC), we have overcome the three problems of the existing Blockchain: “scalability, security, and decentralization”.

Also, by giving the PID of an object through the Reap SDK, it is possible to secure clean data by improving security through mutual verification between devices and preventing the forgery of data.

ReapChain is creating a new IoT Blockchain world with technology that has both complete security and transparency.

[![reapchain youtube](https://img.youtube.com/vi/0VdbTC2w5D8/sddefault.jpg)](https://www.youtube.com/watch?v=0VdbTC2w5D8)


---

# 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://reapchain.gitbook.io/mainnet/readme.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.
