# backupStreamWallet

{% hint style="info" %}
**Note:**

The Stream Wallet backup process involves a popup window that opens a SOL Pay webpage. Users may need to know how to allow popups, although the backup generation prompt will include some basic instructions.
{% endhint %}

```javascript
(async() => {
    let backed_up = await SOLPay.backupStreamWallet(); // true
})();
```

### Returns:

boolean (`true`) - whether a backup was generated
