# Network

This document contains details on each of the RPC - HTTP and Websocket endpoints. It also describes how to add them to Metamask.

### Lappsnet network

<table><thead><tr><th width="154.3384894473902">Name</th><th>Value</th></tr></thead><tbody><tr><td>NetworkName</td><td>Lappsnet</td></tr><tr><td>chainId</td><td>2780</td></tr><tr><td>Gas Token</td><td>ESAT</td></tr><tr><td>Minimum Gas Price</td><td>10000Gwei</td></tr><tr><td>Gas Limit</td><td>21000</td></tr><tr><td>RPC</td><td><a href="https://rpc.lappsnet.io/">https://rpc.lappsnet.io/</a></td></tr><tr><td>Websocket</td><td><a href="https://rpc.lappsnet.io/">wss://rpc.lappsnet.io/</a></td></tr><tr><td>Block Explorer</td><td><a href="https://explorer.lappsnet.io/">https://explorer.lappsnet.io/</a></td></tr></tbody></table>

{% hint style="info" %}
**IMPORTANT**

Lapps network native token is ESAT which will be used as gas fee.
{% endhint %}

### How to add Lappsnet network to Metamask.

We will explain how to add a custom network to your Metamask account.

1.Open the Metamask on your browser, and then click the "Settings" button.

![](/files/ulmGu7zAuqWOO3BVGxfl)

2\. Click on the "Network" menu item in the menu list. On the next screen, click the "Add Network" button to move to the Add a Network screen.

&#x20; ![](/files/pEKVCux4sFHGoD1TFc7C)

3\. Enter the information for the Lapps network as shown in the following image. You can also refer to the network information in the section above. When you have finished entering all the information, press the Save button. This will complete the addition of the Lapps network.

![](/files/knwZk1UTzOJQ8hyFOVW9)

4\. Once the Lapps network has been added, the Lapps network can be selected at any time from the network selection button in the Metamask. Now you can get ESAT from the <https://web.lappsnet.io>.

4.![](/files/swTic8LKIqkchtcNsC2f)


---

# 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://nuderebatsin-roal.gitbook.io/lappsnet/guide/network.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.
