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

# Partnerships

### Referral scheme

{% hint style="danger" %}
Please note this program is not yet live, keep an eye out for announcements
{% endhint %}

neuron is keen to work with any partners that promote our fast and secure bridges as part of their product or community. To enable this, anyone can direct users to neuron and, in return, receive a percentage of the bridging fees that are generated as a result of their efforts.

{% hint style="info" %}
The partner reward for referring users is 25% of the protocol fee paid by the user (excluding destination gas fee and volume fees). See [fees](/details/fees.md) for more information.
{% endhint %}

Partners only need to append their payout address to the URL they share and there is no need to register or perform any special process to enable immediately collecting referral fees.

{% hint style="success" %}
To receive partnership rewards, direct users to:

**<https://app.goneuron.xyz/?r=0x1234>..**

Where 0x1234 is the payout Ethereum address
{% endhint %}

To collect referral rewards via API integrations, see the [small addition](https://docs.goneuron.xyz/integrations/building-bridge-deposit#partner-integrations-for-referrals) required to the on-chain submitted payload. This is **not** required for partners sending users to the neuron website directly.

The protocol processes and pays the accrued rewards on a monthly basis (usually on the first day of each month). Partners will be paid out automatically provided they've accrued a minimum of 0.01 ETH in rewards. Any amount below this threshold will be automatically rolled over to the next month until it reaches the threshold to be paid.

For any questions reach out to the team on discord or via <team@goneuron.xyz>


---

# 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.goneuron.xyz/integrations/partnerships.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.
