import { CirclePlusIcon, HandCoinsIcon, HelpCircleIcon, TriangleAlertIcon, Wallet2Icon, } from "lucide-react"; import AppHeader from "src/components/AppHeader"; import SubWalletDarkSVG from "public/images/illustrations/sub-wallet-dark.svg"; import SubWalletLightSVG from "public/images/illustrations/sub-wallet-light.svg"; import ResponsiveLinkButton from "src/components/ResponsiveLinkButton"; import { ExternalLinkButton } from "src/components/ui/custom/external-link-button"; import { LinkButton } from "src/components/ui/custom/link-button"; export function SubwalletIntro() { return (
} />
Sub-wallets are separate wallets hosted by your Alby Hub
Each sub-wallet has its own balance and can be used as a separate wallet that can be connected to Alby Account or any app.
Sub-wallets depend on your Alby Hub lightning balance and receive limit
Sub-wallets are using your Hubs node liquidity. They can receive funds as long as you have enough receive limit in your channels.
Be wary of spending sub-wallets funds
Make sure you always maintain enough funds in your lightning balance to prevent sub-wallets becoming unspendable. Sub-wallet payments might fail if the amount isn't available in your lightning balance.
Create Sub-wallet
); }