Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

add airswap #184

Merged
merged 2 commits into from
Jun 26, 2023
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Binary file added docs/assets/airswap/airswap-chain.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/assets/airswap/airswap-make.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/assets/airswap/airswap-rfq.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/assets/airswap/airswap-take.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
54 changes: 54 additions & 0 deletions docs/use-linea/explore/use-airswap.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,54 @@
---
title: Use AirSwap
description: Perform OTC and RFQ swaps on Linea
sidebar_position: 1
---

AirSwap is an open-source community that powers the original peer-to-peer DEX: efficient swaps without slippage or counter-party risk. AirSwap works on Linea! You can use it to swap any ERC20 tokens bridged to Linea. The following guide will demonstrate how to perform different kinds of swaps. See the [glossary](https://about.airswap.io/technology/glossary#peer-to-peer-p2p-swaps) for more detail. Read more about AirSwap at https://about.airswap.io/.

AirSwap on Linea testnet is available at https://linea.airswap.eth.limo/.

## Switch to Linea

To use AirSwap on Linea, ensure your wallet is connected and the "Linea-Goerli" network is selected.

![Chain](../../assets/airswap/airswap-chain.png)

## Do an OTC (over-the-counter) Swap
An OTC swap is between you and another person, with price negotiated by chat, email, or phone. Either you or the counterparty makes an "order" and shares it with the other party to be taken. OTC is available for any ERC20 token on Linea. To perform an OTC swap you must have another person available to swap.

### Make an Order
First, one party needs to make and sign an order.

![Make](../../assets/airswap/airswap-make.png)

1. Ensure your wallet is connected and the "Linea-Goerli" network is selected.
2. Click "OTC" on the left toolbar to make a new order.
3. Select tokens you'd like to swap and input amounts.
4. Click "Review" and "Sign" to make the order. You may need to approve first.
5. Click "Copy Link" and share it with your counterparty.

### Take an Order
You should have received a link from your counterparty.

![Take](../../assets/airswap/airswap-take.png)

1. Ensure your wallet is connected and the "Linea-Goerli" network is selected.
2. Review the terms and click "Take" to take the order.
3. Click on your wallet on the top right to track the transaction.
4. Once complete the tokens will have been swapped.

## Do an RFQ (request-for-quote) Swap
An RFQ swap is between you and a remote server, with price automatically provided by a maker that you may choose to take. RFQ is only available for USDT and USDC on Linea testnet. To perform an RFQ swap you must hold a balance in one of either USDT or USDC to proceed.

![RFQ](../../assets/airswap/airswap-rfq.png)

1. Ensure your wallet is connected and the "Linea-Goerli" network is selected.
2. Select USDT and USDC (or vice-versa) tokens.
3. Input an amount up to 100 USDT or USDC.
4. Review the terms and click "Take" to take the order.
5. Click on your wallet on the top right to track the transaction.
6. Once complete the tokens will have been swapped.

## Join us on Discord
If you have any issues trying out AirSwap on Linea join our Discord server at https://discord.com/invite/ecQbV7H.