> For the complete documentation index, see [llms.txt](https://docs.0xprocessing.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.0xprocessing.com/basic.md).

# Basic

- [General](https://docs.0xprocessing.com/basic/general.md): Learn essential crypto payment terms, explore supported assets, and understand transaction fees to make the most of our gateway for your business’s payment needs.
- [Terms and definitions](https://docs.0xprocessing.com/basic/general/terms-and-definitions.md): Understand crypto payment terms and definitions to integrate seamlessly, ensuring efficient transactions and smooth operations with our payment gateway.
- [Available assets](https://docs.0xprocessing.com/basic/general/available-assets.md): Discover all cryptocurrencies and stablecoins supported for payments, enabling flexibility and convenience for businesses and customers using our gateway.
- [Transaction Fees](https://docs.0xprocessing.com/basic/general/transaction-fees.md): Check detailed transaction fees for deposits, withdrawals, and currency conversions to optimize costs and efficiency in our crypto payment gateway.
- [Introduction guide](https://docs.0xprocessing.com/basic/introduction-guide.md): A step-by-step guide to deposit flows, payment forms, withdrawals, webhooks, and everything you need for seamless integration with our crypto payment gateway.
- [Deposit flow](https://docs.0xprocessing.com/basic/introduction-guide/deposit-flow.md): Learn how the deposit process works with our gateway, enabling seamless integration for businesses seeking efficient and reliable crypto payment solutions.
- [Payment form](https://docs.0xprocessing.com/basic/introduction-guide/payment-form.md): Guide to setting up and customizing payment forms to create efficient, user-friendly, and reliable crypto transaction solutions for your customers.
- [Withdrawal flow](https://docs.0xprocessing.com/basic/introduction-guide/withdrawal-flow.md): A comprehensive guide to managing withdrawals in our crypto payment gateway, designed to ensure smooth, secure, and efficient transactions.
- [VRCS - automatic conversion to stablecoins](https://docs.0xprocessing.com/basic/introduction-guide/vrcs-automatic-conversion-to-stablecoins.md): Automate cryptocurrency to stablecoin conversion effortlessly with VRCS, ensuring stability and reliability in your crypto transactions and operations.
- [Webhooks flow](https://docs.0xprocessing.com/basic/introduction-guide/webhooks-flow.md): Use webhooks to automate updates for deposits, withdrawals, and real-time transactions, streamlining your crypto payment operations with instant notifications.
- [Web3 processing](https://docs.0xprocessing.com/basic/introduction-guide/web3-processing.md): Discover how Web3 processing enhances decentralization, security, and efficiency in crypto payments, empowering modern businesses with innovative solutions.
- [0xProcessing use cases](https://docs.0xprocessing.com/basic/introduction-guide/0xprocessing-use-cases.md): Explore practical 0xProcessing use cases to address business-specific crypto payment needs, optimizing transactions and expanding possibilities.


---

# 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, and the optional `goal` query parameter:

```
GET https://docs.0xprocessing.com/basic.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
