> ## Documentation Index
> Fetch the complete documentation index at: https://docs.debridge.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Quickstart

> deBridge Liquidity Network API Quickstart – EVM and Solana.

# Disclaimer

<Danger>
  The provided code is for demonstration purposes only and is supplied "as is" without warranties of any kind. Users are responsible
  for reviewing, testing, and validating the code before executing transactions with real funds. We are not liable for any losses or
  damages resulting from its use.
</Danger>

# Overview

[This repository](https://github.com/debridge-finance/api-integrator-example) serves as a practical resource for integrators
aiming to get started with hands-on examples of using the deBridge Liqudity Network protocol via API.

More details on submitting chain-specific orders can be found
[here](/dln-details/integration-guidelines/order-creation/creating-order/creating-order).

# EVM

[Included](https://github.com/debridge-finance/api-integrator-example/blob/master/src/scripts/orders/example-swap.ts) is a
comprehensive TypeScript script demonstrating the transfer of 0.1 USDC from Polygon to Arbitrum. The script outlines all necessary
steps for completing a cross-chain swap between the two networks. It also includes examples for executing the approve function on
ERC-20 tokens and showcases various deBridge API integrations.

# Solana

There are also examples of
[creating an order from Polygon (EVM) to Solana](https://github.com/debridge-finance/api-integrator-example/blob/master/src/scripts/orders/poly-usdc-to-sol.ts)
and
[from Solana to Polygon (EVM)](https://github.com/debridge-finance/api-integrator-example/blob/master/src/scripts/orders/sol-usdc-to-poly.ts),
along with submitting a versioned transaction.
