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

# X Protocol Whitepaper

X Protocol is built with intent-based, zero-knowledge technology and Ethereum Acceleration Engine, aiming to reduce the cost of cross-chain transfers, improve cross-chain efficiency, and achieve decentralization and security guarantees.

In this article, there are two main challenges in cross-chain protocols and applications in the market: cross-chain assets and cross-chain protocols.

The problem with cross-chain assets includes the distortion of supply-demand market due to fixed fee structure and the impact of prolonged staked assets locked within the protocol. The aftermath of the problem has led to high data transmission costs incurred during cross-chain, obvious hacking opportunities of MEV attacks and the security issues with current protocols in the market.

To address these issues, we introduce an intent-centric approach. Firstly, we establish a free market pricing ecosystem by having Solvers provide optimal rates on the target chain, enabling users and cross-chain market makers to participate flexibly in the circulation of cross-chain assets. Secondly, by bringing intent-based on-chain and having Solvers provide specific Calldata, we effectively reduce the cost of cross-chain transactions and improve protocol efficiency. Additionally, the design of intent-based cross-chain protocols avoids MEV attacks and underlying protocol security verification issues, enhancing user transaction privacy and security.

By introducing the restaking mechanism, we also address the security verification issues of underlying protocols, reducing the presence of trust issues. This comprehensive solution lays the solid foundation for a more efficient, secure, and user-friendly cross-chain ecosystem.

## Quick links

{% content-ref url="/pages/X9qo822daeSPA5rCixhE" %}
[What we do](/xbridge/overview/what-we-do.md)
{% endcontent-ref %}

{% content-ref url="/pages/K43FPnNQio7XTfrN5VCQ" %}
[Our Features](/xbridge/overview/our-features.md)
{% endcontent-ref %}

{% hint style="info" %}
**Note:** Currently Xbridge is building demo, stay tune on X: <https://twitter.com/xbridge_finance>
{% 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:

```
GET https://xbridge.gitbook.io/xbridge/x-protocol-whitepaper.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.
