# Cross Chain Bridges

Services used:

* [vRAM](/liquidapps-documentation/dapp-network-services/dapp-network-services/vram.md) - store receipt data from bridge transaction
* [LiquidHarmony](/liquidapps-documentation/dapp-network-services/dapp-network-services/liquidharmony.md) - oracle requests for state of finality of transactions
* [LiquidScheduler](/liquidapps-documentation/dapp-network-services/dapp-network-services/liquidscheduler.md) - call LiquidHarmony oracles on cron like re-occuring interval
* [LiquidLink](/liquidapps-documentation/dapp-network-services/dapp-network-services/liquidlink.md) - sign EOSIO and ETH (EVM) transactions with or without multi signature

The smart contract code, local environment setup, and unit tests for running an example \
\
EOSIO <> ETH **fungible** token bridge may be found here: <https://github.com/liquidapps-io/zeus-sdk/tree/master/boxes/groups/sample/ethtokenpeg>

EOSIO <> EOSIO **fungible** token here: <https://github.com/liquidapps-io/zeus-sdk/tree/master/boxes/groups/sample/tokenpeg>

EOSIO <> EVM **non fungible** token here: <https://github.com/liquidapps-io/zeus-sdk/tree/master/boxes/groups/sample/atomictokenpeg>

EOSIO <> EOSIO **non fungible** token here: <https://github.com/liquidapps-io/zeus-sdk/tree/master/boxes/groups/sample/atomictokenpeg>

## Production Bridges:

Below are some bridges which are currently in production, they are both EOSIO <> ETH bridges.

EOSIO <> ETH Bridges

* [Yup.io](https://yup.io/) - <https://www.etheos.xyz/>
* Blockstart [ecurve](http://ecurve.finance/)
  * <http://bridge.blockstartdsp.com/>
  * <http://dad.blockstartdsp.com/>
* [bifrost.fi](https://bifrost.fi/) - open source frontend: <https://github.com/DAPP-Account-DAO/bifrost-bridge-frontend>


---

# 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://docs.liquidapps.io/liquidapps-documentation/introduction/cross-chain-bridge.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.
