# 入门指南

## 总览概述

以下以最简单的方式说明如何通过[冰淇淋](/zh/overview.md)平台赚钱。您可以选择跳过某些步骤或点击相应链接获得更多信息。另请阅读我们整理的[常见问题](/zh/faqs.md)。

:digit\_one: 在[钱包](/zh/get-started/setup-wallet.md)中新建或导入一个现有账户 (如 [MetaMask](/zh/get-started/setup-wallet/metamask.md))\
&#x20;    :heavy\_check\_mark: 如果您使用 [TrustWallet](https://trustwallet.com)，请参考[我们的教程](https://youtu.be/gsBRluZJuV4)来导入到 [MetaMask](/zh/get-started/setup-wallet/metamask.md)

:digit\_two: 在[钱包](/zh/get-started/setup-wallet.md)中添加 [CORE](https://coredao.org/) 区块链的[冰淇淋 RPC](/zh/get-started/rpc.md)\
&#x20;    :heavy\_check\_mark: 可从平台界面[直接添加](/zh/get-started/rpc.md#add)

:digit\_three: 切换到 CORE 区块链

:digit\_four: 购买 [ICE 代币](/zh/intro/ice.md)\
&#x20;    :heavy\_check\_mark: 如果您在 CORE 上有其他代币，用[冰淇淋兑换](/zh/dex/swap.md)来[兑换](https://icecreamswap.com/swap)成 ICE 代币\
&#x20;    :heavy\_check\_mark: 如果您在[币安智能链](https://www.bnbchain.org/en/smartChain)上有 USDT 代币，首先通过[冰淇淋跨链桥](/zh/dex/bridge.md)完成[跨链](https://bridge.icecreamswap.com)到 CORE，然后再[兑换](https://icecreamswap.com/swap)成 ICE 代币。

:digit\_five: [提供](https://icecreamswap.com/liquidity)一对 (ICE代币和任一其他代币) 作为[流动性](/zh/dex/liquidity.md)，获得 [LP 代币](/zh/dex/liquidity.md#lp-tokens)\
&#x20;    :heavy\_check\_mark: 赚取交易费

:digit\_six: 将 [LP 代币](/zh/dex/liquidity.md#lp-tokens)通过[农场](https://icecreamswap.com/farms)质押给[冰淇淋农场](/zh/dex/farm.md)\
&#x20;    :heavy\_check\_mark: 赚取交易费同时获得高额 ICE 代币奖励

:digit\_seven: 收割 ICE 代币奖励，重复步骤 :digit\_five: 和 :digit\_six:，复利以赚得更多:money\_with\_wings:

:digit\_eight: 或[质押](https://icecreamswap.com/pools)单一代币给[冰淇淋质押](/zh/dex/staking.md)\
&#x20;    :heavy\_check\_mark: 赚取免费代币

## 使用指南

:moneybag: [如何连接钱包](/zh/get-started/setup-wallet.md)\
:stars: [如何添加冰淇淋 RPC](/zh/get-started/rpc.md)\
:icecream: [如何购买 ICE 代币](/zh/intro/ice.md)\
:arrows\_clockwise: [如何兑换代币](/zh/dex/swap.md)\
:twisted\_rightwards\_arrows: [如何添加或移除流动性](/zh/dex/liquidity.md)\
:tractor: [如何使用农场](/zh/dex/farm.md)\
:fountain: [如何使用质押](/zh/dex/staking.md)\
:bridge\_at\_night: [如何使用跨链桥](/zh/dex/bridge.md)\
:bar\_chart: [如何获得统计数据](/zh/dex/info.md)\
:family: [如何加入社区](/zh/intro/join-us.md)\
:question: [如何获得更多信息](/zh/faqs.md)


---

# Agent Instructions: 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:

```
GET https://wiki.icecreamswap.com/zh/how-it-works.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
