# Verified Addresses

Always verify addresses and links before interacting. Fake links, copied contracts, and phishing bots can look convincing.

| Item                   | Network          | Address / URL                                                                                                  | Notes                                                           |
| ---------------------- | ---------------- | -------------------------------------------------------------------------------------------------------------- | --------------------------------------------------------------- |
| OTC Escrow Contract    | Arbitrum One     | `0xE0651f6E900a2DbB5FEc01e84d5eA082D83576EE`                                                                   | Verify on Arbiscan before use.                                  |
| OTC Escrow Arbiscan    | Arbitrum One     | [Arbiscan contract](https://arbiscan.io/address/0xE0651f6E900a2DbB5FEc01e84d5eA082D83576EE#code)               | Verified contract link.                                         |
| USDC Token             | Arbitrum One     | `0xaf88d065e77c8cC2239327C5EDb3A432268e5831`                                                                   | Official Arbitrum One USDC token used by the escrow deployment. |
| Protocol Fee Recipient | Arbitrum One     | `0x19b16dAe0d2a34f223E8C18728B1014830Bb236f`                                                                   | Seller-side protocol fee recipient.                             |
| Controlled Acceptor    | Arbitrum One     | `0x92e060172cFfd49798e68e260241B9294bA8d403`                                                                   | Public contract role for eligible Bot-Assisted accept flow.     |
| API Base URL           | Production       | [indexer.blackpearlmarket.com](https://indexer.blackpearlmarket.com)                                           | Public Black Pearl Market API.                                  |
| Pearl RPC URL          | PEARL            | [rpc.blackpearlmarket.com](https://rpc.blackpearlmarket.com)                                                   | Public PEARL network RPC endpoint.                              |
| Website                | Production       | [blackpearlmarket.com](https://blackpearlmarket.com)                                                           | Official frontend and landing page.                             |
| Black Pearl Wallet     | Chrome Web Store | [Chrome listing](https://chromewebstore.google.com/detail/black-pearl-wallet/aeehfhmicladhpigehopdghcodaheddb) | Official wallet extension listing.                              |
| Wallet Privacy Policy  | Public policy    | [GitHub policy](https://github.com/blackpearlweb3-hash/wallet-privacy-policy)                                  | Wallet privacy policy.                                          |
| Telegram Bot           | Telegram         | [BlackPearlMarket\_bot](http://t.me/BlackPearlMarket_bot)                                                      | Official bot username.                                          |
| Telegram Community     | Telegram         | [BlackPearlMkt](https://t.me/BlackPearlMkt)                                                                    | Official community channel.                                     |
| X / Twitter            | Production       | [@BlackPearlMkt](https://x.com/BlackPearlMkt)                                                                  | Official announcements and social updates.                      |

## Safety Checklist

* Never share seed phrases or private keys.
* Support will never ask for wallet recovery material.
* Confirm Arbitrum One before EVM contract actions.
* Verify the contract address before using Write Contract.
* Send a small PEARL test transaction when using a new compatible wallet or address.
* Be careful with copied addresses, search ads, impersonation accounts, and unofficial bots.

Direct contract interaction is an advanced fallback path. Most users should use the web app or Telegram bot when available.


---

# 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/threat-model/verified-addresses.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.
