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

# Welcome!

## Introduction to the Protocol

**SecretSwap is a protocol for swapping** [**SecretTokens**](broken://pages/-MaeM1BAfj4LZ5IUZ8mB) **(SNIP-20s) on Secret Network.** Given the encrypted nature of secret contracts, inputs to a transaction/contract are encrypted while they are on the mempool and cannot be front-run by any adversary. This ensures **SecretSwap protects its users and their money from front-running attacks and privacy threats**.

SecretSwap also provides access to **cross-chain liquidity** through an [Ethereum bridge](https://bridge.scrt.network/), a [Binance Smart Chain bridge](https://bridge.scrt.network/), a [Monero bridge](https://ipfs.io/ipns/k51qzi5uqu5dhovcugri8aul3itkct8lvnodtnv2y3o1saotkjsa7ao1aq0dqa/), a Plasm bridge (in development), and reduces fees relative to Ethereum.


---

# 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://docs.secretswap.net/welcome.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.
