👋 Welcome to Stacker News!
To get started, check out our{' '}
FAQs or{' '}
content guidelines, or go ahead and{' '}
{
me
? (
make a post
)
: (
<>
sign up or create an{' '}
anonymous post
>
)
}.
)
}
export function WalletLimitBanner () {
const me = useMe()
const limitReached = me?.privates?.sats >= msatsToSats(BALANCE_LIMIT_MSATS)
if (!me || !limitReached) return
return (