> For the complete documentation index, see [llms.txt](https://docs.pampdacoin.xyz/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.pampdacoin.xyz/pamp-da-wallet/how-to-use/faq.md).

# FAQ

## Which device can see Pamp Da profile?

Both Android and iOS devices can view the Pamp Da profile, you just need to turn on NFC function and scan the card to view the profile.&#x20;

However, only Android devices can edit profile.&#x20;

## What if I don't want to show my personal information in the profile?&#x20;

If you don't want to display your personal information, you can leave it blank.&#x20;

All information in the Pamp Da profile (except for the wallet address, which is fixed and always displayed) is optional. You can freely modify and decide which information to provide and which to leave blank.

## I bought a Pamp Da Wallet card, does the development team have my private key?

Absolutely not!&#x20;

Pamp Da Wallet is a Hard wallet or Cold wallet. For Hard wallets, the private key is directly on the card, and no one can have your private key unless they have the card. Therefore, be sure to handle the card with care.

In addition, the wallet address of Pamp Da Wallet will only be generated after you successfully activate the card, and activating the card only creates the wallet address, not the private key.

## Why can't I perform trading operations on iPhone?&#x20;

That's because iOS does not support cryptocurrency trading operations on Pamp Da Wallet.&#x20;

All trading operations on the wallet as well as editing the profile can only be done on Android devices that support NFC function.

## What will happen if I lose the card?&#x20;

The physical card is the most important asset of Pamp Da Wallet. The card contains all the information in the Pamp Da profile, and most importantly, it holds your private key.&#x20;

Anyone with the card has full access, can use it, and can perform trading on the wallet address of Pamp Da Wallet.

In summary, the physical card of Pamp Da Wallet is crucial because all actions of Pamp Da Wallet are carried out through the card.

## What support can the Pamp Da Coin team offer me if I lose the card?&#x20;

Well, all we can probably do is say "We're sorry."&#x20;

We have no authority to intervene in the Pamp Da Wallet card. Therefore, if you lose the card, we cannot deactivate the lost card or restore it.

So, once again, it's crucial to emphasize the importance of safely storing your card.


---

# 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.pampdacoin.xyz/pamp-da-wallet/how-to-use/faq.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.
