# Web3 processing

It allows clients to pay for services using only Web3 wallets.

It helps to create liquidity pools easily and it makes payment acceptance more transparent and convenient.

The size of the liquidity pool, the number and volume of transactions, and any other relevant information you would like to broadcast can be made available to users in real-time via the blockchain browser or your website frontend.&#x20;

<figure><img src="/files/n3kQBCMp6xFSwc9BzZN9" alt=""><figcaption><p>Deposit flow</p></figcaption></figure>

<figure><img src="/files/MRVFrmySqPv8R2ZOk9ex" alt=""><figcaption><p>Withdrawal flow</p></figcaption></figure>

More technical details here: [**Web3 API documentation**](/web3-processing-api/introduction.md)

As well Web3 processing helps to automate recurring payments, like salaries, subscriptions, etc. Feel free to [**contact our team**](https://t.me/OxProcessing_bot) for additional details.


---

# 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.0xprocessing.com/basic/introduction-guide/web3-processing.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.
