diff --git a/src/views/wallet/index.tsx b/src/views/wallet/index.tsx
index fea306746..faa3ef7be 100644
--- a/src/views/wallet/index.tsx
+++ b/src/views/wallet/index.tsx
@@ -1,5 +1,17 @@
import { useState } from "react";
-import { Button, Tab, TabList, TabPanel, TabPanels, Tabs, useToast } from "@chakra-ui/react";
+import {
+ Alert,
+ AlertDescription,
+ AlertIcon,
+ AlertTitle,
+ Button,
+ Tab,
+ TabList,
+ TabPanel,
+ TabPanels,
+ Tabs,
+ useToast,
+} from "@chakra-ui/react";
import { kinds } from "nostr-tools";
import { WalletBalanceQuery } from "applesauce-wallet/queries";
import { CreateWallet } from "applesauce-wallet/actions";
@@ -56,6 +68,12 @@ export default function WalletHomeView() {
title="Wallet"
actions={wallet?.locked && }
>
+
+
+ Work in progress!
+ Do not put money into this wallet. it has bugs that will loose your money
+
+
{wallet ? (
) : (