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

# TeleportDAO ecosystem

The TeleportDAO bridge enables building secure cross-chain applications, allowing an application on one chain to verify any data belonging to another chain. It could be used to build basic applications like asset transfers between chains to more complex applications where their smart contracts reside on multiple blockchains. Here, we briefly explain applications powered by the TeleportDAO bridge.

## TeleSwap - decentralized liquidity protocol for Bitcoin and BRC-20s

**Website**: <https://teleswap.xyz/>

**Token**: [TST (Teleport System Token)](https://docs.teleswap.xyz/hello-teleswap/tst-teleport-system-token)

TeleSwap is a decentralized protocol for bridging BTC and BRC-20s (Bitcoin tokens) to EVM blockchains. It enables users to trade Bitcoin assets with ERC-20s in a cost-efficient and fast manner.

TeleSwap utilizes the TeleportDAO bridge to validate Bitcoin transactions on EVM blockchains. This enables it to verify whether users deposit their Bitcoin assets on Bitcoin to receive wrapped assets on the EVM chain. Additionally, it leverages the bridge to ensure that TeleSwap nodes process users' unwrap requests and send them their requested assets on Bitcoin. Moreover, if a TeleSwap node behaves maliciously by moving funds on Bitcoin, anyone can provide evidence of dishonesty, which is checked against the bridge.

## TeleOrdinal - cross-chain marketplace for Ordinals (Bitcoin NFTs)

**Website**: <https://teleordinal.xyz/>

**Token**: [TST (Teleport System Token)](https://docs.teleordinal.xyz/hello-teleordinal/tst-teleport-system-token)

TeleOrdinal is a decentralized marketplace that extends the Ordinals (Bitcoin NFTs) and BRC-20s (Bitcoin tokens) market beyond Bitcoin to EVM chains. It represents the first cross-chain marketplace where users can purchase Ordinals using ERC-20s or sell their Ordinals to EVM users.

TeleOrdinal leverages the TeleportDAO bridge to verify the transfer of Ordinal ownership on Bitcoin. Therefore, when a buyer requests to purchase an Ordinal, the seller must transfer the Ordinal on Bitcoin and provide proof of transfer to receive the buyer's funds on EVM. The proof of transfer is validated by the bridge, as it allows any application on the EVM side to access Bitcoin data.


---

# 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.teleportdao.xyz/hello-teleportdao/teleportdao-ecosystem.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.
