> For the complete documentation index, see [llms.txt](https://docs.blackpearlmarket.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.blackpearlmarket.com/readme.md).

# Introduction

Black Pearl Market is a non-custodial OTC marketplace and public infrastructure layer for PEARL and PRC20 assets. It combines contract-based USDC escrow, indexer-powered market state, wallet-native trading, and Telegram-assisted workflows to make PEARL trading clearer and easier to follow.

## What Black Pearl Market Provides

* A professional OTC marketplace for PEARL and PRC20 ecosystem assets.
* 0% buyer protocol fee, with normal network gas still separate.
* Seller-side protocol fee accounting through the escrow lifecycle.
* Buyer USDC locked in the OTC smart contract, not sent directly to the seller.
* No user-facing co-sign flow required for the primary settlement model.
* Bot-Assisted Orders and Manual Orders using the same protocol.
* Transparent claim, cancel, and refund paths.
* Optional mobile action alerts for linked wallets.
* Official explorer links, verified addresses, and public APIs.

## Official Links

* Website: [blackpearlmarket.com](https://blackpearlmarket.com)
* PRC20: [prc20.blackpearlmarket.com](https://prc20.blackpearlmarket.com)
* PRC20 Explorer: [explorer.blackpearlmarket.com](https://explorer.blackpearlmarket.com)
* OTC marketplace: [otc.blackpearlmarket.com](https://otc.blackpearlmarket.com)
* Alerts: [alerts.blackpearlmarket.com](https://alerts.blackpearlmarket.com)
* X / Twitter: [@BlackPearlMkt](https://x.com/BlackPearlMkt)
* Telegram community: [BlackPearlMkt](https://t.me/BlackPearlMkt)
* Telegram bot: [BlackPearlMarket\_bot](http://t.me/BlackPearlMarket_bot)
* Verified escrow: [Arbiscan](https://arbiscan.io/address/0xE0651f6E900a2DbB5FEc01e84d5eA082D83576EE#code)

Use only official links. Support will never ask for your seed phrase or private key.

## Built For The PEARL Ecosystem

Black Pearl Market is independent ecosystem tooling for PEARL and PRC20 assets. Users can trade, deposit, withdraw, and track PEARL through compatible wallets, the web app, and Telegram-assisted flows.

Black Pearl Market is independent and is not endorsed by or officially associated with Pearl Research Labs, Pearl Compute, Black Pearl Compute LLC, Cipher Mining, or any similarly named entity unless explicitly stated through official channels.

## Growth, Referrals, And Leaderboard

Users can share referral links, follow referral activity, and compare completed trading activity on the volume leaderboard. Referral claiming is paused until final public rules are published.

Points are participation metrics. They are not tokens, equity, or guaranteed financial rewards unless future official rules explicitly state otherwise.

## Start Here

* New users: [Beginner FAQ](/wallet/faq.md)
* Traders: [Quick Start](/readme/quick-start.md) and [OTC User Guide](/wallet/otc.md)
* Telegram users: [Telegram Bot User Guide](/wallet/telegram-bot.md)
* Developers: [Developer Integration Guide](/integration-guide.md), [API Reference](/integration-guide/overview.md), and [Signing Rules](/integration-guide/signing-and-transactions.md)
* Safety: [Verified Addresses](/threat-model/verified-addresses.md)


---

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