# Create a wallet

To get started on your Tapp Exchange journey on Aptos, the first thing you'll need is to set up a wallet that supports Aptos Chain. Wallets are available both on desktop computers and on smartphone devices. You'll need to choose the wallet that fits your needs best.

> **🟢 When you're setting up a wallet, be sure to:**

✅ Download and install only the latest version from an official source.

✅ Follow the setup guide carefully.

✅ Safely back up your recovery phrases.

❌ NEVER share your recovery phrases with anyone, under any circumstances.

❌ NEVER input your recovery phrase to a website or app, other than your wallet app.

{% tabs %}
{% tab title="Petra Wallet" %}
Petra Wallet - A web3 wallet to explore Aptos

**Pros:**

* **Self-Custody:** Petra Wallet is a non-custodial wallet, meaning users have full control over their private keys and assets.
* **Aptos Ecosystem Integration:** It's designed to work seamlessly with the Aptos blockchain, allowing users to store, transact, and interact with dApps.
* **Security Features:** Petra encrypts keys and mnemonics on the user's device and offers features like key management and transaction signing.
* **User-Friendly Interface:** Many users find Petra Wallet easy to use, even for staking and navigating the Aptos network.
* **Built-in Swaps:** Some users appreciate the convenience of performing token swaps directly within the wallet.

**Cons:**

* **Responsibility for Seed Phrase:** As a non-custodial wallet, Petra users are solely responsible for securely storing their seed phrase. Losing it can result in permanent loss of funds.
* **Potential for Bugs:** Some users have reported bugs in the app, particularly after updates, which can hinder access to accounts and display transaction history.
* **Limited Features:** While Petra offers core functionality, some users may find it lacks certain features found in other wallets.
* **No Mobile App (at times):** While Petra has a mobile app, at times, certain features like NFT sending might be limited on mobile.
* **Customer Support:** Some users have reported difficulties reaching customer support for assistance.
  {% endtab %}

{% tab title="OKX Wallet" %}
**Pros:**

* **Multi-chain Support:** Manages assets across 100+ networks (Ethereum, Solana, etc.), simplifying multi-chain use.
* **Non-Custodial:** You control your private keys, ensuring full ownership of funds.
* **Web3 Integration:** Seamless access to dApps, DeFi, and NFTs.
* **User-Friendly:** Intuitive interface for easy navigation.
* **Low Fees:** Primarily network fees for transactions; no deposit fees.
* **Security:** Robust measures like 2FA, multi-sig, and regular audits.
* **Accessibility:** Available as mobile app and browser extension.
* **Earning Potential:** Opportunities for staking, saving, and DeFi yields.

**Cons:**

* **Learning Curve:** Feature-rich environment might be complex for beginners.
* **Customer Support:** Mixed reviews on responsiveness and quality.
* **Centralized Affiliation:** While non-custodial, its link to OKX exchange may concern some.
* **Regional Restrictions:** Not available in certain countries (e.g., USA).
* **Potential for Glitches:** Occasional software bugs or issues reported by users.
  {% endtab %}
  {% endtabs %}


---

# 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://tapp-exchange.gitbook.io/tapp-exchange/user-guides/create-wallet.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.
