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

# Welcome

<div className=" shadow-lg  mx-auto text-center">
  <div className="mx-auto backdrop-blur-xs bg-[url(/images/fiber06.png)] bg-cover">
    <div className="backdrop-blur-sm  py-32">
      <h1 className="text-4xl text-white font-medium text-gray-900 dark:text-zinc-50 tracking-tight">
        Fiber
      </h1>

      <p className="mt-4 text-lg text-gray-300 dark:text-zinc-500">
        The privacy-first crypto wallet.
      </p>
    </div>
  </div>
</div>

<div className="pt-16">
  <div className="max-w-4xl mx-auto px-6">
    <div className="text-1xl pb-2">
      Build with Fiber
    </div>

    <Columns cols={2}>
      <Card title="Pay" icon="credit-card" href="/api-reference/endpoint/pay">
        Pay a username privately on Fiber with stablecoins or tokens.
      </Card>
    </Columns>

    <div className="text-1xl pb-2 pt-5">
      Learn about Fiber
    </div>

    <Columns cols={2}>
      <Card title="Privacy" icon="eye-slash" href="/get-started/features/privacy">
        Learn how Fiber builds privacy.
      </Card>

      <Card title="Security" icon="shield" href="/security/architecture">
        Learn about our security architecture.
      </Card>
    </Columns>
  </div>
</div>
