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

# Partner Badges

> Show your partner tier in-app and embed a Hiveku Partner badge on your own site.

Your Partner tier comes with a badge — **Partner**, **Silver**, or **Gold** — that
reflects how many active accounts you've referred.

| Tier    | Active referrals | Badge          |
| ------- | ---------------- | -------------- |
| Partner | 1–9              | Partner        |
| Silver  | 10–24            | Silver Partner |
| Gold    | 25+              | Gold Partner   |

Your tier (and the badge) updates automatically as your referrals grow. See
[Commissions & Tiers](/partners/commissions) for how the ladder works.

## In the app

Your current tier badge appears in the Partner Console next to your commission
summary, and on your account in the Hiveku admin views.

## Embed on your site

Show prospects you're a Hiveku Partner. Grab your code from the Partner Console
and drop in this snippet — the badge always reflects your live tier:

```html theme={null}
<a href="https://hiveku.com/partners">
  <img
    src="https://app.hiveku.com/api/partner/badge/<your-code>.svg"
    alt="Hiveku Partner"
    height="48"
  />
</a>
```

The SVG is served live, so when you move from Partner to Silver to Gold, the badge
on your site upgrades on its own — no code change needed.

<Note>
  The badge only renders for an active Partner. If Partner status is removed, the
  badge stops displaying your tier.
</Note>
