# SV Node

SV Node is a full node implementation for the BSV Blockchain, developed by the BSV Association. It allows users to run a full node on the BSV network to validate transactions and blocks.

The SV Node software is written in C++ and focuses on performance, scalability, and enterprise-grade operations. Key features include support for massive block sizes, parallelized validation for high throughput, fee management controls, security hardening, detailed logging, and monitoring integrations. SV Node aims to provide a robust and reliable full node solution for professional use cases like mining operations, enterprise applications, and service providers building on the BSV Blockchain.

This documentation provides an overview of the SV Node software, but it is not intended as a definitive source for dictating settings that miners should or should not use. Instead, it serves as a guide to help you understand the [architecture](/network-topology/nodes/sv-node/system-architecture.md), [system requirements](/network-topology/nodes/sv-node/system-requirements.md), and steps for [deploying the software](/network-topology/nodes/sv-node/installation/sv-node.md). Before proceeding with the installation, it is recommended to carefully review the sections on architecture and system requirements, as they contain essential information for running SV Node effectively.

### **Contacting us** <a href="#contacting-us" id="contacting-us"></a>

If you should experience any issues, or have a query, please do not hesitate to contact us via one of the methods listed below:

* [#sv-node](https://discord.com/channels/953808129043333140/1156756693292699678) channel on the BSV Discord: <https://discord.com/invite/bsv>
* Telegram: <https://t.me/bitcoinsvsupport>

More information on security, bug bounties and responsible disclosure for SV Node can be found at the [Immunefi BSV Bounty Program](https://immunefi.com/bug-bounty/bitcoinsv/).


---

# 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://docs.bsvblockchain.org/network-topology/nodes/sv-node.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.
