> For the complete documentation index, see [llms.txt](https://docs.pancakeswap.finance/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.pancakeswap.finance/chinese/huan-ying-lai-dao-pancakeswap/how-to-guides/get-started-aptos/aptos-coin-guide.md).

# 获取 Aptos Coin

![](https://raw.githubusercontent.com/pancakeswap/pancake-document/en/.gitbook/assets/how-to-get-aptos-coins-header.png)

{% hint style="info" %}
本指南涵盖了主流代币的主要 Aptos 跨链服务。如需在 Aptos 与 BNB Smart Chain 之间跨链 CAKE，请使用 [PancakeSwap Aptos Bridge](https://bridge.pancakeswap.finance/aptos)。
{% endhint %}

Aptos 链的原生代币是 **Aptos Coin (APT)**。

要在 Aptos 链上完成大多数操作，你需要支付 gas，而 gas 以 APT 的形式支付。

你还需要准备好想在 Aptos 链上交易或质押的代币。将你的资产带到 Aptos 链有几种方式，以下是我们推荐的几种：

{% tabs %}
{% tab title="🌉 Aptos Bridge" %}
[**Aptos Bridge - LayerZero**](https://theaptosbridge.com/bridge)

* Aptos Bridge 允许你将主流代币和稳定币跨链到 Aptos
* 支持“目标链 gas”——接收少量 Aptos Coin (APT) 作为 gas，开启你的 Aptos 链之旅
* **⚠️ 注意：目前资产在跨链时会被封装。** **（标记为“LayerZero”）**\
  在跨链你的代币之前，请务必仔细核对代币列表，确认你正在交易的是哪个封装版本的代币。
  {% endtab %}

{% tab title="🌉 cBridge" %}
[**cBridge**](https://cbridge.celer.network/1/12360001/)

* cBridge 允许你将主流代币和稳定币跨链到 Aptos
* **⚠️ 注意：目前资产在跨链时会被封装。** **（标记为“Celer”）**\
  在跨链你的代币之前，请务必仔细核对代币列表，确认你正在交易的是哪个封装版本的代币。

**📖** [**Celer 提供的 cBridge 教程**](https://cbridge-docs.celer.network/tutorial/cross-chain-transfer)
{% endtab %}

{% tab title="🌉 Wormhole" %}
[**Wormhole - Portal Token Bridge**](https://www.portalbridge.com/#/transfer)

* Portal Token Bridge 允许你将主流代币和稳定币跨链到 Aptos
* **⚠️ 注意：资产在跨链时会被封装。** **（标记为“Wormhole”）**\
  在跨链你的代币之前，请务必仔细核对代币列表，确认你正在交易的是哪个封装版本的代币。

[**📖 Wormhole 提供的教程**](https://docs.wormhole.com/wormhole/video-tutorial-how-to-use-portal)
{% endtab %}

{% tab title="🥞 CAKE 跨链" %}
如需在 Aptos 与 BNB Smart Chain 之间跨链 CAKE 代币，请使用 [PancakeSwap Aptos Bridge](https://bridge.pancakeswap.finance/aptos)。查看[指南](/chinese/huan-ying-lai-dao-pancakeswap/how-to-guides/get-started-aptos/cake-bridging-guide.md)了解如何使用它。
{% endtab %}

{% tab title="💰 Binance.com" %}
[**Binance.com**](https://www.binance.com/en/)

* 你可以通过你的 Binance 账户在 Aptos 链上提取 Aptos Coin (APT)。
* **⚠️ 目前仅支持 Aptos Coin (APT)。如需跨链其他资产，请查看上方其他可用的跨链选项。**
* **⚠️ 你需要有一个账户才能这样做。**

📖 [这是他们制作的一份快速指南，帮你完成操作。](https://www.binance.com/en/support/faq/85a1c394ac1d489fb0bfac0ef2fceafd)
{% endtab %}
{% endtabs %}


---

# 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.pancakeswap.finance/chinese/huan-ying-lai-dao-pancakeswap/how-to-guides/get-started-aptos/aptos-coin-guide.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.
