import { CardGrid, LinkCard } from '@astrojs/starlight/components';

The **Wallet** is your **wholesale balance** with the Platform: in white-label mode, it's the credit that
covers the real AI usage (tokens) your customers generate when you don't use your own provider key (BYOK,
Manual 40). It's a balance separate from your seat quota (section 2): the seat quota is how much you pay to
be able to have customers signed up; the wallet is what covers their AI usage.

<CardGrid>
  <LinkCard
    title="Wallet: your credit balance"
    description="The Wallet is your wholesale balance with the Platform: in white-label mode, it's the credit that covers the real AI usage (tokens) your customers generate when you don't use your "
    href="/docs/en/guides/facturacion-partner/01-wallet-tu-saldo-de-credito/"
  />
  <LinkCard
    title="Billing: your seat quota"
    description="Requirements: Owner role — the same financial permission as topping up the Wallet (previous section); the rest of your team sees this screen read-only."
    href="/docs/en/guides/facturacion-partner/02-facturacion-tu-cuota-de-plazas/"
  />
  <LinkCard
    title="How you charge your customers: the 3 modes"
    description="How EACH of your customers pays you their own subscription is a setting on your account — different from your own seat quota (section 2), which is what YOU pay the Platform."
    href="/docs/en/guides/facturacion-partner/03-como-cobras-a-tus-clientes-los-3-modos/"
  />
  <LinkCard
    title="Charging customers: completing Stripe Connect"
    description="Everything that follows in this section applies when your charging mode (section 3) is &quot;Their Stripe (Connect)&quot;."
    href="/docs/en/guides/facturacion-partner/04-cobros-a-clientes-completar-stripe-connect/"
  />
</CardGrid>