# Query Validators

You can query the list of all validators of a specific chain:

```bash
secretcli q staking validators
```

If you want to get the information of a single validator you can check it with:

```bash
secretcli q staking validator <validator-address>
```

### &#x20;<a href="#bond-tokens" id="bond-tokens"></a>
