> For the complete documentation index, see [llms.txt](https://documentation.opencollective.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://documentation.opencollective.com/fiscal-hosts/platform-settlements.md).

# Platform Settlements

Sometimes Fiscal Hosts need to pay Open Collective a share of tips and host fees. Read on to learn about how Open Collective handles the settlement process.

{% hint style="success" %}
The settlement process is only triggered after the cumulative amount of money owed passes $10.

For example, if in January your Fiscal Host owes $5 and in February your collective owes $6, in February you will be charged $11.
{% endhint %}

A special type of expense is created when you owe Open Collective money from Platform Tips or Host Fees.

**Platform Tips** are an optional fee that contributors can add on top of contributions to support the Open Collective platform. If a tip is made with a bank transfer transaction, the money, including the tip, will arrive in your bank account.

{% hint style="info" %}
When a payment with a tip goes through Stripe, the tip is automatically diverted to Open Collective, and you don't need to do anything.
{% endhint %}

**Host Fee Share** is the 15% a Fiscal Host pays to Open Collective when they charge their hosted Collectives a [Host Fee](/fiscal-hosts/setting-up-a-fiscal-host/setting-your-fiscal-host-fees.md).

Every month, the total amount of money owed from platform tips sent to the Fiscal Host through manual bank transfers and host fee share is calculated and submitted to the Fiscal Host as an expense. We refer to this total figure as the **Platform Settlement**.

Platform Settlement Expenses will automatically appear once per month if any tips or host fee shares are due to be transferred to Open Collective. You can proceed to approve and pay it like any other expense including via card using Stripe.

### Where to see platform tip activity

Tips collected on your behalf are tracked on an internal Platform Tips account. These internal billing flows are hidden from the default Budget and Transactions sections on your Fiscal Host's public profile page, so visitors see your activity with hosted collectives rather than platform settlements.

To review platform tip and application fee transactions, open **Dashboard > Transactions** and filter by **Kind**. See [Viewing Transactions](https://documentation.opencollective.com/fiscal-hosts/pages/23w9ItV9INCck9ki6HqQ#public-profile-vs.-dashboard) for details.


---

# 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://documentation.opencollective.com/fiscal-hosts/platform-settlements.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.
