> For the complete documentation index, see [llms.txt](https://cooking-city-launchpad.gitbook.io/docs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://cooking-city-launchpad.gitbook.io/docs/referral-system.md).

# 👥 Referral System

### Cooking City Referral System:

#### how it works:

* **35%** of ALL platform trading fees goes to referrals system
* u get **28%** from direct invites (level 1)
* u get **7%** from their invites (level 2)

<figure><img src="/files/NR9FyeYDLPCAKPetCxi2" alt=""><figcaption></figcaption></figure>

#### example math:

* **u** invite friend **A**
* **A** invites friend **B**
* B trades **$1,000,000 volume** *(only in **Meteora DBC**)*
* total fees **$8,000**
* u get **$560** *(based solely on B’s trading)*
* A gets **$2,240**
* platform earns **$5,200**

🤜 welcome to the kitchen, degens! 🤛

### Claiming Your Referral Rebates:&#x20;

#### How to refer?

1. Enter [**cooking.city**](https://cooking.city/en) and log in using **your wallet** (e.g, Phantom, Backpack, OKX wallet)**.**

   ***\*If you use a custodial wallet on an existing trading platform,*** [***export***](https://cooking-city.gitbook.io/docs/cooking-points/claim-your-trading-points/exporting-my-wallets) ***your wallet before connecting. Full Guide:*** [***https://cooking-city.gitbook.io/docs/cooking-points/claim-your-trading-points/exporting-my-wallets***](https://cooking-city.gitbook.io/docs/cooking-points/claim-your-trading-points/exporting-my-wallets)

<figure><img src="/files/hNtX8Kpv7MQZLUwipvLT" alt=""><figcaption></figcaption></figure>

2. Enter the [**reward**](https://cooking.city/en/reward) page.

<figure><img src="/files/cxrGlFPJZ0sVne1OTo1m" alt=""><figcaption></figcaption></figure>

3. Click **REBATE** after entering the reward page.

<figure><img src="/files/8p6TEt4S02qmI7LIX0w2" alt=""><figcaption></figcaption></figure>

4. Check your referral code/referral link. Share them with others to gain referral rewards.

<figure><img src="/files/P8W71CAfofn5asZBkxRi" alt=""><figcaption></figcaption></figure>

#### How to check/claim your referral rebates?

1. Find total claimable referral rebates in the [**rewards**](https://cooking.city/en/reward) page's rebate section.

<figure><img src="/files/UrxZEvqI6wkrnOVqRVcK" alt=""><figcaption></figcaption></figure>

2. Click **CLAIM NOW** to claim your rebates.

<figure><img src="/files/Kov3lh1e1kuXdtR0r0aF" alt=""><figcaption></figcaption></figure>


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://cooking-city-launchpad.gitbook.io/docs/referral-system.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
