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

# AccountPolicies

Multi-signature account policies

<Note>
  Important: Signers range: 1-10, threshold must not exceed signers.length (range: 1-10)
</Note>

## Properties

| Property                                | Type                                                                                              | Description                                          |
| --------------------------------------- | ------------------------------------------------------------------------------------------------- | ---------------------------------------------------- |
| <a id="signers" /> `signers`            | [`AccountSigner`](/grid/v1/sdk-reference/typescript/reference/latest/interfaces/AccountSigner)\[] | Account signers (range: 1-10)                        |
| <a id="threshold" /> `threshold`        | `number`                                                                                          | Required signatures (must not exceed signers.length) |
| <a id="timelock" /> `timeLock?`         | `number`                                                                                          | Time lock in seconds (range: 1 to u32::MAX)          |
| <a id="adminaddress" /> `adminAddress?` | `string`                                                                                          | Admin address for administrative functions           |
