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

# Matamba Gateway

> Open brokerage accounts for your customers, fund them, and trade Nigerian equities on their behalf with one API.

export const HeroCard = ({name, title, description, href}) => <a className="group block pb-6 no-underline" href={href}>
    <img noZoom src={`/images/hero/${name}.svg`} alt="" className="block dark:hidden w-full rounded-3xl pointer-events-none motion-safe:transition-transform motion-safe:duration-150 motion-safe:group-hover:-translate-y-1" />
    <img noZoom src={`/images/hero/${name}-dark.svg`} alt="" className="hidden dark:block w-full rounded-3xl pointer-events-none motion-safe:transition-transform motion-safe:duration-150 motion-safe:group-hover:-translate-y-1" />
    <h2 className="mt-5 text-base font-medium text-gray-900 dark:text-zinc-50">{title}</h2>
    <span className="mt-1.5 block text-gray-600 dark:text-zinc-400">{description}</span>
  </a>;

<div className="relative">
  <div className="absolute -top-14 left-0 right-0 pointer-events-none">
    <img noZoom src="https://mintcdn.com/matamba/ZdqrrT8BWR5zBS4G/images/hero/background.svg?fit=max&auto=format&n=ZdqrrT8BWR5zBS4G&q=85&s=6ee8d870469ebd7b8ef315b723837e81" alt="" className="block dark:hidden w-full h-auto" width="1400" height="460" data-path="images/hero/background.svg" />

    <img noZoom src="https://mintcdn.com/matamba/ZdqrrT8BWR5zBS4G/images/hero/background-dark.svg?fit=max&auto=format&n=ZdqrrT8BWR5zBS4G&q=85&s=3344a0097b49d7677ef37c417d0b2679" alt="" className="hidden dark:block w-full h-auto" width="1400" height="460" data-path="images/hero/background-dark.svg" />
  </div>

  <div className="relative z-10 px-4 py-16 lg:py-40 lg:pb-20 max-w-3xl mx-auto">
    <h1 className="block text-4xl font-medium text-center text-gray-900 dark:text-zinc-50 tracking-tight">Matamba Gateway</h1>
    <div className="max-w-xl mx-auto px-4 mt-4 text-lg text-center text-gray-600 dark:text-zinc-400">Open brokerage accounts for your customers, fund them, and trade Nigerian equities on their behalf with one API.</div>

    <div className="px-6 lg:px-0 mt-12 lg:mt-20 grid sm:grid-cols-2 gap-x-6 gap-y-4">
      <HeroCard name="quickstart" title="Quickstart" description="Place your first order in the sandbox with five requests." href="/quickstart" />

      <HeroCard name="accounts" title="Open accounts" description="Submit a brokerage account application for a customer." href="/api-reference/applications/apply-for-an-account" />

      <HeroCard name="funding" title="Fund accounts" description="Move money from your wallet to a customer's account." href="/api-reference/wallet/allocate-from-your-wallet" />

      <HeroCard name="trading" title="Trade and track positions" description="Place and cancel orders, then read positions, trades and contract notes." href="/api-reference/orders/place-an-order" />
    </div>
  </div>
</div>
