> For the complete documentation index, see [llms.txt](https://solpay-docs.solblaze.org/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://solpay-docs.solblaze.org/reference/sdk-reference/backup-stream-wallet.md).

# 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
