# DebitLlama Documentation

{% hint style="info" %}
DebitLlama is a wallet abstraction service for subscription payments. \
Use DebitLlama to start accepting recurring payments with Cryptocurrency
{% endhint %}

{% embed url="<https://debitllama.com>" %}
Navigate to the website
{% endembed %}

DebitLlama is a service that utilizes zero-knowledge proofs to  map your externally owned wallet to an external secret via creating payment intents with a scheme inspired by Pedersen Commitments\
\
Your intents are future transactions that can be used to debit your account in the future.

An intent defines your end goal and we store the cryptography material for the transactions to fulfill it.\
Learn more about it in the next article.


---

# 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://debitllama.gitbook.io/debitllama/debitllama-documentation.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.
