> 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/collectives/managing-money/moving-money.md).

# Moving money

Projects and Events have budgets, transactions and expenses separate from their parent Collectives. To move money between them you can 'contribute' to the Project, Event, or Collective. When closing a project or event, you can empty the balance back to the parent Collective.

### Transferring money from a Collective to a Project or Event

You can transfer money from your Collective to your Project or Event by following these steps:

1. Navigate to your Project or Event page.
2. Select "Contribute" on your custom contribution tier
3. Choose the desired amount
4. Use the “Contribute as…” dropdown menu to select your Collective
5. Select the Collective’s balance as the payment method

### Transferring money from a Project or Event to a Collective

To move a set amount of money from your Project or Event to your Collective:

1. Go to your Collective’s page
2. Select “Contribute” on your custom contribution tier
3. Choose the desired amount
4. Use the “Contribute as…” dropdown menu to select your Project or Event
5. Check that your Project or Event balance has been automatically selected
6. Click “Contribute”

### Emptying a Project or Event's balance

If you wish to move the entire balance of the Project or Event. Navigate to your Event or Projects Dashboard > Settings > Advanced and find “Empty Project/Event Balance”.

This will transfer all funds to your Collective.


---

# 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/collectives/managing-money/moving-money.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.
