# Overview

**SSP Relay** is the communication backbone of the [**SSP Wallet**](https://sspwallet.io/) ecosystem, enabling seamless interaction between **SSP Wallet** and **SSP Key**. By acting as a secure relay server, it facilitates synchronization, multisignature transaction management, and reliable communication without ever compromising private keys or sensitive data.

#### Key Features

* **Secure Communication**: Ensures encrypted and authenticated data transfer between SSP Wallet and SSP Key.
* **Multisignature Support**: Powers the **2-of-2 multisignature architecture**, enhancing the security of user transactions.
* **True Self-Custody**: Operates without storing or accessing private keys, maintaining the user's self-custody.
* **Scalable and Reliable**: Built with modern technologies to handle large-scale usage efficiently.


---

# 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://sspwallet.gitbook.io/docs/ssp-relay-development/overview.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.
