# Run a node

The nodes use Geth v1.13.12. Connect to LaChain:

| Network Name       | LaChain                                                                                                                                                                                                 |
| ------------------ | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| RPC URLs           | [https://rpc1.mainnet.lachain.network ](<https://rpc1.mainnet.lachain.network >)[https://rpc2.mainnet.lachain.network ](<https://rpc2.mainnet.lachain.network >)<https://lachain.rpc-nodes.cedalio.dev> |
| Chain Id           | 274                                                                                                                                                                                                     |
| Currency Symbol    | LAC                                                                                                                                                                                                     |
| Block Explorer URL | <https://explorer.lachain.network>                                                                                                                                                                      |

**Block Explorer**

LaChain has an Explorer where you can view blocks, transactions, and blockchain network metrics. <https://explorer.lachain.network>&#x20;

<br>


---

# 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://lachain.gitbook.io/lachain-docs/basics/editor.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.
