# getCurrentSignatureDeposit

Retrieves the current signature deposit amount required by the contract.

## Usage

```ts twoslash
// [!include ~/snippets/code/contract.ts]
// ---cut---
const deposit = await evmChainSigContract.getCurrentSignatureDeposit()
```

## Returns

| Type              | Description                                 |
| ----------------- | ------------------------------------------- |
| `Promise<bigint>` | The current signature deposit amount in wei |
