# Cryptocurrency Payments

Popular payment methods such as bank and credit card payments are based on the fact that customers specify their data and their card details in payment forms. The information collected is then used to extract payments directly from the user.

Cryptocurrency payments work differently. Customers use their wallets to send payments directly to the merchant. Customers specify the destination address and the amount of the cryptocurrency before sending the funds. In this sense, cryptocurrency payments are push payments.

Cryptopay payment gateway offers two different tools for accepting cryptocurrency payments - Invoices and Channels.<br>


---

# 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://developers.cryptopay.me/guides/cryptocurrency-payments.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.
