# Streaming Payment Processor

#### Module Category: Payment Processor

The Streaming Payment Processor enables streaming assets to recipients with cliff and vesting options.

It provides a vested payment option for modules that facilitate the transfer of funds or issuance of assets to a set of addresses when certain conditions are met. It offers the flexibility in choosing custom cliff and vesting terms. Unvested streams can be stopped while the recipients are guaranteed to claim their already vested assets.

## Module Functionalities:

#### Parameters to Set:

**Cliff duration:** Sets a time period that has to pass before the vested assets can be claimed.

**Vesting Duration:** Sets the exact date and time for vesting. This determines when tokens can be fully claimed.

## Module Interactions:

#### For Administrators

**Remove Payment:** Cancels payment for a specific recipient, transferring any unlocked funds to the recipient before removal.

**Cancel Running Payments:** Cancels all payments associated with a particular payment client, affecting all recipients.

\### For Claimers

**Claim Vests:** Enables users to claim vested assets for all the recipients, or to claim vested assets for a specific recipient.


---

# 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.inverter.network/concepts/protocol-concepts/module-library/payment-processors/streaming-payment-processor.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.
