> 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/getting-paid/payment-basics/receiving-your-reward-in-a-different-currency.md).

# Receiving your reward in a different currency

As an American company, our missions are paid out in the **United States Dollar (USD)**. That means that when we send the payment to you via PayPal, your reward will be converted into the currency you have set as your PayPal default.

However, rewards for missions can sometimes be listed under different currencies. It all depends on the mission. If you don't remember the advertised reward for a particular mission, check out the mission card to figure it out. If the reward is listed in a different currency, it will be reflected on the mission card, as advertised below.

![RR1.png](/files/09b64a5e039e6cbfa7ede86f691ce821e7b3ace7)


---

# 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/getting-paid/payment-basics/receiving-your-reward-in-a-different-currency.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.
