> For the complete documentation index, see [llms.txt](https://docs.j.tools/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.j.tools/affiliate/overview.md).

# How the affiliate program works

As a J Tools Partner you share one referral link. When someone arrives through it and later pays to use a tool, you earn a tier-based share of the platform fee on every successful paid transaction they make. Sign-up is wallet-only, approval is automatic, and everything is paid in SOL.

[**Join the affiliate program in the app →**](https://j.tools/en)

{% hint style="info" %}
Your commission is a share of the **platform fee** (the tool fee that J Tools charges), never the Solana network fee. That fee is the same one every paid tool charges, listed per tool on the [Fee schedule](/reference/fee-schedule.md). The size of your share depends on your tier. See [Commission tiers](/affiliate/commission-tiers.md) for the current rates.
{% endhint %}

```mermaid
flowchart LR
  A[Your referral link] --> B[Visitor connects wallet<br/>and uses a tool]
  B --> C[Visitor pays the platform fee]
  C --> D[You earn your<br/>commission share]
  D --> E[It accrues to your balance]
  E --> F[You withdraw to your wallet]
  classDef brand fill:#EF2A2A,stroke:#EF2A2A,color:#ffffff,font-weight:bold;
  classDef soft fill:#1f2937,stroke:#374151,color:#e5e7eb;
  class D,F brand;
  class A,B,C,E soft;
```

## The flow at a glance

The program runs on three things: a link, a binding, and a balance.

{% stepper %}
{% step %}

### Share your link

Connect your wallet once to register, then copy your unique referral link. It looks like `https://j.tools/?ref=YOURCODE`. Post it wherever your audience already is.
{% endstep %}

{% step %}

### A referred wallet gets bound to you

When someone opens your link, the `?ref=` code is stored in their browser for 7 days. The first time they connect a wallet, that wallet is bound to you as the referrer. One partner per wallet, and the first referrer wins. Details in How attribution works.
{% endstep %}

{% step %}

### You earn on their paid transactions

After that, every paid tool transaction from that wallet credits you a tier-based share of the platform fee. Earnings accrue in SOL and show up in your dashboard.
{% endstep %}

{% step %}

### You withdraw

Once your balance clears the minimum, request a payout. An admin reviews it and sends the SOL to your wallet. See [Withdrawals](/affiliate/withdrawals.md).
{% endstep %}
{% endstepper %}

## What you actually earn on

Commission is calculated from the platform fee of each successful paid transaction, not from the amount of SOL the user moves, and not from the network fee. The exact platform fee for each tool sits on the [Fee schedule](/reference/fee-schedule.md), and [Fees explained](/getting-started/fees-explained.md) covers how it differs from the Solana network fee. Your share scales with lifetime volume: the more platform-fee volume your referrals generate, the higher your tier and the larger your cut.

Tiers are lifetime and never reset. Crossing a threshold moves you up and you stay there. The exact percentages and thresholds are admin-configurable, so the live numbers come from the [Commission tiers](/affiliate/commission-tiers.md) page and your dashboard.

{% hint style="success" %}
Attribution is sticky. Once a wallet is bound to you it stays yours, so you keep earning on its paid transactions without the user needing to click your link again.
{% endhint %}

## A few things to know

<details>

<summary>How do I sign up?</summary>

Connect your wallet and sign a short message to prove you own it. No email, no password. Approval is automatic, so you can start sharing your link right away.

</details>

<details>

<summary>What counts as a referral?</summary>

A wallet that first connected to J Tools while your `?ref=` code was active in its browser. That wallet is bound to you as the first referrer, and only its paid transactions earn commission.

</details>

<details>

<summary>When and how do I get paid?</summary>

Payouts are in SOL, sent manually after an admin review. There is a minimum balance to withdraw, and you can have one request open at a time. Full rules live on the [Withdrawals](/affiliate/withdrawals.md) page.

</details>

<details>

<summary>Does J Tools touch my wallet?</summary>

No. You sign in with your wallet and we never ask for its key. Commissions are tracked against your wallet address and paid out to it.

</details>

## Where to go next

<table data-view="cards"><thead><tr><th></th><th></th><th data-hidden data-card-target data-type="content-ref"></th></tr></thead><tbody><tr><td><strong>Commission tiers</strong></td><td>See the current tier rates and the volume thresholds for each.</td><td><a href="/pages/grOs3phWtsgMnmM8zVyU">/pages/grOs3phWtsgMnmM8zVyU</a></td></tr><tr><td><strong>Withdrawals</strong></td><td>Request a payout and follow its status.</td><td><a href="/pages/vX548vYVVNQmLrccqsAV">/pages/vX548vYVVNQmLrccqsAV</a></td></tr><tr><td><strong>Fee schedule</strong></td><td>The per-tool platform fee that your commission comes out of.</td><td><a href="/pages/HfYyIOgWatge2th4v1Sb">/pages/HfYyIOgWatge2th4v1Sb</a></td></tr><tr><td><strong>Affiliate FAQ</strong></td><td>Quick answers on sign-up, attribution, and payouts.</td><td><a href="/pages/zoNTM40jXc4j0LqH078z">/pages/zoNTM40jXc4j0LqH078z</a></td></tr></tbody></table>

For anything else, check the [affiliate FAQ](/affiliate/faq.md), or [explore the tools your referrals will pay for](https://j.tools/en/tools).

{% hint style="success" %}
**J Tools is non-custodial.** We never hold your private keys and never ask for them. Every transaction is built in your browser and signed by your own wallet. If any page ever asks you to paste a private key, stop, close it, and let us know.
{% 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.j.tools/affiliate/overview.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.
