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

# Product design

By integrating with Multibit and BitStable, BitSwap could support cross-chain swap in three steps:

1. ERC20 <–> DAII: users can swap any ERC20 token (ETH/USDT/etc..) to DAII on BitSwap. DAII is the first and largest original stablecoin in Bitcoin Ecosystem and BitSwap provides the best liquidity for DAII among multi-chains.
2. DAII <-> bridged BRC20: BitSwap introduces DAII As A Service (DAAS) and fosters enhanced liquidity pairing DAII with other BRC20 assets. Users can swap DAII with any bridged BRC20 tokens on BitSwap.&#x20;
3. Bridged BRC20 <–> BRC20: BitSwap integrates Multibit bridge’s innovation and enables users to transfer bridged BRC20 to Bitcoin seamlessly.

Bitcoin will provide full access and functionalities for the three steps above, and will integrate three steps into one-click trading in the near future.

<figure><img src="/files/GFnohxjJKq44JO3XJLtB" alt=""><figcaption></figcaption></figure>

<br>


---

# 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.bitswap.site/protocol/product-design.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.
