# Solver Node Setup Guide

## Overview

The Qubetics Chain Abstraction Protocol enables solvers to actively participate in the decentralized solver network by operating a Multi-Party Computation (MPC) node. Each node contributes to the off-chain solver network, strengthening decentralization, security, and resilience across the protocol.

This guide provides step-by-step instructions for setting up and running a solver MPC node, ensuring solvers can seamlessly join the network and begin contributing to its operations.

{% embed url="<https://youtu.be/TWSGanwskhU>" %}


---

# 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://qubetics.gitbook.io/qubetics-docs/solver-node-setup-guide.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.
