# predictLightAccountAddress | @account-kit/smart-contracts

> Overview of the predictLightAccountAddress function from @account-kit/smart-contracts

> For the complete documentation index, see [llms.txt](/docs/llms.txt).

{/* This file is auto-generated by TypeDoc. Do not edit manually. */}

```ts
function predictLightAccountAddress(params): `0x${string}`;
```

Defined in: [account-kit/smart-contracts/src/light-account/accounts/predictAddress.ts:29](https://github.com/alchemyplatform/aa-sdk/blob/main/account-kit/smart-contracts/src/light-account/accounts/predictAddress.ts#L29)

Predicts the address of a light account based on provided parameters such as factory address, salt, owner address, and version.

## Parameters

<table>
  <thead>
    <tr>
      <th align="left">Parameter</th>
      <th align="left">Type</th>
      <th align="left">Description</th>
    </tr>
  </thead>

  <tbody>
    <tr>
      <td>
        `params`
      </td>

      <td>
        `PredictLightAccountAddressParams`
      </td>

      <td>
        The parameters required to predict the light account address, including factory address, salt, owner address, and version
      </td>
    </tr>

  </tbody>
</table>

## Returns

`` `0x${string}` ``

The predicted address of the light account calculated based on the provided parameters