# Overview

### What is LlamaPay?

LlamaPay is a multi-chain payments protocol for automating outgoing payments and receiving payments. LlamaPay provides the following services:

* Payment streaming for salaries: Automate transactions and stream them by the second. The recipients can withdraw these funds at any time. This eliminates the need for manual transactions.
* Payments gateway: Receive crypto payments and charge recurring subscriptions, with optional cost reductions for users thanks to aave yield.
* Scheduled payments: Set a payment to be sent at a specific date and llamapay will automate it. Payment can be cancelled at any time until it's sent.
* Vesting contracts: Token vesting contracts with cliffs forked from Yearn Finance.
* Automated token payments denominated in USD: Pay recurring USD-denominated payments in another currency, such ETH, UNI or your own token.


---

# 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.llamapay.io/readme.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.
