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