# predictLightAccountAddress

> Overview of the predictLightAccountAddress function

> 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: [packages/smart-accounts/src/light-account/predictAddress.ts:41](https://github.com/alchemyplatform/aa-sdk/blob/v5.x.x/packages/smart-accounts/src/light-account/predictAddress.ts#L41)

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`](../type-aliases/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