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

# 소개

## 바이프로스트 크로스체인 스왑(CrossChain Swap)

### 크로스체인 스왑이란 무엇인가요?

크로스체인 스왑(CrossChain Swap)은 서로 다른 네트워크의 토큰을 전송하고 받을 수 있는 DEX 애그리게이터(aggregator) 서비스입니다.

[바이프로스트의 크로스체인 스왑](https://crosschain-swap.com/) 서비스는 토큰을 교환하는 복잡한 다단계 프로세스를 단순화하여, 각 단계별 맞춤 기능을 지원합니다. 사용자는 같은 네트워크의 토큰 사이에서는 최적의 스왑 기능을, 다른 네트워크의 토큰 사이에서는 최적의 브릿지와 스왑을 단계별로 사용할 수 있습니다. 단순히 같은 네트워크의 최적 스왑 용도로 사용하셔도 되지만, 특히 다른 블록체인 네트워크 간에 거래에서 편리함과 더 큰 기회를 가져다줍니다.

#### 지원하는 네트워크(Supported networks)

현재 바이프로스트 크로스체인 스왑 서비스가 지원하는 네트워크는 다음과 같습니다.

| 네트워크 목록                         |
| ------------------------------- |
| 이더리움(Ethereum Mainnet)          |
| BNB 체인(BNB Smart Chain Mainnet) |
| 폴리곤(Polygon Mainnet)            |
| 바이프로스트(BIFROST Mainnet)         |
| 클레이튼(Klaytn Mainnet Cypress)    |
| 아비트럼(Arbitrum One Mainnet)      |
| 아발란체(Avalanche C-Chain Mainnet) |
| 베이스(Base Mainnet)               |
| 코어(Core Blockchain Mainnet)     |


---

# 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, and the optional `goal` query parameter:

```
GET https://docs.bifrostnetwork.com/crosschain-swap/undefined/undefined.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
