# Withdrawing Payment

To withdraw from an active payment on a role, the role assignee should visit the Roles page and select the role they have been assigned to while connected to the app with the associated wallet. The role details view displays a list of payments and payments that are ready to be withdrawn from will have an active Withdraw button.

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

Opting to withdraw from a payment will kick off a transfer transaction to the connected wallet.

Note that since a payment stream is continuous and gradual from the start of the stream to the end, it will be possible to withdraw multiple times throughout the stream for various fractional amounts of the total, if desired.

<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/roles/lifecycle.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.
