> ## Documentation Index
> Fetch the complete documentation index at: https://base-a060aa97-mux-docs-claude-6.mintlify.site/llms.txt
> Use this file to discover all available pages before exploring further.

# IB20.SEIZE_HOLDER_POLICY

> Generated B20 reference for SEIZE_HOLDER_POLICY().

## Signature

```solidity theme={null}
function SEIZE_HOLDER_POLICY() external view returns (bytes32);
```

| Field               | Value                   |
| ------------------- | ----------------------- |
| Selector            | `0xb279d311`            |
| Canonical signature | `SEIZE_HOLDER_POLICY()` |

## Description

Policy slot consulted against `from` by `seizeWithMemo`.

A `from` is seizable only when it is NOT authorized by this policy. An unset slot reads as `0` (always-allow), so no account is seizable until an issuer configures the slot.

## Returns

Policy scope constant.

## Access control

Read-only or ERC-20-standard access rules unless the NatSpec states otherwise.

## Policy interaction

No direct policy interaction.

## Example

```solidity theme={null}
IB20(target).SEIZE_HOLDER_POLICY();
```
