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

# IWethGate

> IWethGate interface details - functions.

## Functions

### withdraw

```solidity theme={null}
function withdraw(
    address receiver,
    uint256 wad
) external
```

Transfer assets to a receiver.

**Parameters:**

| Name       | Type      | Description                           |
| ---------- | --------- | ------------------------------------- |
| `receiver` | `address` | This address will receive a transfer. |
| `wad`      | `uint256` | Amount in wei                         |
