> ## Documentation Index
> Fetch the complete documentation index at: https://docs.rhinestone.dev/llms.txt
> Use this file to discover all available pages before exploring further.

# getValidators

> Get the account validator modules.

Method on an account instance returned by [`createAccount`](/sdk-reference/rhinestone-sdk/create-account).

## Usage

```ts theme={null}
const validators = await account.getValidators(chain)
```

## Parameters

<ParamField path="chain" type="Chain" required>
  Chain to read the validators from
</ParamField>

## Returns

<ResponseField name="validators" type="`0x${string}`[]">
  The validator module addresses
</ResponseField>
