> For the complete documentation index, see [llms.txt](https://docs.tracknow.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.tracknow.io/features/additional-currencies.md).

# Additional Currencies

By default, your Tracknow dashboard displays all financial data such as commissions, transaction amounts, and payout requests using a single currency: the **company currency** configured in your settings.

With the **Additional Currencies** feature, you can enable multiple currencies and apply a specific currency per campaign. Affiliates that participate in that campaign will earn their commission in the selected currency.

Affiliates that participate in multiple campaigns that have different campaign currencies will see multiple balances for each currency and they will be able to request a payout for each balance.

<figure><img src="/files/kNnTFiayIAiSGPwa7Z0L" alt=""><figcaption></figcaption></figure>

***

### Adding Currencies

Navigate to **Settings** → **Additional Currencies** → **Add New**

<figure><img src="/files/i01R6MjjXR3dsX3ydD60" alt=""><figcaption></figcaption></figure>

***

### Choosing The Campaign Default Currency

Navigate to **Campaigns/Offers** → **Three-dot icon** under the **Actions** column → **Edit** → **Campaign Default Currency**

<figure><img src="/files/YapG6glUhQ6RMTVvX34n" alt=""><figcaption></figcaption></figure>

Selecting a Campaign Default Currency means that all financial data associated with this campaign will be displayed in the chosen currency. (Leaving this setting blank will use the Company Currency as the Campaign Currency)

If you send conversion data to this campaign (via Postback for example) and specify a currency that is different from the Campaign Default Currency, our system will convert the amount to the Campaign Default Currency.

**For example**

If the selected Campaign Default Currency is USD and a conversion is sent to that campaign with an amount value of 100 and specified currency of EUR, our system will display the conversion amount with the converted value to USD (100 EUR ≈ 115.2 USD). Otherwise, every postback that doesn't specify a currency, the amount value will be displayed in the Campaign Default Currency.

***

### Configuring Payment Methods Per Currency

When allowing affiliates to accumulate commissions in various currencies, you can configure your payment methods for specific currencies as well.

For example, if an affiliate wants to request his USD balance and you support transferring funds in USD using PayPal only, you can limit your PayPal payment method to USD only.

To configure that, navigate to **Settings** → **Payment Methods** → Edit an existing Payment Method or create a new one

<figure><img src="/files/VnbO6aQYMcvoth7Wa8IX" alt=""><figcaption></figcaption></figure>


---

# 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.tracknow.io/features/additional-currencies.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.
