# Introduction

<figure><img src="/files/5qDToZj48wjpJlRZk2ME" alt=""><figcaption></figcaption></figure>

In Web2 payment systems, each subscription must be claimed individually, meaning that you can only determine whether a subscription payment will be successful, such as if there are sufficient funds on the card, at the moment of processing.

Web3 subscriptions, on the other hand, are built on a protocol with a unique operating algorithm, representing an innovation in accounting. It ensures data consistency, as the data cannot be altered in a way that would break the system. Auditors guarantee that the smart contract operates consistently and reliably.

Our goal was to optimize the claiming process by consolidating multiple claims into a single short transaction, allowing us to collect payments from all subscribers at once, rather than processing each one individually.


---

# 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.papaya.finance/readme.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.
