> ## Documentation Index
> Fetch the complete documentation index at: https://hugowallet.mintlify.site/llms.txt
> Use this file to discover all available pages before exploring further.

# Hugo Wallet Help Center

> Everything you need to send money, manage your wallet, earn rewards, and pay with your Hugo Visa card.

<div className="mx-auto flex w-full max-w-[720px] flex-col gap-12 px-4 py-10 lg:gap-14 lg:py-16">
  <div className="flex flex-col items-center gap-6">
    <div className="flex max-w-[480px] flex-col gap-2 text-center">
      <h1 className="text-2xl font-semibold tracking-tight text-gray-900 dark:text-gray-50">
        Welcome to Hugo Wallet
      </h1>

      <p className="text-balance text-base text-gray-600 dark:text-gray-400">
        Send money to family and friends around the world, manage multi-currency accounts, earn up to 14.5% APY through staking, and pay everywhere with your Visa Business card.
      </p>
    </div>
  </div>

  <div className="grid grid-cols-1 gap-5 sm:grid-cols-2">
    <a href="/getting-started/create-account" className="group flex flex-col outline-none">
      <div className="kb-feature-card relative flex h-[170px] items-center justify-center overflow-hidden rounded-2xl ring-1 ring-gray-100 transition group-hover:ring-gray-200 dark:ring-white/[0.08] dark:group-hover:ring-white/15 saturate-50 group-hover:saturate-100">
        <div className="relative flex items-center justify-center">
          <Icon icon="user-plus" size={36} className="!bg-white" />
        </div>
      </div>

      <div className="flex flex-col gap-1 pt-4">
        <span className="text-base font-medium text-gray-900 dark:text-gray-50">Create your account</span>

        <span className="text-sm leading-5 text-gray-600 dark:text-gray-400">
          Open a free Hugo Wallet account in under 2 minutes and start sending money right away.
        </span>
      </div>
    </a>

    <a href="/transfers/send-money" className="group flex flex-col outline-none">
      <div className="kb-feature-card relative flex h-[170px] items-center justify-center overflow-hidden rounded-2xl ring-1 ring-gray-100 transition group-hover:ring-gray-200 dark:ring-white/[0.08] dark:group-hover:ring-white/15 saturate-50 group-hover:saturate-100">
        <div className="relative flex items-center justify-center">
          <Icon icon="send" size={36} className="!bg-white" />
        </div>
      </div>

      <div className="flex flex-col gap-1 pt-4">
        <span className="text-base font-medium text-gray-900 dark:text-gray-50">Send money</span>

        <span className="text-sm leading-5 text-gray-600 dark:text-gray-400">
          Transfer funds to Haiti, Israel, Europe, and more — instantly and with no hidden fees.
        </span>
      </div>
    </a>
  </div>

  <div className="flex flex-col gap-4">
    <h2 className="text-lg font-medium tracking-tight text-gray-900 dark:text-gray-50">Explore Hugo Wallet</h2>

    <Columns cols={2}>
      <Card title="Wallet & Cards" icon="credit-card" iconType="light" href="/wallet/multi-currency">
        Manage USD, HTG, ILS, EUR, CAD, and BRL in one place. Get your Hugo Visa Business card.
      </Card>

      <Card title="Staking & Rewards" icon="trending-up" iconType="light" href="/wallet/staking">
        Earn up to 14.5% APY by staking your digital assets with flexible lock periods.
      </Card>
    </Columns>

    <Columns cols={2}>
      <Card title="Deposits & Withdrawals" icon="building-2" iconType="light" href="/payments/deposit-methods">
        Fund your wallet via MonCash, NatCash, PayPal, Bitcoin, USDT, and more.
      </Card>

      <Card title="Affiliate Program" icon="users" iconType="light" href="/rewards/affiliate-program">
        Invite friends and earn real-time commissions on every transaction they make.
      </Card>
    </Columns>
  </div>
</div>
