# Getting Started with LiquidBridge

The LiquidBridge uses [a collection of DAPP Networks services](/liquidapps-documentation/introduction/cross-chain-bridge.md) to perform its function.

The bridges use the [`link`](https://github.com/liquidapps-io/zeus-sdk/tree/master/boxes/groups/libraries/link) library which has an EOSIO (`.cpp`) and an EVM (`.sol`) version.

If you would like to checkout the `link` library check it out here:

{% content-ref url="/pages/-MYoXXFHe4QHKdpOqkpf" %}
[Link Library](/liquidapps-documentation/introduction/dapp-network-resources/link-library.md)
{% endcontent-ref %}

For more on the bridges:

### EOSIO  (eosio.token) <> EOSIO (eosio.token) Bridge

{% content-ref url="/pages/-MYoUXBsX2AHSO\_I7PWE" %}
[EOSIO.token <> EOSIO.token Fungible Tokens](/liquidapps-documentation/cross-chain-bridges/getting-started-with-liquidbridge/eosio-less-than-greater-than-eosio.md)
{% endcontent-ref %}

### EOSIO (eosio.token) <> EVM (ERC20/BEP20) Bridge

{% content-ref url="/pages/-MYoUZh3U9TwGM\_RKwng" %}
[EOSIO.token <> ERC20 Fungible Tokens](/liquidapps-documentation/cross-chain-bridges/getting-started-with-liquidbridge/eosio-less-than-greater-than-evm.md)
{% endcontent-ref %}

### EOSIO  (atomic assets) <> EOSIO (atomic assets) Bridge

{% content-ref url="/pages/-MdRWsyv9U8crPhBzWor" %}
[EOSIO <> EOSIO Atomic Assets Non-Fungible Tokens](/liquidapps-documentation/cross-chain-bridges/getting-started-with-liquidbridge/eosio-less-than-greater-than-eosio-non-fungible-tokens.md)
{% endcontent-ref %}

### EOSIO (atomic assets) <> EVM (ERC721) Bridge

{% content-ref url="/pages/-MdRYoRXCfNjEWJ\_zXUY" %}
[EOSIO Atomic Assets <> ERC721 Non-Fungible Tokens](/liquidapps-documentation/cross-chain-bridges/getting-started-with-liquidbridge/eosio-less-than-greater-than-evm-non-fungible-tokens.md)
{% endcontent-ref %}

### EOSIO (atomic assets) <> EVM (ERC1155) Bridge

{% content-ref url="/pages/-MlH8Hm2mPq3k37R669F" %}
[EOSIO Atomic Assets <> ERC1155 Non-Fungible Tokens](/liquidapps-documentation/cross-chain-bridges/getting-started-with-liquidbridge/eosio-atomic-assets-less-than-greater-than-erc1155-non-fungible-tokens.md)
{% endcontent-ref %}


---

# 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/cross-chain-bridges/getting-started-with-liquidbridge.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.
