> For the complete documentation index, see [llms.txt](https://docs.ajirapay.finance/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.ajirapay.finance/products/token-streaming/streams/how-it-works/withdraw-from-a-stream.md).

# Withdraw From A Stream

<figure><img src="/files/94PmFbHJWbuumFkVmn9P" alt=""><figcaption><p>User Stream history on dashboard dashboard</p></figcaption></figure>

In order to withdraw from a stream, first, please visit <https://stream.ajirapay.finance> and click on *"My Streams"* at the navigation items on top of the page or when using a mobile version of the app, please click on 3 bars to expand the navigation tiems.\
\
This will present you will the above interface once you have connected to the platform via your preferred decentralized wallet(Preferably Metamask).

At the end of each row of your stream history, there is a ***Manage*** button which will open the individual stream page with analytics and stream information. as shown below:

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

At the stream info page, you will see the button to withdraw as shown below, please click on it.

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

Once you click on the ***Withdraw*** button , a withdrawal modal will pop up as show below:

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

At this modal pop up, please enter the amount to withdraw and approve the transaction upon wallet pop up.

This will transfer the specified amount to your wallet.

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

{% hint style="info" %}
Please note that we do not charge any fees on withdrawals.
{% endhint %}

{% hint style="info" %}
Before the above steps, please ensure you have KAVA in your EVM wallet for paying for the gas fees.
{% endhint %}


---

# 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.ajirapay.finance/products/token-streaming/streams/how-it-works/withdraw-from-a-stream.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.
