Lists [[Proof of Authority (PoA)|PoA]] cerificates for this network.
`Command syntax:`
```actionscript
net poa_certs list
-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
```
### CLI Example
`Command:`
```actionscript
cellframe-node-cli net -net foobar poa_certs list
```
`Response:`
```actionscript
poa_certs:
0x51EF21BDA4A45B537B8D41CED7F8F9A05B218EC62C1C4DCCADE356174E218490
```
### JSON-RPC Example
![[JSON-RPC Request - NET POA_CERTS LIST]]