> For the complete documentation index, see [llms.txt](https://docs.kyberswap.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.kyberswap.com/reference/third-party-integrations.md).

# Third-Party Integrations

KyberSwap integrates with a range of third-party services and protocols to extend the functionality available to users. The following is an overview of current integrations, organized by category.

#### **Cross-chain Swap**

KyberSwap supports cross-chain token swaps through the following third-party protocols:

* [Across](https://docs.across.to/)
* [Relay](https://docs.relay.link/)
* [Near Intents](https://docs.near-intents.org/)
* [Mayan](https://docs.mayan.finance/)
* [Symbiosis](https://docs.symbiosis.finance/)
* [deBridge](https://docs.debridge.com/)
* [LiFi](https://docs.li.fi/introduction/introduction)
* [Bungee](https://docs.bungee.exchange/overview/what-is-bungee)

#### **Kyber Earn**

Kyber Earn aggregates liquidity pools from various liquidity protocols, enabling users to interact with these protocols directly through the KyberSwap Interface. For the list of the protocols, refer to [Supported Exchanges And Networks](/getting-started/supported-exchanges-and-networks.md).

#### **MEV Protection**

* Blink: Blink Protect RPC allows users to submit transactions via a custom RPC endpoint, routing them to the Blink builder instead of the public mempool. This provides frontrunning protection and reduces the risk of failed transactions on Ethereum and BNB Chain.

  For further details, refer to [MEV protection on Ethereum](/user-guide/user-guides/selecting-preferred-network.md#mev-protection-on-ethereum).

#### **Token Information**

KyberSwap integrates with third-party services to provide market data and security information for traded tokens.

* [Coingecko](https://docs.coingecko.com/)
* [GoPlus](https://docs.gopluslabs.io/docs/getting-started)

**Disclaimer on Use of Third-Party Integrations**

For ease of communication, KyberSwap is referred to as "we" in this disclaimer. Any natural persons or other entities who engages in any activities on KyberSwap shall be considered as the user of KyberSwap, and is referred to as "you" in the disclaimer. We hereby remind you of the risks involved in using Third-party Integrations

1. Your use of any Third-party Integrations on KyberSwap is your personal decision and we have no control over it.
2. We are not responsible for the audit of any Third-party Integrations, nor do we make any commitments or guarantees on the validity, accuracy, correctness, reliability, quality, stability, completeness and/or timeliness of the technology and information involved in such Third-party Integrations and their associated services.
3. You are solely responsible for all outcomes arising from your choice to use the Third-party Integrations and their associated services.
4. You shall make your own judgement and evaluation as to whether any Third-party Integrations and its associated services comply with the applicable laws, regulations and relevant policy requirements of your jurisdiction. We do not provide any recommendation and opinions on this subject apart from recommending you to strictly abide by the laws and regulations of your jurisdiction.
5. Outcomes and occurrences which arise out of your use of any Third-party Integrations, including but not limited to legal issues, contract liability issues, and economic loss issues, shall be resolved between you and the relevant Third-parties. We are not responsible for the resolution of any outcomes or disputes arising from your choice to use the third-party services.
6. We will not share any information with any Third-party Integrations unless under your consent or in accordance with our Privacy Policy. Once we receive your consent, you shall be solely responsible for all legal liabilities and disputes resulting from any Third-party Integrations access to your personal information and such labilities and disputes shall be resolved between you and the relevant Third-Parties.

**Our provision of access to Third-Party Integrations on KyberSwap does not amount to any kind of recommendation, endorsement, or advice to use any Third-Party Integrations or its associated services.**


---

# 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:

```
GET https://docs.kyberswap.com/reference/third-party-integrations.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.
