# Peer-to-Peer

- [Authrite Mutual Authentication](https://bsv.brc.dev/peer-to-peer/0031.md)
- [PeerServ Message Relay Interface](https://bsv.brc.dev/peer-to-peer/0033.md)
- [PeerServ Host Interconnect Protocol](https://bsv.brc.dev/peer-to-peer/0034.md)
- [Identity Certificates](https://bsv.brc.dev/peer-to-peer/0052.md)
- [Genealogical Identity Protocol](https://bsv.brc.dev/peer-to-peer/0063.md)
- [Publishing Trust Anchor Details at an Internet Domain](https://bsv.brc.dev/peer-to-peer/0068.md)
- [Message Signature Creation and Verification](https://bsv.brc.dev/peer-to-peer/0077.md)
- [Serialization Format for Portable Encrypted Messages](https://bsv.brc.dev/peer-to-peer/0078.md)
- [Defining a Scalable IPv6 Multicast Protocol for Blockchain Transaction Broadcast and Update Delivery](https://bsv.brc.dev/peer-to-peer/0082.md)
- [Proven Identity Key Exchange (PIKE)](https://bsv.brc.dev/peer-to-peer/0085.md)
- [Peer-to-Peer Mutual Authentication and Certificate Exchange Protocol](https://bsv.brc.dev/peer-to-peer/0103.md)
- [HTTP Transport for BRC-103 Mutual Authentication](https://bsv.brc.dev/peer-to-peer/0104.md)


---

# 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://bsv.brc.dev/peer-to-peer.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.
