> For the complete documentation index, see [llms.txt](https://docs.handle.fi/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.handle.fi/korean/platform-functions.md).

# Platform Functions

- [handle 유동성 풀 (hLP)](https://docs.handle.fi/korean/platform-functions/handle-hlp.md)
- [시작하기](https://docs.handle.fi/korean/platform-functions/undefined.md): 분산형 거래소인 handle.fi는 그 기능을 활용하기 전에 지갑을 연결해야 합니다.
- [거래](https://docs.handle.fi/korean/platform-functions/undefined-1.md): FX, 암호화폐 및 기타 합성 자산에서 레버리지 파생 상품 거래
- [자산](https://docs.handle.fi/korean/platform-functions/undefined-1/undefined.md): handle.fi에서 거래되는 모든 자산은 합성 쌍입니다.
- [무역 방법](https://docs.handle.fi/korean/platform-functions/undefined-1/undefined-1.md)
- [convert](https://docs.handle.fi/korean/platform-functions/convert.md): exchange between multicurrency stablecoins
- [how to convert](https://docs.handle.fi/korean/platform-functions/convert/how-to-convert.md)
- [borrow](https://docs.handle.fi/korean/platform-functions/mint.md): mint fxTokens using ETH and more..
- [CDP vaults and collateral](https://docs.handle.fi/korean/platform-functions/mint/vaults.md): vaults and acceptable assets to secure the minting of fxTokens
- [CDP liquidations](https://docs.handle.fi/korean/platform-functions/mint/liquidations.md): vault liquidation to ensure maintenance of system c-Ratios
- [fxKeeper](https://docs.handle.fi/korean/platform-functions/mint/keeper-pools.md): fxToken liquidity pools for rapid vault liquidations
- [repay](https://docs.handle.fi/korean/platform-functions/mint/burn.md): repay fxTokens to release staked collateral
- [how to borrow](https://docs.handle.fi/korean/platform-functions/mint/mint.md): borrow in multi-currency stablecoins by minting fxTokens
- [earn](https://docs.handle.fi/korean/platform-functions/stake.md): provide protocol liquidity and earn rewards
- [how to earn](https://docs.handle.fi/korean/platform-functions/stake/how-to-earn.md)
- [bridge](https://docs.handle.fi/korean/platform-functions/bridge.md): move tokens easily and rapidly across chains
- [liquidity pools](https://docs.handle.fi/korean/platform-functions/pool.md): provide fxToken liquidity to earn rewards
- [curve handle3pool](https://docs.handle.fi/korean/platform-functions/pool/curve-handle3pool.md)
- [curve handleFRAXBP](https://docs.handle.fi/korean/platform-functions/pool/curve-handlefraxbp.md)
- [FOREX pools](https://docs.handle.fi/korean/platform-functions/pool/forex-pools.md)
- [fxToken - FX liquidity pools](https://docs.handle.fi/korean/platform-functions/pool/fxtoken-fx-liquidity-pools.md)
- [fees & collateral parameters](https://docs.handle.fi/korean/platform-functions/fees.md): summary of fees charged by the handle.fi protocol
- [protocol fee distributions](https://docs.handle.fi/korean/platform-functions/fees/fee-distributions.md)
- [definitions](https://docs.handle.fi/korean/platform-functions/definitions.md)


---

# 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.handle.fi/korean/platform-functions.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.
