> 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/japanese/pancakeswapheyoukoso/how-to-guides/get-started-aptos/aptos-coin-guide.md).

# Aptosコインを入手する

![](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をBridgeする場合は、[PancakeSwap Aptos Bridge](https://bridge.pancakeswap.finance/aptos)をご利用ください。
{% endhint %}

Aptosチェーンのネイティブトークンは\*\*Aptos Coin（APT）\*\*です。

Aptosチェーン上でほとんどの操作を行うには、APTの形式でガス代を支払う必要があります。

また、Aptosチェーンで取引またはステーキングしたいトークンも必要です。アセットをAptosチェーンに持ち込む方法はいくつかありますが、以下のものを推奨しています。

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

* Aptos Bridgeを使用すると、主要トークンやステーブルコインをAptosにブリッジできます
* 「ガス・オン・デスティネーション」対応 — Aptosチェーンでの最初のガス代として少量のAptos Coin（APT）を受け取ることができます
* **⚠️ 注意：現在、ブリッジされたアセットはラップされます。**（**「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 Bridging" %}
AptosとBNB Smart Chain間でCAKEトークンをBridgeするには、[PancakeSwap Aptos Bridge](https://bridge.pancakeswap.finance/aptos)をご利用ください。使い方については[ガイド](/japanese/pancakeswapheyoukoso/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/japanese/pancakeswapheyoukoso/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.
