# User Guides

Pearl Wallet is a non-custodial wallet for PEARL, PRC20 assets, and dApp approvals. Users control their own wallet material and should keep seed phrases private.

## Install And Set Up

1. Install the official wallet build.
2. Create or import a wallet.
3. Back up the seed phrase privately.
4. Confirm the active network.
5. Use the wallet to connect to the OTC Web App when needed.

Only use official wallet software. Support will never ask for your seed phrase or private key.

## Send And Receive PEARL

* Use **Deposit** or **Receive** to view your address.
* Verify the address before sending.
* Send a small test transaction when using a new wallet or address.
* Wait for confirmation and indexing before assuming balances are final.

## PRC20 Assets

PRC20 balances are derived from indexed Pearl chain activity. If a token does not appear immediately, refresh and allow time for confirmations and indexing.

## Connect To The OTC Web App

1. Open the official Black Pearl Market website.
2. Approve the wallet connection in Pearl Wallet.
3. Review every request before signing.
4. Keep the wallet unlocked only while needed.

The web app may also require an EVM wallet on Arbitrum One for USDC escrow transactions.

## During Active Swaps

Do not clear browser or wallet data during an active swap unless you understand the recovery path. If the UI appears stale, use My Swaps, refresh, and save public transaction hashes before contacting support.

## Safety Checklist

* Use official links only.
* Back up your seed phrase offline.
* Never share private keys.
* Verify destination addresses.
* Confirm transaction amounts.
* Keep your browser and wallet updated.


---

# 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://docs.blackpearlmarket.com/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.
