# OlaOS

OlaOS is Ola's node implementation repositor.

Users can submit transactions to Ola through the JSON-RPC interface, and all transactions submitted by users will be persisted to the underlying database.

The mempool fetcher component is responsible for synchronizing received transactions to the mempool, where transactions are waiting to be executed by the sequencer(via OlaVM) and packaged into blocks.

This document will introduce the projects details of OlaOS from several aspects, and be updated as the project develops.


---

# 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://ola-2.gitbook.io/ola-developer-documents/olaos.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.
