> For the complete documentation index, see [llms.txt](https://docs.aera.finance/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.aera.finance/v1-archive/contracts/permissivewithdrawalvalidator.md).

# PermissiveWithdrawalValidator

## PermissiveWithdrawalValidator

A withdrawal validator that validates withdrawals of an arbitrary size.

### Methods

#### ANY\_AMOUNT

```solidity
function ANY_AMOUNT() external view returns (uint256)
```

**Returns**

| Name | Type    | Description |
| ---- | ------- | ----------- |
| \_0  | uint256 | undefined   |

#### allowance

```solidity
function allowance() external view returns (uint256[] amounts)
```

Determine how much of each token could be withdrawn under current conditions.

*Token quantity value should be interpreted with the same decimals as the token ERC20 balance.*

**Returns**

| Name    | Type       | Description                                                                                 |
| ------- | ---------- | ------------------------------------------------------------------------------------------- |
| amounts | uint256\[] | token0Amount, token1Amount The quantity of each token that can be withdrawn from the vault. |

#### count

```solidity
function count() external view returns (uint8)
```

**Returns**

| Name | Type  | Description |
| ---- | ----- | ----------- |
| \_0  | uint8 | undefined   |

#### supportsInterface

```solidity
function supportsInterface(bytes4 interfaceId) external view returns (bool)
```

*Returns true if this contract implements the interface defined by `interfaceId`. See the corresponding <https://eips.ethereum.org/EIPS/eip-165#how-interfaces-are-identified\\[EIP> section] to learn more about how these ids are created. This function call must use less than 30 000 gas.*

**Parameters**

| Name        | Type   | Description |
| ----------- | ------ | ----------- |
| interfaceId | bytes4 | undefined   |

**Returns**

| Name | Type | Description |
| ---- | ---- | ----------- |
| \_0  | bool | undefined   |


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.aera.finance/v1-archive/contracts/permissivewithdrawalvalidator.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
