> For the complete documentation index, see [llms.txt](https://participanthelp.dscout.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://participanthelp.dscout.com/account-settings/account-setup/dscout-referral-program-uk.md).

# Dscout referral program UK

This referral program is open to Scouts who have signed up for the Dscout platform and have agreed to Dscout’s [Scout Terms and Conditions](https://dscout.com/legal/scout-terms). This referral program cannot be combined with any other offers. We reserve the right to change, suspend or terminate this program at any time. By participating in this referral program, Scouts agree that they have read and understood this article.

{% hint style="info" %}
**Note:** This referral program is currently only available to Scouts in the UK.
{% endhint %}

### How does the referral bonus program work?

Share your link with a friend, colleague, or family member **living in the UK** who is interested in Dscout, and have them sign up using the link so we can track your rewards. Each time a person you’ve referred completes and gets paid for a mission (Express, Diary, or Live), you’ll receive a $5 bonus. You can earn up to $50 total.

### What if I invite someone outside the UK?

While we always appreciate more Scouts around the globe, this program is currently limited to UK-based Scouts only.

### Are there any special rules I should know about?

1. If you invite a friend, they must use/click on your referral link to download and join Dscout for you to be compensated when they earn. We want to thank you for helping grow our community, so please make sure your friend uses your link! We are unable to retroactively pair the folks you’ve referred to your account if they did not use your link to sign up for Dscout.
2. You will receive a referral bonus each time a person you’ve referred completes and gets paid for a mission (Express, Diary, or Live), up to $50 total across all of your referred friends. Any referral bonuses earned by your friends do not count towards your rewards.
3. Dishonest or misleading behavior will not be tolerated. Scouts are only allowed one account on Dscout, and must represent their location accurately. We reserve the right to disqualify any Scout if we suspect dishonest or misleading behavior.

### Is there a cap on how many people I can invite?

No! You can invite as many people as you’d like.

### Is there a cap on what I can earn?

Yes, $50 total. Regardless of how many people you refer—1 or 100!—your bonus earnings will be capped at $50. This means that if even one of your referrals is a great Scout, you may reach that cap in no time!

### Does earning when my friend gets paid take away from their earnings?

Absolutely not! Your friend will get paid in full for all of their missions. We are giving you a thank you bonus for bringing them to our platform.

### When my friend gets paid, do I get paid immediately?

Other than processing time, yes!


---

# 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://participanthelp.dscout.com/account-settings/account-setup/dscout-referral-program-uk.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.
