# SarosSwap에서 스왑하는 방법

## 1. Solana Wallet 설치

현재 사용자는 Saros Wallet, Coin98 Wallet, Phantom 등의 인기 지갑 앱을 사용하여 Saros에 연결할 수 있습니다.

스왑 기능을 사용하려면 멀티체인 또는 Solana 지갑을 다운로드 및 설정해야 합니다.

지갑 다운로드 및 설정 가이드([guide on Download and set up wallet](/kr/saros-amm/faqs/connect-the-wallet-to-saros.md))를 참고하시기 바랍니다.

### Gas fee and SPL standard

Saros Finance는 **Solana 네트워크**에서 운영되므로 SPL 표준 토큰만 스왑할 수 있다는 점에 유의해야 합니다.**SarosSwap**은 트랜잭션 수수료로 **SOL(SPL 표준)**&#xC744; 사용합니다. 따라서 Saros에서 스왑을 진행하기 전에 SOL을 준비해야 합니다.

**--> 모든 준비가 완료되었습니다. 이제 시작해봅시다.**

## 2. 스왑 하는 방법

**Step 1**:  [SarosSwap](https://saros.finance/swap) 에 접속합니다. 화면 우측 상단의 **Connect Wallet**을 클릭하고, 지갑 제공업체를 선택하여 연결합니다.

<figure><img src="/files/NOWMLrLeTO8GxuPZW7i3" alt=""><figcaption></figcaption></figure>

**Step 2**: 거래를 진행하려면 몇 가지 정보를 입력해야 합니다:

* 리스트에서 거래할 토큰을 선택합니다.
* 예시는 **SOL/C98** 페어를 보여줍니다.

<figure><img src="/files/ktYtnpCCLixbpxzomUO7" alt=""><figcaption></figcaption></figure>

{% hint style="info" %}
**참고:**

각 토큰 앞의 하얀색 하트 아이콘을 클릭하여 즐겨찾기 토큰을 추가할 수 있습니다. 하트가 보라색으로 변하면 성공적으로 추가된 것이며, 추가된 토큰은 검색창 아래의 즐겨찾기 목록에 표시됩니다.
{% endhint %}

<figure><img src="/files/zeKlkh4i6IsJeGZqK75M" alt=""><figcaption><p>즐겨찾기 토큰 추가: 하얀색 하트 아이콘을 클릭해 보라색으로 바꿉니다.</p></figcaption></figure>

{% hint style="info" %}
*2. 즐겨찾기 토큰 제거::*

* *즐겨찾기 목록에서 삭제할 토큰을 선택한 후 X 버튼을 클릭합니다.*
* *또는 보라색 하트 아이콘을 다시 클릭하여 하얀색으로 바꿉니다.*
  {% endhint %}

<figure><img src="/files/TOeaIrmHzVCygHaZHiD5" alt=""><figcaption><p>Remove favorite tokens: Click the X button.</p></figcaption></figure>

**Step 3:** 거래할 수량을 조정한 뒤 **Swap**을 클릭하여 완료합니다.

{% hint style="info" %}
**참:** 화면 우측 상단의 톱니바퀴 아이콘을 클릭하여 슬리피지 허용 범위를 조정할 수 있습니다. 기본값은 0.5%로 설정되어 있습니다.
{% endhint %}

<figure><img src="/files/ymj0l7XisIou9bJLKUST" alt=""><figcaption></figcaption></figure>

**Step 4**: 미리보기 화면에서 시스템이 소액의 수수료를 계산합니다. **Confirm**을 클릭하여 거래를 완료합니다.

{% hint style="info" %}
**참**: 거래 전에 표시되는 정보를 반드시 주의 깊게 확인해야 합니다. 예를 들어, 예상 수령 금액, 예상 가스 수수료, 가격 영향(시장 가격과 SarosSwap에서 제공하는 예상 가격의 차이) 등이 있습니다.
{% endhint %}

<figure><img src="/files/umQi9PeLsTardPdXlb7s" alt=""><figcaption></figcaption></figure>

**Step 5:** 시스템이 처리할 수 있도록 몇 분 정도 기다립니다. 처리가 성공적으로 완료되면 시스템이 알림을 표시합니다.

{% hint style="info" %}
**참고:** "View Transaction"을 클릭하면 Solscan.io를 통해 해당 거래에 관한 모든 정보를 확인할 수 있습니다.
{% endhint %}

<div align="center"><img src="/files/3M4onbbfiBVNEbmNpMAz" alt=""></div>


---

# 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.saros.xyz/kr/saros-amm/swap/swap-on-sarosswap.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.
