# BRFC Specifications

BRFC (Bitcoin SV Request-For-Comments) Specifications describe functionality across the ecosystem. `bsvalias` protocols and paymail implementations are described across a series of BRFC documents.

Whilst this is not the authoritative definition of the BRFC process, a summary is included here as the BRFC process is the nominated mechanism through which extensions to the paymail system are defined and discovered during [Service Discovery](/paymail/service-discovery.md).

The BRFC process is a decentralised process, meaning anybody is free to propose anything without a central authority to approve the publication of new standards. In the context of paymail, implementers express their support for a proposal by actually implementing it, and advertising the endpoint(s) as part of their service discovery implementation.


---

# 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/brfc-specifications.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.
