> For the complete documentation index, see [llms.txt](https://crowdmuse.gitbook.io/docs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://crowdmuse.gitbook.io/docs/creator-docs/how-to-distribute-funds.md).

# How to distribute funds

As a creator or product owner involved in the product, you will be able to see a "distribute funds" button below the payment options.&#x20;

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

Every time the distribute funds method is called, the distributor pays a gas fee ($5-15 if on ETH Mainnet) and funds are distributed according to the creator splits.

Due to gas costs, it helps to distribute funds once all the NFTs have been purchase or at least until more orders are made. You can check the total funds held in the contract by clicking view all collectors > view contract > click on the contract address on Etherscan (or equivalent across chains).

In this case, 19 out of 30 NFTs have been collected, with a total of 1,805 USDC held in the contract, available for distribution back to the creators.

Once a creator clicks the "distribute funds" button, a final confirmation is required in the wallet to pay required gas fees and all funds are distributed automatically.

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

To check that the distribution is successful, you can view the contract for the last transaction or your wallet for the transaction details.

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

***

View the video below for the full guide to distribute funds back to creators.

{% embed url="<https://www.dropbox.com/scl/fi/yx38j3imukvhjl8v45p4z/Distribute-funds-for-FEST23-shirts.mp4?dl=0&rlkey=9yddegn7v7073sf3zjck6qegh>" %}


---

# 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://crowdmuse.gitbook.io/docs/creator-docs/how-to-distribute-funds.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.
