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

# Affiliate program

> Earn 70% of every new customer's first month. Open to any Noxity account holder.

<div className="not-prose mb-8 pb-6 border-b border-gray-200 dark:border-gray-800">
  <div className="mb-3 text-sm text-gray-500 dark:text-gray-400">
    Updated: May 10, 2026
  </div>

  <div className="flex flex-wrap items-center gap-x-5 gap-y-3">
    <div className="flex items-center gap-3">
      <img src="https://mintcdn.com/noxity/7AGDPHJNWXOTggDq/images/team/matic.png?fit=max&auto=format&n=7AGDPHJNWXOTggDq&q=85&s=236856f5898caae2ec034701c8cb2290" alt="Matic Bončina" className="w-10 h-10 rounded-full object-cover" width="256" height="256" data-path="images/team/matic.png" />

      <div className="flex flex-col leading-tight">
        <span className="text-sm text-gray-900 dark:text-gray-100">
          By <strong className="font-semibold">Matic Bončina</strong>
        </span>

        <span className="text-sm text-gray-500 dark:text-gray-400">
          Founder
        </span>
      </div>
    </div>

    <div className="ml-auto">
      <span className="inline-flex items-center gap-1.5 text-[11px] tracking-wide uppercase font-semibold px-2.5 py-1 rounded-full bg-gray-200 text-gray-700 dark:bg-gray-800 dark:text-gray-300">
        <Icon icon="clock" size={14} iconType="regular" />

        Review pending
      </span>
    </div>
  </div>
</div>

Refer a paying customer, earn 70% of what they pay in their first month. The affiliate program is the entry tier of Noxity Partners. Any Noxity account holder can join, and there's no cap on what you can earn.

## How the commission works

We pay 70% of one month of whatever the new customer buys. The billing term doesn't change the math.

| Customer buys                                      | We charge | One-month value | You earn (70%) |
| -------------------------------------------------- | --------- | --------------- | -------------- |
| Web hosting, 12 months at €15/month                | €180      | €15             | €10.50         |
| VPS Hosting, 12 months at €40/month                | €480      | €40             | €28            |
| VPS Hosting + dedicated IP, 24 months at €60/month | €1,440    | €60             | €42            |
| Agency bundle: 5 hosting + 3 VPS, \~€280/mo total  | €3,360    | €280            | €196           |

Every paying order the new customer places in their first month qualifies. Two products in the cart? Both count. They come back a week later and add a third? Still in the first month, so that counts too.

A returning visitor who clicks your link and starts a *new* paying account counts as a new referral. A renewal on an existing account doesn't.

Discounts the customer applies don't reduce your commission. We pay 70% of the full pre-discount price, regardless of any coupon they used at checkout.

## Cookie duration and attribution

The affiliate cookie holds for **90 days** after the click. Anyone who clicks your link and signs up within that window earns you the commission, even if they don't pay until day 89.

Tracking is **last-click attribution**: the most recent affiliate cookie wins. If your link gets clicked and then a different affiliate's link gets clicked before signup, the other affiliate gets the commission.

## Per-product commission rates

70% across the board, on everything that earns a commission.

| Product                       | Commission on first month |
| ----------------------------- | ------------------------- |
| Web Hosting                   | 70%                       |
| VPS Hosting                   | 70%                       |
| Add-ons (dedicated IPs, etc.) | 70%                       |
| Domains                       | Not eligible              |

Domain registrations are excluded. The registry margin doesn't leave room.

## Enroll

<Steps>
  <Step title="Open the affiliate dashboard">
    Sign in at [members.noxity.io](https://members.noxity.io) and open the **Affiliate Program** page from your profile menu.
  </Step>

  <Step title="Activate">
    A single button enrolls you and generates your unique affiliate link. Nothing else to fill in, no review queue.
  </Step>

  <Step title="Grab your assets">
    Your unique referral link, the shared affiliate code, and the banner library are all on the same page. You can also request custom assets, see [marketing materials](#marketing-materials) below.
  </Step>
</Steps>

## Payout

### Account credit (the better deal if you spend on hosting)

Apply your balance to any Noxity invoice with a **+20% bonus on top**. €100 in earnings becomes €120 of invoice credit. Available the moment a referral converts, no minimum to redeem, redeem any time.

The trade-off: once converted to credit, it can't be cashed out.

### Bank transfer or PayPal (cash withdrawal)

Cash withdrawal, with **10% deducted to cover transfer fees**. Available once your balance crosses **€10**.

| Method         | Adjustment | Minimum balance | When you can redeem              |
| -------------- | ---------- | --------------- | -------------------------------- |
| Account credit | +20% bonus | None            | Any time                         |
| Bank transfer  | −10% fees  | €10             | Withdrawal request via dashboard |
| PayPal         | −10% fees  | €10             | Withdrawal request via dashboard |

If you're going to spend it on hosting anyway, account credit is straight-up more money. €100 in earnings stretches to €120 of invoice value.

## Marketing materials

You get three things to promote with:

* **A unique referral link tied to your account.** This is how commissions get attributed. If a sale comes in without your referral cookie set, the commission doesn't apply to you.
* **The shared affiliate code.** Use this if you want to offer your audience an extra discount at checkout. The code applies the discount, the link tracks the commission. Use them together for both, or pick whichever fits your audience.
* **The shared banner library.** Logos, banners, social cards in the Noxity brand. Drop them anywhere.

If the standard library doesn't fit your audience, you can request:

* A **custom referral link** with your own slug.
* A **custom-text graphic** based on the standard banners with the copy adjusted for your audience.

Both are free. Open a support ticket and tell us what you need.

## Tracking

The affiliate dashboard reports clicks on your link, signups, paid conversions, your running balance, and a full payout history. {/* TODO: confirm exact dashboard fields once the affiliate UI is wired up. */}

## Spotted a big client?

If you know a business that'd be a strong fit for Noxity but they need more than a referral link to close, open a ticket. We're happy to handle the conversation directly (formal procurement, custom hosting setup, scaled migration help) and credit the referral to you.

## Account closure for abuse

We can close any affiliate account at any time if we suspect abuse of the program. That includes incentivized clicks, brand-keyword bidding without permission, fake signups, self-referrals routed through proxies, and anything else that looks like the rules are being gamed.

If you're unsure whether something's allowed, ask first.

## Common questions

<AccordionGroup>
  <Accordion title="Can I refer myself?">
    No. Self-referrals don't pay out. A valid referral is a different person on a different account paying with a different payment method.
  </Accordion>

  <Accordion title="What if my referral cancels and gets a refund?">
    The commission is reversed when the order is refunded. {/* TODO: confirm refund window with finance. */}
  </Accordion>

  <Accordion title="If the same person comes back next year, does it count?">
    Renewals on an existing account don't count, even years later. If they sign up for a brand-new account through your link, that's a fresh referral and you earn on it.
  </Accordion>

  <Accordion title="Can I run paid ads on my affiliate link?">
    Open a ticket before running paid campaigns so we can confirm what's allowed.
  </Accordion>
</AccordionGroup>

## Next

<CardGroup cols={2}>
  <Card title="Ambassador tier" icon="building-flag" href="/members/partners/ambassadors">
    Already producing content for an audience? Apply for ambassador. Higher rates up to 100%, custom assets, and merch.
  </Card>

  <Card title="Partner tier" icon="handshake" href="/members/partners/partnerships">
    Top tier with signed contracts, paid placements, free services, and joint events.
  </Card>
</CardGroup>

## Need a hand?

<CardGroup cols={2}>
  <Card title="Open a ticket" icon="life-ring" href="https://members.noxity.io/submitticket.php">
    Best for anything that needs an account check or a config change on our end.
  </Card>

  <Card title="Live chat" icon="messages" href="https://noxity.io/contact">
    Faster for quick questions during business hours.
  </Card>
</CardGroup>

<div className="mt-8">
  <Accordion title="Sources" icon="book-bookmark">
    * [Partner program overview](/members/partners/overview)
    * [Ambassador tier](/members/partners/ambassadors)
    * [Partner tier](/members/partners/partnerships)
  </Accordion>
</div>
