# useFundWallet

```ts
function useFundWallet(props?): UseMutationResult<TransactionReceipt, Error, void, unknown>;
```

Defined in: [synapse-react/src/calibration.ts:27](https://github.com/FilOzone/synapse-sdk/blob/1d6c4b9fe34534bf1087dfe41491b72be0b46858/packages/synapse-react/src/calibration.ts#L27)

Fund the wallet with USDFC and FIL.

## Parameters

| Parameter | Type | Description |
| ------ | ------ | ------ |
| `props?` | `UseFundWalletProps` | The props for the fund wallet. |

## Returns

`UseMutationResult`\<`TransactionReceipt`, [`Error`](https://developer.mozilla.org/docs/Web/JavaScript/Reference/Global_Objects/Error), `void`, `unknown`\>