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

# IB20.SEIZE_RECEIVER_POLICY

> Generated B20 reference for SEIZE_RECEIVER_POLICY().

[Related concept](/base-chain/specs/upgrades/beryl/b20/specification)

## Signature

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

| Field               | Value                     |
| ------------------- | ------------------------- |
| Selector            | `0xb31da27f`              |
| Canonical signature | `SEIZE_RECEIVER_POLICY()` |

## Description

Policy slot consulted against `to` by `seizeWithMemo`.
Dev: Mirrors `MINT_RECEIVER_POLICY`: always enforced on the seize destination. An unset slot reads
as `0` (always-allow), so seize may send anywhere until an issuer configures the slot.
Return: 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_RECEIVER_POLICY();
```

## Related

* [IB20 reference](/base-chain/specs/upgrades/beryl/b20/specification/reference/interfaces/IB20)
* [Constants & addresses](/base-chain/specs/upgrades/beryl/b20/specification/reference/constants-and-addresses)
