# Quick Start

## For Traders

1. Use the official website or Telegram bot.
2. Connect a compatible PEARL wallet and an EVM wallet on Arbitrum One.
3. Verify the escrow contract before signing any transaction.
4. Create or take an order.
5. Follow the lifecycle in My Swaps, including claim and refund timers.

Buyer USDC is locked in the OTC smart contract. Sellers claim USDC from the contract when eligible. If a flow does not complete, refund paths become available according to the contract rules.

## Mainnet Values

| Item                | Value                                                                                   |
| ------------------- | --------------------------------------------------------------------------------------- |
| EVM network         | Arbitrum One, chain id `42161`                                                          |
| Escrow              | `0xE0651f6E900a2DbB5FEc01e84d5eA082D83576EE`                                            |
| USDC                | `0xaf88d065e77c8cC2239327C5EDb3A432268e5831`                                            |
| Seller-side fee     | 200 bps, equal to 2%                                                                    |
| Buyer protocol fee  | 0%                                                                                      |
| Seller claim window | About 2 hours in the current production flow                                            |
| Verified contract   | [Arbiscan](https://arbiscan.io/address/0xE0651f6E900a2DbB5FEc01e84d5eA082D83576EE#code) |

## For Integrators

Use the public API reference for token, market, and swap data. Internal deployment variables, storage details, and operator runbooks are intentionally not included in the public GitBook.


---

# 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/readme/quick-start.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.
