> 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-1/undefined.md).

# 용어정리

1. **슬리피지(Slippage)** \
   체결 오차로 인해 원하는 가격과 다른 가격으로 거래가 체결된 경우의 가격 차이
2. **Maximum amount to bridge** \
   브릿지 가능한 최대 수량
3. **Minimum amount to bridge** \
   브릿지 가능한 최소 수량
4. **Source chain hash** \
   From chain의 해시
5. **Target chain hash** \
   To chain의 해시
6. **Price Impact**\
   Price Impact는 기본 자산 쌍의 시장 가격에 대한 사용자 개별 거래의 영향입니다. 풀 / AMM(Automated Market Maker) 의 유동성 규모와 직접적인 관련이 있습니다.

   주어진 가격에서 풀의 유동성이 크다면 주어진 스왑 크기에 대한 Price Impact가 낮아지고, 풀의 유동성이 충분하지 않다면 Price Impact가 커집니다.


---

# 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-1/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.
