> 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/welcome-to-pancakeswap/how-to-guides/get-started-aptos/connection-guide.md).

# Connect Your Wallet to PancakeSwap

![](/files/yZqw2rzyVotA67ON5geG)

## Connect your wallet

<figure><img src="/files/XWLxtkQ8NnJWw9kjPeXx" alt=""><figcaption></figcaption></figure>

1. Click "Connect Wallet" on the top-righthand corner.
2. For most of the browser extension wallets, simple select their icon, and follow the instruction in the pop-up window.
3. For Blocto, please use your Email address to register or sign in. To learn more, please check out [here](/welcome-to-pancakeswap/how-to-guides/get-started-aptos/wallet-guide.md).

{% hint style="danger" %}
**Remember - NEVER, under any situation, should you ever give someone your private key or recovery phrases.**
{% endhint %}

## **Connect to Aptos Mainnet**

Aptos has multiple networks, including multiple devnets and testnets. But to use PancakeSwap on Aptos Chain, please be sure your wallet is connected to **Aptos Mainnet**.

Here's how:

{% tabs %}
{% tab title="Petra" %}
![](/files/XZcDSA6XgkccxJmPJYJs)
{% endtab %}

{% tab title="Martian" %}
![](/files/Fife3j72tjnJa5cZGFOF)
{% endtab %}

{% tab title="Pontem" %}
![](/files/vZoWHGYLfych3xYATL6K)
{% endtab %}

{% tab title="Fewcha" %}
![](/files/CcG0JUKQxUb68L8j2DkZ)
{% 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/welcome-to-pancakeswap/how-to-guides/get-started-aptos/connection-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.
