> For the complete documentation index, see [llms.txt](https://rubyprototcol.gitbook.io/ruby-one/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://rubyprototcol.gitbook.io/ruby-one/general-introduction/what-are-the-benefits-of-mpc-technology.md).

# What are the benefits of MPC technology?

Compared with other solutions, signing transactions with MPC is much more convenient and attuned to everyday users.

* Blockchain-agnostic: MPC operates in the mathematical layer and, therefore, can be seamlessly applied to multiple blockchains and serve as the underlying technology for a true multi-chain wallet.
* Single Point of Failure Elimination: This is the key to MPC-level security. Your private key within an MPC-backed solution is never created or held in one place.
* Usability: Today, MPC is no longer a data science niche. Customers are using it to detect financial fraud, aggregate model features across private datasets, and much more.&#x20;
* Track Record & History: Secure computation has a long history. Since the 1980s, MPC has been a fertile area to investigate basic and general questions regarding utilizing multi-party computation for practical applications.


---

# 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:

```
GET https://rubyprototcol.gitbook.io/ruby-one/general-introduction/what-are-the-benefits-of-mpc-technology.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.
