# 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.&#x20;

### 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.&#x20;
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: 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:

```
GET https://documentation.opencollective.com/collectives/managing-money/moving-money.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
