# Referral

Nebula Block's referral program rewards users for inviting others to join our platform. Each user receives a unique referral code upon signing up, which can be shared with others to earn bonuses and commissions.

## Referral Commission Tiers

Referrers (user making the referral) earn commissions based on the total spending of their referees (user being referred by the referrer). The commission structure is as follows:

| Tier | Referees' Total Spend | Serverless Endpoint Commission | Compute Commission |
| ---- | --------------------- | ------------------------------ | ------------------ |
| 1    | $0 - $1,000           | 3%                             | 1%                 |
| 2    | $1,000 - $2,500       | 5%                             | 1%                 |
| 3    | $2,500 - $5,000       | 10%                            | 1%                 |
| 4    | $5,000 and above      | 15%                            | 1%                 |

## Earnings and Payout

* Users can view their **total number of successful referrals** and **earnings** in the customer portal.
* Payouts are made on the **first day of each month**.
* Earnings are **credited directly** to the user's account as platform credits.

## How to Apply a Referral Code

1. Go to the customer portal.
2. Navigate to the Referral Section.
3. Enter and apply the referral code.

Start referring and earning today!


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.nebulablock.com/overview-2.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
