> For the complete documentation index, see [llms.txt](https://docs.fetcch.xyz/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.fetcch.xyz/pull-payments-layer/how-it-works/specification.md).

# Specification

The core of pull payments lies in the payment request. This request is essentially a list of transactions approved by the receiver and sent to the sender (or initiator). Let’s understand it like this: Pull payments operate like a digital version of sending a bill. Think of it like receiving an online invoice. The receiver creates an invoice (payment request) detailing the amount for specific items (token transfers).

This digital invoice supports various systems, be it EVM or non-EVM blockchains, and can recognize addresses and protocols like ENS, SOL, APT, UNSTOPPABLE, etc. (Powered by Fetcch’s Identity Layer) The sender then gets the invoice, reviews it, and approves the payment. It's a straightforward and efficient way to handle transactions.

These transaction Requests can either be simple payments or can also execute a complex multistep transaction.

They will be completely blockchain agnostic and enable payment gateways, point-of-sale systems, or any commerce platform to start accepting guaranteed crypto payments with very little integration. It can also be used by dApps to execute transactions without directly connecting to a wallet, so any dApp that can only be used for a single transaction can reduce the complexity of connecting to a wallet.

As transaction requests are transmitted over HTTPS, we have a 100% guarantee that all network packets will be received by the end-user, we can also improve the current mobile wallets to a desktop dApp experience. dApps can directly send transaction requests to a mobile-based wallet, it can execute that transaction and dApps will be notified that the transaction is completed, so there is no overhead of a websocket connection dropping off.


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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.fetcch.xyz/pull-payments-layer/how-it-works/specification.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.
