> For the complete documentation index, see [llms.txt](https://cruxdecussata.gitbook.io/xchain-introduction/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://cruxdecussata.gitbook.io/xchain-introduction/overview/xswap-protocol/xswap-execution-modes-comparison.md).

# XSwap Execution Modes Comparison

By offering multiple execution modes within a single protocol, XSwap allows users and applications to choose the appropriate balance between speed, liquidity, and privacy—without fragmenting liquidity or compromising security.

| Feature            | Core Mode                 | Stealth Mode                    | Shield Mode                |
| ------------------ | ------------------------- | ------------------------------- | -------------------------- |
| Primary Goal       | Speed & liquidity         | Enhanced privacy                | Maximum privacy            |
| Execution Location | Cross-chain               | Cross-chain                     | Native to XChain           |
| Routing Visibility | Standard                  | Obfuscated                      | Protocol-level             |
| Liquidity Access   | Full aggregated liquidity | Aggregated with privacy routing | XChain-native              |
| Metadata Exposure  | Standard                  | Reduced                         | Minimal                    |
| Use Case           | General-purpose swaps     | Privacy-sensitive swaps         | High-sensitivity execution |
| Protocol Fee       | 0.5%                      | 0.8%                            | 1%                         |


---

# 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://cruxdecussata.gitbook.io/xchain-introduction/overview/xswap-protocol/xswap-execution-modes-comparison.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.
