> For the complete documentation index, see [llms.txt](https://docs.vulpefi.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.vulpefi.com/aggregation-protocol/limit-order-protocol/smart-contracts/interfaces/iwithdrawable.md).

# IWithdrawable

## Functions[​](https://docs.1inch.io/docs/limit-order-protocol/smart-contract/interfaces/IWithdrawable#functions) <a href="#functions" id="functions"></a>

### withdraw[​](https://docs.1inch.io/docs/limit-order-protocol/smart-contract/interfaces/IWithdrawable#withdraw) <a href="#withdraw" id="withdraw"></a>

```javascript
function withdraw(
  uint256 wad
) external
```

**Parameters:**[**​**](https://docs.1inch.io/docs/limit-order-protocol/smart-contract/interfaces/IWithdrawable#parameters)

| Name  | Type    | Description |
| ----- | ------- | ----------- |
| `wad` | uint256 |             |
