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

# IPolicyRegistry.MAX_COMPOSITE_CHILD_POLICIES

> Generated B20 reference for MAX_COMPOSITE_CHILD_POLICIES().

## Signature

```solidity theme={null}
function MAX_COMPOSITE_CHILD_POLICIES() external view returns (uint256);
```

| Field               | Value                            |
| ------------------- | -------------------------------- |
| Selector            | `0x54309870`                     |
| Canonical signature | `MAX_COMPOSITE_CHILD_POLICIES()` |

## Description

Maximum number of child policies a composite may reference, inclusive. Never reverts.
Return: Maximum permitted child-policy count.

## Access control

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

## Policy interaction

This is part of the singleton PolicyRegistry surface used by B20 policy scopes.

## Example

```solidity theme={null}
IPolicyRegistry(target).MAX_COMPOSITE_CHILD_POLICIES();
```

## Related

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