> For the complete documentation index, see [llms.txt](https://qubetics.gitbook.io/qubetics-docs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://qubetics.gitbook.io/qubetics-docs/chain-abstraction.md).

# Chain Abstraction

Qubetics Chain Abstraction lets people move assets across chains with one identity and a single intent. Today, it supports BTC ⇄ TICS with funds safeguarded by an MPC Vault, solver‑driven execution, transparent fees, and clear receipts. The design focuses on safety, simplicity, and predictable outcomes.

* **Product:** intent‑based cross‑chain transfers using a universal identity (2PC‑MPC)
* **Current routes**: BTC ⇄ TICS (Qubetics EVM)
* **Safety:** MPC Vault (2‑of‑3) escrow before execution; refund on failure<br>

Most users don’t want to think about bridges, routes, and confirmations. They want to say what they need and get a reliable, auditable result. Chain Abstraction hides the complexity without taking custody in a single place.

* **Pain today:** fragmented UX (bridge → DEX → wallet juggling), fee surprises, slow support
* **Our stance:** state your intent once; we handle routing, safety, and receipts
* **Core components:** Wallet SDK, Solver Network, MPC Vault (2/3), BTC/TICS LPs, Qubetics contracts

{% hint style="info" %}
Join our **Bug Bounty Program** and help us strengthen the platform! \
\
We invite you to test, explore, and share your findings. Click the link below to submit any issues you discover. Every contribution plays a vital role in enhancing security, performance, and the overall user experience.

Your feedback isn’t just welcomed, it’s highly valued. Together, we can build a safer and more reliable ecosystem for everyone.\
<https://testnet-v2.qubetics.work/bug-submission>
{% endhint %}


---

# 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, and the optional `goal` query parameter:

```
GET https://qubetics.gitbook.io/qubetics-docs/chain-abstraction.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
