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

# Paying a request

Open the link. You need a wallet; you do not need a Recyv account.

## Steps

1. **Connect a wallet.** Any injected wallet is discovered automatically.
2. **Check the network.** If you are on the wrong one, the page offers to switch or add Robinhood Chain in a single tap.
3. **Check what you are paying.** The recipient, the amount, the token and its contract address, and your own balance are all shown before you commit to anything.
4. **Confirm in your wallet.**

Confirmation is usually faster than the tap. The receipt shows how long it actually took.

## Before you confirm

Recyv checks the token contract on-chain before enabling the button. If the contract does not report the symbol the link claims, or nothing at that address behaves like a token, the payment is refused and the page says why.

You will see a warning if the token is not one Recyv has verified. Anyone can deploy a token using a familiar name — check the contract address with whoever sent you the link before continuing.

## If it fails

The page tells you what happened rather than guessing: a declined signature, not enough gas, not enough of the token, or the wrong network. Nothing is sent unless you confirm.


---

# 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.recyv.xyz/using-recyv/paying.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.
