# Use-Cases & Scenarios

* Pay-per-view content: user pays a token via UserOperation to access article/video/API.
* API-monetisation: REST API protected behind x402; client executes UserOperation to subscribe or call contract, then receives access token.
* Multi-chain token payment: resource provider supports BSC-based token payments using same flow (no dedicated ERC-3009 token needed).
* Advanced monetisation: user stakes tokens (rather than simple transfer) and gets access; UserOperation invokes stake contract.
* Gas-sponsored access: publisher offers “free” token payment but pays gas via paymaster; UserOperation includes paymasterAndData.


---

# 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.wildmeta.ai/trading-terminal/x402-support-and-extension/use-cases-and-scenarios.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.
