# Lava Network

**Lava** is a decentralized network of node runners, each incentivized to give you fast, reliable and accurate RPC

### [Stake now!](https://explorer.w3coins.io/Lava-Testnet/staking/lava@valoper1tcq6fvmxcyfyfumgd2hrp7ryx49cx6k4vk9nwg)

## **Chain explorer** <a href="#chain-explorer" id="chain-explorer"></a>

* <https://explorer.w3coins.io/Lava-Testnet>
* [https://lava.explorers.guru](https://lava.explorers.guru/)

## Community Tools and Services <a href="#community-tools-and-services" id="community-tools-and-services"></a>

#### **RPC**

```
https://lava-testnet-rpc.w3coins.io
```

#### **gRPC**

```
lava-testnet-grpc.w3coins.io:9090
```

#### **API**

```
https://lava-testnet-api.w3coins.io
```

#### **Seed Node**

```
91706fd6ec45e38661ba7bb7567fc572b738c3ea@seed-node.w3coins.io:19966
```

**Addrbook**

```
wget -O addrbook.json https://s3.eu-central-1.amazonaws.com/w3coins.io/addrbook/lava-testnet/addrbook.json --inet4-only
mv addrbook.json ~/.lava/config
```

#### **Genesis**

```
wget -O genesis.json https://s3.eu-central-1.amazonaws.com/w3coins.io/genesis/lava-testnet/genesis.json --inet4-only
mv genesis.json ~/.lava/config
```

####


---

# 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://services.w3coins.io/testnet/lava-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.
