Lists all active networks, or chains if `net` parameter was specified.
`Command syntax:`
```actionscript
net list
[chains -net <chain net name>]
```
`Options:`
```actionscript
-net - name of the Cellframe Network. The list of networks can be found in the <Config_dir> \ etc \ network folder or received by The Cellframe-Node-CLI using command - net list (optional)
```
### CLI Example
`Command:`
```actionscript
cellframe-node-cli net list
```
`Response:`
```actionscript
networks:
KelVPN, Backbone
```
### JSON-RPC Example
![[JSON-RPC Request - NET LIST]]