> 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/readme.md).

# 製品概要

![](https://raw.githubusercontent.com/pancakeswap/pancake-document/en/.gitbook/assets/intro-header.png)

{% hint style="success" %}
**PancakeSwapは、あなたの暗号資産を最大限に活用するための3つの方法を提供しています：**

**取引、稼ぐ、そして勝つ。**
{% endhint %}

## 取引

> 暗号資産トークンを即時にスワップできます：登録やアカウントは不要です。

### みんなの選択

PancakeSwapは主要な分散型取引所です。BNB Chain、Ethereum、Solana、Base、Arbitrum、Aptos、ZKsync、Linea、Monad、opBNBの10チェーンで利用可能で、市場最高の取引量を誇ります（参考：[1](https://www.coingecko.com/en/exchanges/decentralized) [2](https://coinmarketcap.com/rankings/exchanges/dex/)）。

### 低手数料

なぜ余分に支払う必要があるのでしょうか？\
取引手数料は他のトップ分散型取引所よりも低く設定されており、あなたにとって大変お得です！

### 分散型

ウォレットアプリから直接取引できます。\
BinanceやCoinbaseのような中央集権型取引所とは異なり、PancakeSwapは取引時にあなたの資金を保有しません：**あなたは自分の暗号資産を100%所有しています**。

## 稼ぐ

> 超高金利でCAKEやその他のトークンを無料で獲得できます。

### シロッププールでトークンを獲得

CAKEをステーキングして、無料トークンを獲得しましょう。本当にそれだけです。\
現在のCAKEホルダーは、主要プロジェクトから毎週数千万ドル相当の無料トークンを獲得しています。新しいプロジェクトが頻繁に参加しているため、より多く、より長く稼ぎ続けることができます。

### イールドファーミングでCAKEを獲得

LPトークンをステーキングして、CAKEを獲得しましょう。シロッププールと比べて市場変動へのエクスポージャーが若干高くなりますが、リスクを相殺するためにより高いAPRを獲得できます。

### 取引手数料を獲得

ファームがなくても問題ありません。ファームページで取引ペアがサポートされていない場合でも、流動性プール（LP）にトークンをステーキングすることで取引手数料を獲得できます。

## 勝つ

> PancakeSwapは資産形成を楽しくします。

### 宝くじ

PancakeSwapの宝くじでは、定期的に**数百万ドル**が賞金として用意されます。\
**毎日最大11,000人のプレイヤー**と一緒に、大賞を狙いましょう！

### 予測

BNB、BTC、またはETHの価格が上がるか下がるかを予測しましょう。5分ごとに新しいラウンドが始まります！

## PancakeSwapは安全ですか？

### ご自身で確認してください：

PancakeSwapのセキュリティ監査は[こちら](/japanese/pancakeswapheyoukoso/audits.md)からご確認いただけます。

### 透明性：

* オープンソースソフトウェアで構築されています：最大限の透明性を確保するため、サイトとすべてのスマートコントラクトが公開されています。
* コントラクトはBscScanで検証済みであるため、表示されている内容がそのまま実際のものであることをご確認いただけます：[1](https://bscscan.com/address/0x10ED43C718714eb63d5aA57B78B54704E256024E) [2](https://bscscan.com/address/0x73feaa1ee314f8c655e354234017be2193c9e24e#code) [3](https://bscscan.com/address/0xbcfccbde45ce874adcb698cc183debcf17952812) [4](https://bscscan.com/address/0x1b96b92314c44b159149f7e0303511fb2fc4774f#code) [5](https://bscscan.com/address/0x92E8CeB7eAeD69fB6E4d9dA43F605D2610214E68)

### セキュリティのベストプラクティス：

* 開発チームはすべてのコントラクトにマルチシグを使用しています。
* コントラクトのタイムロックにより、安心してご利用いただけます。

**楽しそうですね？**\
**さあ、始めましょう！** 🐰 🥞

***


---

# 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/readme.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.
