# Network Specifications

## Network Specifications

### Algorithm

Larissa Protocol operates on the Ethash proof-of-work (PoW) algorithm. Ethash is a memory-hard PoW algorithm designed to be ASIC-resistant, promoting a more decentralized and equitable mining environment. This algorithm ensures the security and immutability of the Larissa blockchain.

### Target Block Time

The Larissa Protocol network has a dynamic block time, with an average target of 8-15 seconds. The rapid block time enhances transaction throughput and responsiveness, making it well-suited for real-time decentralized applications and services.

### Network IDs

Larissa Protocol is accessible on network IDs:

* **Mainnet:** Network ID <mark style="color:blue;">**9898**</mark>

These network IDs distinguish between the main network (for real transactions) and the test network (for testing and development).

### RPC Server

To interact with the Larissa Protocol blockchain, you can use the following RPC (Remote Procedure Call) server:

* **Mainnet RPC Server:** <https://rpc.larissa.network>

The RPC server allows developers and applications to send queries and transactions to the Larissa blockchain, making it an essential tool for building on the network and accessing blockchain data.

### Other Technical Details

* **Consensus Mechanism:** Proof of Work (PoW)
* **Mining Algorithm:** Ethash
* **Block Reward:** 5 LRS
* **Halving Schedule: 0.62% weekly deduction**
* Block Reward Emission Schedule : <https://larissa.network/emission>

These specifications provide a comprehensive overview of the Larissa Protocol network's technical details, from its algorithm and block time to network IDs and RPC server information. It serves as a foundational reference for developers, miners, and stakeholders interested in the Larissa ecosystem.


---

# 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://docs.larissa.network/network-specifications.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.
