> For the complete documentation index, see [llms.txt](https://docs.romrom.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.romrom.io/rom_coin-blockchain.md).

# ROM\_COIN Blockchain

<mark style="background-color:blue;">**ROM\_COIN**</mark> = ROM\_COIN blockchain + ROM\_COIN platform

&#x20;

ROM\_COIN plans to establish its own blockchain as it requires processing large amounts of transactions network due to the unique nature of the project. Payment channel technology is introduced and supported for fast transaction processing. These functions are called transaction handlers in ROM\_COIN and are a core technology that represents the scalability of blockchain. Additionally, after developing the payment channel technology, ROM\_COIN will introduce the bridge technology, which is being developed by Ethereum's Parity team if a sidechain is needed.

ROM\_COIN contains the following components: ID server responsible for processing and managing node’s identity, a data manager that performs blockchain data management, a messaging handler and transaction handler that handles transactions and data management, and a file sharing handler that handles storage management.

ROM\_COIN consists of ‘ROM\_COIN’ blockchain and ROM\_COIN tokens. ROM\_COIN will be used to test ‘ROM\_COIN’ blockchain and to make payment on payment channels and to pay service fees.

&#x20;

The following is a comparison table between ROM\_COIN and Bitcoin.

|                        | **Bitcoin**                                   | **ROM\_COIN**                |
| ---------------------- | --------------------------------------------- | ---------------------------- |
| Purpose                | Stock Exchange transaction, currency exchange | business(revenue generation) |
| Type of cryptocurrency | Token- type cryptocurrency                    | Token- type cryptocurrency   |
| Type of block chain    | Public Block chain                            | Private Block chain          |
| System aim             | Decentralized                                 | Semi-Centralized)            |
| Smart contract         | none                                          | EVM                          |
| Commercial DB support  | none                                          | SQL                          |
| Scope of Use           | Global use                                    | Global use                   |
| System Scalability     | Very low                                      | Very high                    |


---

# 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://docs.romrom.io/rom_coin-blockchain.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.
