> For the complete documentation index, see [llms.txt](https://docs.feeturn.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.feeturn.com/how-to-use/changing-referral-codes.md).

# Changing Referral Codes

{% hint style="success" %}
Have you already used another referral code? **In the case of GMX, you can change your referral code.** However, it is not possible to change your referral code for gTrade or Gambit yet.
{% endhint %}

## Step-by-Step Guide to Change the Referral Code (GMX only)

1. When you access the GMX exchange and select the **\[Referral]** menu, you will see the referral code that is currently applied. If this code is '**feeturn**', it is correct. However, if a **different code is already applied**, please click on the **pencil icon** immediately to the right of the code.

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

2. When you click on the **pencil-shaped icon**, a window will appear allowing you to change the referral code. **Please enter "feeturn"** and then press the **"Update"** button.

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

3. The Metamask wallet will pop up to ask the user for consent to change their referral code. Please press the '**Confirm**' button here, incurring a small gas fee.

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

4. Shortly after, the referral ID associated with your wallet will be **changed to Feeturn**. From that point forward, **all transaction fees made on GMX will be cashbacked.**

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

{% hint style="info" %}
GMX offers two versions: V1 and V2. **V2 processes referral rewards daily for referrers; consequently, Feeturn also settles Cashback daily for users**. However, please note that in V1, since referral rewards to referrers are settled weekly, **Feeturn also settles Cashback on a weekly basis for users**.
{% endhint %}


---

# 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://docs.feeturn.com/how-to-use/changing-referral-codes.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.
