> For the complete documentation index, see [llms.txt](https://docs.decentdao.org/app/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.decentdao.org/app/user-guide/asset-distribution-splits/using-distributions.md).

# Using Distributions

When you’re ready to use an asset split to distribute funds, simply ensure that the source of the funds transfers to the split address of your choice.

<div data-with-frame="true"><figure><img src="/files/Pwi4IlPTBFwgQWINeSfQ" alt=""><figcaption></figcaption></figure></div>

It’s important to distinguish between the project treasury address and your asset split addresses. For example, if you want 100% of the assets from a source to be delivered directly to the project treasury, you’d use the Project Treasury address shown on this page. However, if you want to use the asset split and send 50% of the assets from a source to the project treasury and the other 50% to token holders, you’d want to use the Asset Split address from this page instead.

<div data-with-frame="true"><figure><img src="/files/ptMltOGYRA9jYZmBw7WX" alt=""><figcaption></figcaption></figure></div>

Assets sent to a split address will accumulate in that contract until you’re ready to distribute them. Once you’re ready to distribute, use the Distribute button associated with the split. Once the resulting transaction is approved, the stored assets will be distributed based on the shares defined by the split.

<br>


---

# 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.decentdao.org/app/user-guide/asset-distribution-splits/using-distributions.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.
