# 7579 Fallback methods

Check if the 7579 fallback is installed:

```typescript

const is7579FallbackInstalled = await smartAccountClient.is7579Installed()

```

Set the 7579 fallback for your smart account:

```typescript

const hash = await smartAccountClient.setFallbackTo7579()

```
