> ## 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.

# AccountPoliciesSmartTransaction

Account policies for smart transactions

<Note>
  Note: This is similar to TradePolicies but without spending limits,
</Note>

as those are now part of TradeRules

## Properties

| Property                                    | Type                                                                                                           | Description                                                                            |
| ------------------------------------------- | -------------------------------------------------------------------------------------------------------------- | -------------------------------------------------------------------------------------- |
| <a id="signers" /> `signers`                | [`PolicySigner`](/grid/v1/sdk-reference/react-native/reference/latest/interfaces/PolicySigner)\[]              | Array of signers authorized for this policy (minimum 1 required)                       |
| <a id="threshold" /> `threshold`            | `number`                                                                                                       | Number of signatures required for approval (minimum 1, must not exceed signers.length) |
| <a id="starttimestamp" /> `startTimestamp?` | `number`                                                                                                       | Optional start timestamp for the policy                                                |
| <a id="expirationargs" /> `expirationArgs?` | [`PolicyExpirationArgs`](/grid/v1/sdk-reference/react-native/reference/latest/interfaces/PolicyExpirationArgs) | Optional expiration arguments                                                          |
