# Referrals

## What are Vultisig Referrals

Vultisig Referrals uses [THORChain Nested Affiliates](https://dev.thorchain.org/affiliate-guide/affiliate-fee-guide.html) to redistribute a portion of swap fees back to users.

<figure><img src="/files/DdWLJRaCaeIhGlsOEGaG" alt="" width="375"><figcaption></figcaption></figure>

## What do Vultisig users gain?

* Users who refer others — *referrers* — earn 10 basis points (0.10%) on each referred swap.
* Users who use a referral code save 5 basis points (0.05%) on each swap.

## How do they work?

When a swap is made, the app creates a memo for the swap on THORChain. This memo includes the user's chosen affiliate and redistributes the fees directly to the affiliate's owner.

## How to manage the Vultisig Referrals

In the Referrals section of the app (Settings → Referral Code), you can:

* Create your own referral code and start earning.
* Enter a friend's code and start saving.
* Edit or change your saved referral code.

{% hint style="info" %}
Note: You can replace your friend's referral code at any time, but cannot leave the field blank once a code has been entered.
{% endhint %}

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

***

## Related

* [Swapping](/app-guide/wallet/swapping.md) — Swap tokens using THORChain/Maya
* [THORChain](/app-guide/defi/thorchain.md) — THORChain DeFi integration


---

# 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.vultisig.com/app-guide/referrals.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.
