# Multi-chain Bridges

:busstop: Here are some helpful links to get you started:

* Learn how to build an [ERC20 Bridge](/use-cases/multi-chain-bridges/erc20-bridge.md)
* Learn how to build a [DAI - xDai Bridge](/use-cases/multi-chain-bridges/dai-xdai.md) using TokenBridge
* Learn how to build an [xDai - DAI Bridge](/use-cases/multi-chain-bridges/xdai-dai.md) using TokenBridge
* Learn how to build a [Native Token Bridge](/use-cases/multi-chain-bridges/native-token-bridges.md)

:busstop: Also might be of interest:

* Learn how to build [Peer-to-Peer Payments](/use-cases/peer-to-peer-payments.md)


---

# Agent Instructions: 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://v1.etherspot.io/use-cases/multi-chain-bridges.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.
