# Introduction

This document serves as a reference for the protocol of the BSV Blockchain, which is an implementation of the original Bitcoin protocol.&#x20;

#### BSV Association

The BSV Blockchain network is open for participation and usage by anyone. It uses a native token (satoshi) as a mechanism for paying fees to write to the ledger. The custodian (or steward) of this network is the BSV Association. They are a non-profit organization which acts on behalf of the inventor Satoshi Nakamoto (the Issuer and distributor of the native token, creator of the database, and Bitcoin Protocol). Their work involves maintaining free-to-use, open-source software for the participating entities known as the network nodes.

As stewards of the network, the BSV Association monitors and ensures its protection from malicious activities. They also create and maintain open-source utilities and software tools and contribute to a wide range of community services to advance blockchain technology.

Further information is available using the links below.

Official Website : <https://www.bsvblockchain.org>

Technical: [www.bitcoinsv.com](http://www.bitcoinsv.com/)

Wiki: [https://wiki.bitcoinsv.io](https://wiki.bitcoinsv.io/index.php/Main_Page)

{% hint style="info" %}
Even though BSV Blockchain is an open and public network, it has a non-profit entity, the BSV Association, that works as the steward for its operations and ensures legal and regulatory compliance with global jurisdictions. &#x20;
{% endhint %}


---

# 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://protocol.bsvblockchain.org/introduction.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.
