# getDefaultMultisigModularAccountFactoryAddress | @account-kit/smart-contracts

> Overview of the getDefaultMultisigModularAccountFactoryAddress 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 getDefaultMultisigModularAccountFactoryAddress(chain): `0x${string}`;
```

Defined in: [account-kit/smart-contracts/src/msca/utils.ts:48](https://github.com/alchemyplatform/aa-sdk/blob/main/account-kit/smart-contracts/src/msca/utils.ts#L48)

Utility method returning the default multi sig msca factory address given a chain

## Parameters

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

  <tbody>
    <tr>
      <td>
        `chain`
      </td>

      <td>
        [`Chain`](https://viem.sh)
      </td>

      <td>
        the chain object for which to get the address
      </td>
    </tr>

  </tbody>
</table>

## Returns

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

the address for the given chain

## Throws

if the chain doesn't have an address currently deployed