# Wallet

- [Transaction Creation](https://bsv.brc.dev/wallet/0001.md)
- [Data Encryption and Decryption](https://bsv.brc.dev/wallet/0002.md)
- [Digital Signature Creation and Verification](https://bsv.brc.dev/wallet/0003.md)
- [Input Redemption](https://bsv.brc.dev/wallet/0004.md)
- [HTTP Wallet Communications Substrate](https://bsv.brc.dev/wallet/0005.md)
- [XDM Wallet Communications Substrate](https://bsv.brc.dev/wallet/0006.md)
- [Window Wallet Communication Substrate](https://bsv.brc.dev/wallet/0007.md)
- [Wallet Transaction Output Tracking (Output Baskets)](https://bsv.brc.dev/wallet/0046.md)
- [Submitting Received Payments to a Wallet](https://bsv.brc.dev/wallet/0050.md)
- [Certificate Creation and Revelation](https://bsv.brc.dev/wallet/0053.md)
- [Unified Abstract Wallet-to-Application Messaging Layer](https://bsv.brc.dev/wallet/0056.md)
- [Transaction Labels and List Actions](https://bsv.brc.dev/wallet/0065.md)
- [Output Basket Removal and Certificate Deletion](https://bsv.brc.dev/wallet/0066.md)
- [Group Permissions for App Access](https://bsv.brc.dev/wallet/0073.md)
- [Extensible Proof-Type Format for Specific Key Linkage Claims](https://bsv.brc.dev/wallet/0097.md)
- [P Protocols: Allowing future wallet protocol permission schemes](https://bsv.brc.dev/wallet/0098.md)
- [P Baskets: Allowing Future Wallet Basket and Digital Asset Permission Schemes](https://bsv.brc.dev/wallet/0099.md)
- [Unified, Vendor-Neutral, Unchanging, and Open BSV Blockchain Standard Wallet-to-Application Interface](https://bsv.brc.dev/wallet/0100.md)
- [PCW-1 : Peer Cash Wallet Protocol](https://bsv.brc.dev/wallet/0109.md)
- [P Labels: Allowing Future Wallet Action Label Permission Schemes](https://bsv.brc.dev/wallet/0111.md)
- [Balance Baskets: Backwards-Compatible Basket Balance Queries](https://bsv.brc.dev/wallet/0112.md)
- [Time Labels: Backwards-Compatible Action Timestamp Filters for List Actions](https://bsv.brc.dev/wallet/0114.md)
- [Wallet Permissions and Counterparty Trust](https://bsv.brc.dev/wallet/0116.md)
- [Basket Permission Scheme Registry and Governance](https://bsv.brc.dev/wallet/0123.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/wallet.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.
