> For the complete documentation index, see [llms.txt](https://docs.defi.app/knowledge-base/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.defi.app/knowledge-base/ko/reference/intent-swaps.md).

# 의도 기반 스왑 및 실행

디파이 앱은 의도 기반 트랜잭션 모델을 사용하여, 사용자가 브리지나 유동성 풀을 직접 선택하지 않고도 원하는 결과를 지정할 수 있게 합니다(예: “최적 경로로 1 ETH를 USDC로 스왑”). 이 방식은 복잡한 라우팅 결정을 추상화하여 사용자 경험과 실행 효율성을 개선합니다.

우리의 트랜잭션 애그리게이터는 여러 체인과 프로토콜 전반에서 최적의 유동성 소스를 동적으로 탐색하며, 오프체인 오더 플로우를 활용해 실행을 간소화합니다.

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

## 작동 방식

온체인 유동성 소스를 통해 직접 트랜잭션을 실행하는 대신, 디파이 앱의 의도 기반 모델은 실행을 솔버(릴레이어라고도 함)에게 위임합니다. 솔버는 유동성 상황, 가스비, 실행 확률을 바탕으로 스왑에 가장 적합한 경로를 결정합니다.

***

## 지원하는 거래소

디파이 앱은 다음 거래소를 사용한 스왑 실행을 지원합니다:

* 0x
* 1inch
* Bebop
* DeBridge
* DODO
* Enso
* Jupiter
* Odos
* OpenOcean
* Paraswap
* Relay
* Stable

***

## 장점

**최적화된 라우팅:** 오프체인 솔버가 최적의 실행 경로를 동적으로 선택합니다.

**향상된 신뢰성:** 사용자는 API 장애나 유동성 분절을 걱정할 필요가 없습니다.

**가스 효율성:** 1inch Fusion과 같은 일부 의도 기반 스왑은 가스비 없는 실행을 제공합니다.


---

# 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.defi.app/knowledge-base/ko/reference/intent-swaps.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.
