# What is an Invoice?

In cryptocurrency payments, an invoice functions similarly to a traditional invoice—it specifies how much the customer needs to pay and provides essential transaction information. However, unlike traditional invoices, crypto invoices include additional information necessary to execute blockchain transactions:

* **Crypto Amount and Currency:** The invoice clearly specifies the amount and type of cryptocurrency to send (e.g., Bitcoin, Ethereum, USDT, etc.).
* **Wallet Address:** Each invoice provides a unique wallet address for payment receipt. This ensures security, accuracy, and simplifies tracking.
* **QR Code:** To ease the payment process, invoices often include QR codes. Customers scan these codes with their crypto wallets to quickly and accurately initiate payments.

OMY Payments generates crypto invoices automatically, ensuring ease of use and accuracy in your payment management processes.


---

# 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.omypayments.com/getting-started/editor/what-is-an-invoice.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.
