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

# What Pearl is

The chain PRL lives on, and what makes it unusual.

Pearl is a layer-1 blockchain with its own coin, **PRL**. Two things about it are worth knowing before you use anything here.

### Mining does something useful

Most proof-of-work chains spend their electricity on a puzzle whose only purpose is to be hard. Pearl's mining is, in the project's own words, "a by-product of arbitrary matrix multiplication": the work miners do is the kind of computation that machine learning runs on, so securing the chain and doing useful computation are the same act. Pearl calls this **Proof of Useful Work**.

### It is built for a post-quantum world

Pearl's transactions and addresses come from the Bitcoin family: the same script rules, the same Taproot-style addresses. On top of that it adds **XMSS**, a signature scheme designed to hold up against quantum computers, and address types that commit to those keys.

That has one consequence you will meet in practice: **only Pearl's own wallets can make a Pearl address correctly**. No other tool, ours included, can derive one for you, which is why Pearl Swap asks you to paste an address rather than making one.

### The pieces

|               |                                                                                                |
| ------------- | ---------------------------------------------------------------------------------------------- |
| **PRL**       | The coin itself, on Pearl                                                                      |
| **Addresses** | Start with `prl1p`. Test networks use `tprl` and `rprl`                                        |
| **Wallets**   | Pearl Wallet (desktop), a web wallet, and Oyster, the wallet daemon that runs alongside a node |
| **Node**      | `pearld`, a full node. Anyone can run one; Pearl Swap's guardians each run their own           |

Pearl's own repository and research paper are the place for the detail: [github.com/pearl-research-labs/pearl](https://github.com/pearl-research-labs/pearl).

### Where Pearl Swap fits

A coin on its own chain has two problems that look separate and are not: it is hard to get, and hard to trade. Pearl Swap is our answer to both. [What Pearl Swap is](/introduction/pearl-swap.md) explains how.


---

# 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.pearlswap.ai/introduction/pearl.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.
