# What is CoinDrip?

CoinDrip is the first token (ESDT) streaming protocol built on MultiversX. Instead of the regular token transfers, you can use CoinDrip to stream tokens each second toward a recipient.

If **you're a non-technical** person interested in using CoinDrip, check out the [faq](https://docs.coindrip.finance/faq "mention")section.

If **you're a developer** building on MultiversX, check out the [technical-guides](https://docs.coindrip.finance/technical-guides "mention") and [technical-reference](https://docs.coindrip.finance/technical-reference "mention")to see how you can take advantage of the CoinDrip protocol in your dApp.&#x20;


---

# 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.coindrip.finance/what-is-coindrip.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.
