# Referrals

The referrals feature empowers users to actively grow the platform's community by inviting others to join through the use of personalized referral links.\
\
The feature is designed to encourage participation by offering instant payments in Stablecoins as rewards for successful referrals.

Referrals are considered successful when the invited user either completes a task and receives payment, or creates a task on the platform.

### Referral Links

You referral link is [https://app.gib.work?ref=your-gibwork-username](https://app.gib.work/?ref=your-gibwork-username)

```
https://app.gib.work?referral=anthony
```

{% embed url="<https://youtu.be/rmfw6NZznoo>" %}

### Payments

Payments from referrals are paid in $USDC and are sent instantly to the wallet associated to your Gibwork account.&#x20;

### Payment Calculation

Every referral is eligible to earn a 50% of the platform fee.


---

# 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.gib.work/info/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.
