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

# BSV Hub

Discover tailored insights across our unified BSV resources.

## Introduction to the Unified Knowledge Bases of BSV

## The BSV Blockchain community provides a wide array of resources to meet diverse needs, from technical details to real-world uses. Key resources include:

* **Skills Center**: Offers extensive documentation on the BSV ecosystem.
* **Case Study Library**: Features practical implementations across various sectors.
* **Network Access Rules**: Outlines guidelines for interactions between the BSV Association and network nodes.
* **BRC Proposals**: Suggests technological advancements for the Bitcoin ecosystem.
* **Bitcoin Protocol Docs**: Acts as a key reference for the BSV Blockchain protocol.

These resources collectively offer a strong foundation for understanding and utilizing the BSV Blockchain's capabilities.

<table data-view="cards"><thead><tr><th></th><th></th><th data-type="content-ref"></th><th data-hidden data-card-cover data-type="image">Cover image</th></tr></thead><tbody><tr><td>SKILLS CENTER</td><td>A comprehensive collection of documents covering all aspects of BSV Blockchain</td><td><a href="https://hub.bsvblockchain.org/bsv-skills-center/">BSV Skills Center</a></td><td></td></tr><tr><td>CASE STUDY LIBRARY</td><td>Real-World Adoption Across Industries, Regions and Applications</td><td><a href="https://hub.bsvblockchain.org/case-study-library/">Case Study Library</a></td><td></td></tr><tr><td>BRC</td><td>Technical proposals for use across the Bitcoin ecosystem</td><td><a href="https://hub.bsvblockchain.org/brc/">BRC</a></td><td></td></tr><tr><td>NETWORK ACCESS RULES</td><td>Set of rules regulating the relationship between the BSV Association and the nodes on BSV</td><td><a href="https://hub.bsvblockchain.org/network-access-rules/">Network Access Rules</a></td><td></td></tr><tr><td>BITCOIN PROTOCOL DOCS</td><td>Reference for the protocol of the BSV Blockchain</td><td><a href="https://hub.bsvblockchain.org/bitcoin-protocol-documentation/">Bitcoin Protocol Documentation</a></td><td></td></tr><tr><td>BSV DEMOS AND ONBOARDING'S</td><td>Business and Technical Knowledge for Demos and Onboarding's to the BSV Ecosystem</td><td><a href="https://hub.bsvblockchain.org/demos-and-onboardings/">Demos and Onboarding's</a></td><td></td></tr><tr><td>BSV Academy</td><td>Collection of BSV knowledge for education.</td><td><a href="/higher-learning/bsv-academy/readme.md">Higher Learning</a></td><td></td></tr><tr><td>BSV Code Academy</td><td>Developer Guide and Documentation on BSV</td><td><a href="https://hub.bsvblockchain.org/bsv-code-academy/">BSV Code Academy</a></td><td></td></tr></tbody></table>


---

# 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://hub.bsvblockchain.org/bsv-hub.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.
