> For the complete documentation index, see [llms.txt](https://docs.oscollective.org/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.oscollective.org/campaigns-and-partnerships/github-sponsors.md).

# GitHub Sponsors

GitHub and Open Source Collective work together to ensure that any project registered on GitHub Sponsors and using OSC to manage funds will automatically receive payments each month.&#x20;

***

## Registering your Collective with GitHub Sponsors

To register your project for GitHub Sponsors, you will need:&#x20;

* A **GitHub organization** (not an individual user account) that hosts your repository/repositories. You can create a GitHub organization by following [this guide](https://help.github.com/en/github/setting-up-and-managing-organizations-and-teams/creating-a-new-organization-from-scratch).
* A[ Collective](https://opencollective.com/opensource/apply) on the Open Collective platform using Open Source Collective as your fiscal host. [Read more about applying to OSC here.](/how-to-apply.md)&#x20;

{% hint style="warning" %}
*Organizations on Open Collective are not the same as Organizations on GitHub. You must create a **Collective** in order to manage your project's finances on Open Collective.*
{% endhint %}

To register for GitHub Sponsors, follow these steps:

* Visit [github.com/sponsors](http://github.com/sponsors) and sign your GitHub organization up for the Sponsors waitlist:
  * Select: "This organization is using a fiscal host" and select "*Open Source Collective"* from the menu.
  * Add your Collective's URL to the 'Fiscal host project profile URL' box (for example: <https://opencollective.com/babel>)

![Be sure to select 'Open Source Collective' from the dropdown.](/files/2HJHl96BUJGe6T76d62w)

* Click Join Waitlist.&#x20;

GitHub staff will review your application, and you'll be notified when you can proceed to the next step.

{% hint style="info" %}
Open Source Collective acts as your legal and financial home. You do not need to enter your own Stripe account or business information.\
\
If you reach this step, please contact <hello@oscollective.org>, and we will amend your application with GitHub.
{% endhint %}

***

## Receiving Financial Contributions

GitHub sends payments to GitHub Sponsors participants monthly. We allocate these payments when we receive them, typically at the end of the calendar month.

Funds will be automatically added to your project's Open Collective balance, minus our 10% administration fee, at the end of each month. You'll see 'GitHub Sponsors' listed as the source of these funds.

If you have not received a payment that you expected by the end of the month, please contact us.

## Frequently Asked Questions

### When will we receive our contributions from GitHub Sponsors?

We process payouts from GitHub monthly, typically at the end of the calendar month or in the 1st week of the following month.&#x20;

### What fees will be charged?

The standard Open Collective and Open Source Collective fees apply to funds raised via GitHub Sponsors: 10%. GitHub does not charge a fee.

### Should I create an Organization or a Collective?

Confusingly, GitHub and Open Collective use the word "organization" to mean two different things.

* **On GitHub, you need to create an Organization** to use Sponsors for your project.
* **On Open Collective, you need to create a Collective** for your project.
  * Organizations on Open Collective are a different profile type, for companies that sponsor open source projects, i.e., designed for paying money out, not accepting money like Collectives.


---

# 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.oscollective.org/campaigns-and-partnerships/github-sponsors.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.
