> For the complete documentation index, see [llms.txt](https://docs.pumpkin.xyz/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.pumpkin.xyz/ecosystem/referral-and-affiliates.md).

# Referral & Affiliates

Pumpkin supports both standard referral and permissioned multi-level rebate structures.

### Referral

Pumpkin’s standard referral program is enabled by default.\
Rebate rate: 10% of eligible trading fees generated by referred users.

### Affiliates

For partners, communities, and operators, Pumpkin offers a permissioned Affiliate (multi-level) rebate program. This program is not enabled by default and requires approval and configuration through Pumpkin BD.

Please refer to the following link for Pumpkin Affiliate instructions.

[https://agent.pumpkin.xyz](https://agent.pumpkin.xyz/)

Maximum rebate share: up to 50%+ of eligible trading fees, depending on:

partner tier and negotiated configuration,

structure depth and level splits,

qualification rules and performance thresholds,

anti-abuse and risk controls.

{% @mermaid/diagram content="flowchart TB
L0\[Partner] --> L1\[Level 1]
L1 --> L2\[Level 2]
L2 --> U\[Trader]
U --> F\[Trading fees]
F --> R0\[Rebate -> L0]
F --> R1\[Rebate -> L1]
F --> R2\[Rebate -> L2]
F --> Rn\[Rebate -> ...]" %}


---

# 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:

```
GET https://docs.pumpkin.xyz/ecosystem/referral-and-affiliates.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.
