> For the complete documentation index, see [llms.txt](https://bsv.brc.dev/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://bsv.brc.dev/wallet.md).

# 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 Interfac](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
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://bsv.brc.dev/wallet.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.
