# Distributions and Payments

The Assets into the Pool Smart Contract can be managed from the appropriate panel in the Pool Dashboard.

<figure><img src="/files/XmIqoXFZBPdkblvX60iq" alt=""><figcaption><p>Managing the assets in the Pool Core Smart Contract</p></figcaption></figure>

From here you can:

### Transfer Assets to the Pool Treasury&#x20;

Transfers Assets to the Pool Treasury for management by the Strategist.

**Note**: Cannot be called while the Pool is in liquidation.

**Note**: Caller needs to be cleared for the *FLAG\_TRANSFER\_TREASURY* privilege.

### Distribute Assets to Token Holders.

Does a Snapshot and disburses the chosen amount to the [Distributor ](broken://pages/YoXzHixXsbiXeVH4YyQz)smart contract.

Token holders will then be able to claim their reward pro rata their pool holdings at the time the snapshot was made.

**Note**: Cannot be cancelled/reversed.

**Note**: Token holders unable to claim their rewards from the Distributor smart contract will lose them. Pay special attention to tokens locked in e.g. liquidity pools.&#x20;

**Note**: Caller needs to be cleared for the *FLAG\_DISTRIBUTE\_ASSET* privilege.

### Make a Payment

Make an arbitrary payment out of the Pool coffins. Typically used to settle e.g. an invoice.

**Note**: Caller needs to be cleared for the *FLAG\_ASSET\_PAYMENT* privilege.


---

# 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.cadmos.finance/administration-platform/pool-management/distributions-and-payments.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.
