> 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/top-up-a-stream.md).

# Top Up A Stream

<figure><img src="/files/2NzTp6QmRkZzmzSzWm0M" alt=""><figcaption></figcaption></figure>

When connected to the stream info interface as the sender of the stream, you will have the functionalty to cancel and top up the stream.

When you want to top up the stream, you will need to click on the blue button indicated ***Top Up*** which will present with the page below

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

Please enter:

* The amount to top up,
* The extended duration(date and time), this will be added to stream's start time in seconds.

Once you input the above information, click on ***Top Up*** and you will get the following pop up show up on your wallet&#x20;

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

{% 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/top-up-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.
