> For the complete documentation index, see [llms.txt](https://docs.clv.org/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.clv.org/portal/technical-documentation/web3-compatibility/net_listening.md).

# net\_listening

```
web3.eth.net.Listening
```

#### Parameters

none

#### Returns

returns `Boolean：`that the connected node is listening for network requests.

#### Example

```
const Listening = web3.net.Listening
console.log(Listening);
> true
```
