# Process payments via Solvers

DebitLlama doesn't provide any payment processing directly to avoid becoming a money transmitter.

To debit your customers, you will need to run your own solver locally.

{% embed url="<https://github.com/DebitLlama/debitllama-solver/releases/tag/v0.1.1>" %}
Click the Link and download the release for your OS and architecture
{% endembed %}

To run a solver, you need to create an API key on DebitLlama and create an ethereum private key to sign transactions with.

Run debitllama\_solver from the command line to get started.


---

# 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/process-payments-via-solvers.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.
