# Payment Addressing

Payment Addressing is the mechanism through which a wallet can, on behalf of a user making a payment transaction, discover the preferred Bitcoin output script of a receiver given only their paymail handle, in the form `<alias>@<domain>.<tld>`.

Payment Addressing is specified across a number of BRFCs:

* [Basic Address Resolution](/paymail/payment-addressing/basic-address-resolution.md)
* [Sender Validation](/paymail/payment-addressing/sender-validation.md)
* [Receiver Approvals](/paymail/payment-addressing/receiver-approvals.md)
* [PayTo Protocol Prefix](/paymail/payment-addressing/payto-protocol-prefix.md)

Only *Basic Address Resolution* is required in order for an implementation to carry the paymail branding.


---

# 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.bsvblockchain.org/paymail/payment-addressing.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.
