> For the complete documentation index, see [llms.txt](https://docs.stablejack.xyz/stablejack/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.stablejack.xyz/stablejack/affiliate-program/what-benefits-do-referred-users-receive.md).

# What Benefits Do Referred Users Receive?

Learn about the trading-fee and subscription discounts available to users who join StableJack through a referral link.

Users who create a StableJack account through a valid referral link can receive discounts on eligible trading fees and StableJack subscription payments.

The referral benefits are connected to the user’s account and are applied automatically.

### What Trading-Fee Discount Do Referred Users Receive?

Referred users receive a 5% discount on StableJack builder fees generated through eligible trading activity.

The discount applies only to StableJack builder fees. It does not reduce other third-party provider fees, including:

Users should review the order interface before submitting a trade to understand all applicable costs.

### Do Referred Users Receive a Subscription Discount?

Yes.

Referred users receive a 10% discount on StableJack subscription purchases.

The discount applies when the account has been correctly connected to a valid referral relationship.

### Does the Referral Benefit Require Activation?

No separate activation is generally required.

When a user registers through a valid StableJack referral link, the referral relationship and applicable benefits are connected to the account.

Users do not normally need to enter a separate promotional code.

### Is There a Minimum Trading Requirement?

No minimum trading volume is stated for receiving the referral fee discount. The discount applies immediately after the referral relationship has been established.

### Can a Referral Be Added After Account Creation?

Referral attribution is normally created through the link used during registration. However, it is possible to add a referral relationship after the account has been created.

Users who believe their referral attribution is missing or incorrect should contact StableJack through an official support channel.

### How Can Users Confirm Their Referral?

To help ensure that the referral is correctly recorded:

1. Open the referral link provided by the referrer.
2. Confirm that the StableJack registration page loads.
3. Complete account creation through the same session.
4. Review the referral or account section after registration.

### Summary

Users who join StableJack through a referral link can receive a 5% discount on eligible StableJack builder fees and a 10% discount on StableJack subscription purchases.

<br>


---

# 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.stablejack.xyz/stablejack/affiliate-program/what-benefits-do-referred-users-receive.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.
