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

# Island Bank Deposit

> Deposits currency into the island bank.

The `island_bank_deposit` action adds money to the island's shared bank account.

## Configuration

<ResponseField name="island_bank_deposit" type="Map" required>
  Configuration for the action.

  <Expandable title="Properties">
    <ResponseField name="id" type="String">
      Optional unique identifier.
    </ResponseField>

    <ResponseField name="amount" type="Double">
      The amount to deposit. Default is `0.0`.
    </ResponseField>
  </Expandable>
</ResponseField>
