> 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/chinese/platform-functions.md).

# Platform Functions

- [handle流动性池 (hLP)](https://docs.handle.fi/chinese/platform-functions/handle-liu-dong-xing-chi-hlp.md)
- [入门](https://docs.handle.fi/chinese/platform-functions/ru-men.md): 作为一个去中心化的交易所，handle.fi 要求您在利用其功能之前先连接您的钱包。
- [交易](https://docs.handle.fi/chinese/platform-functions/jiao-yi.md): 在外汇、加密货币及更多合成资产上进行杠杆化的衍生品交易
- [资产](https://docs.handle.fi/chinese/platform-functions/jiao-yi/zi-chan.md): handle.fi上交易的所有资产都是合成对。
- [如何交易](https://docs.handle.fi/chinese/platform-functions/jiao-yi/ru-he-jiao-yi.md)
- [convert](https://docs.handle.fi/chinese/platform-functions/convert.md): exchange between multicurrency stablecoins
- [how to convert](https://docs.handle.fi/chinese/platform-functions/convert/how-to-convert.md)
- [borrow](https://docs.handle.fi/chinese/platform-functions/mint.md): mint fxTokens using ETH and more..
- [CDP vaults and collateral](https://docs.handle.fi/chinese/platform-functions/mint/vaults.md): vaults and acceptable assets to secure the minting of fxTokens
- [CDP liquidations](https://docs.handle.fi/chinese/platform-functions/mint/liquidations.md): vault liquidation to ensure maintenance of system c-Ratios
- [fxKeeper](https://docs.handle.fi/chinese/platform-functions/mint/keeper-pools.md): fxToken liquidity pools for rapid vault liquidations
- [repay](https://docs.handle.fi/chinese/platform-functions/mint/burn.md): repay fxTokens to release staked collateral
- [how to borrow](https://docs.handle.fi/chinese/platform-functions/mint/mint.md): borrow in multi-currency stablecoins by minting fxTokens
- [earn](https://docs.handle.fi/chinese/platform-functions/stake.md): provide protocol liquidity and earn rewards
- [how to earn](https://docs.handle.fi/chinese/platform-functions/stake/how-to-earn.md)
- [bridge](https://docs.handle.fi/chinese/platform-functions/bridge.md): move tokens easily and rapidly across chains
- [liquidity pools](https://docs.handle.fi/chinese/platform-functions/pool.md): provide fxToken liquidity to earn rewards
- [curve handle3pool](https://docs.handle.fi/chinese/platform-functions/pool/curve-handle3pool.md)
- [curve handleFRAXBP](https://docs.handle.fi/chinese/platform-functions/pool/curve-handlefraxbp.md)
- [FOREX pools](https://docs.handle.fi/chinese/platform-functions/pool/forex-pools.md)
- [fxToken - FX liquidity pools](https://docs.handle.fi/chinese/platform-functions/pool/fxtoken-fx-liquidity-pools.md)
- [fees & collateral parameters](https://docs.handle.fi/chinese/platform-functions/fees.md): summary of fees charged by the handle.fi protocol
- [protocol fee distributions](https://docs.handle.fi/chinese/platform-functions/fees/fee-distributions.md)
- [definitions](https://docs.handle.fi/chinese/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/chinese/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.
