Log in with Telegram
No wallet connected. Generate or import (same as Telegram bot).
-
Log in and connect a wallet
Log in and connect a wallet
Log in and connect a wallet
Log in and connect a wallet
Log in and connect a wallet
Checking...
Return a lot to your available balance (self-spend). Unlisted lots only.
Log in and connect a wallet
Splits your spendable coins (each > 1 PRL) into several equal coins sent back to your own wallet. More coins means you can mint, buy and sell in parallel instead of waiting on a single UTXO.
PEARLS20 is a wallet and marketplace for PRL-20 tokens on the Pearl blockchain. It is available as a Telegram bot and this web app — same backend and wallets. You can mint, deploy, create transfer lots, list them for sale, and pay in native PRL.
PRL-20 is an inscription-based token standard, similar in spirit to BRC-20 on Bitcoin. Tokens are not smart contracts; instead, JSON operations are inscribed into transactions and the network state is derived by reading those inscriptions in block order. The core operations are:
Each inscription is committed with a two-transaction commit/reveal pattern: a commit transaction locks an anchor output, and a reveal transaction carries the actual JSON payload. Balances only change once the reveal is mined.
Because PRL-20 state is not stored by any contract, the marketplace runs its own indexer that reconstructs balances from the chain:
deploy/mint/transfer inscription and
maintains an in-memory map of address → ticker → balance plus deploy
metadata (max supply, mint limit, total minted).The Top Holders panel and Minted % are computed directly from this indexed state. Legacy escrow listings may still show the escrow address as a holder; new listings use per-seller transfer lots.
Wallets are non-custodial in the sense that each user controls their own keys, but for a frictionless bot/web experience keys are managed server-side. We take this seriously:
Sellers list an on-chain transfer lot — a PRL-20 transfer inscription bound to a specific UTXO on the seller's wallet (no central escrow deposit):
transfer without a
to field; tokens move from your available balance to the lot UTXO
(~0.1 PRL platform fee on reveal).txid:0). The listing is active immediately; the lot UTXO stays on your
wallet until a buyer purchases.The marketplace charges 0.1% per side with a minimum of 0.1 PRL: the buyer pays 0.1% on top of the price, and 0.1% is withheld from the seller's proceeds. So a completed sale yields the platform 0.2% total. There is no fee for simply listing or for minting/deploying beyond the normal network gas.
For escrow-backed listings only, sweep buys many of the cheapest orders in one payment plus one combined token release. Lot-backed listings must be purchased one at a time.
Pearl is UTXO-based: your balance is a set of coins. A payment, mint or listing spends a coin above 1 PRL, and while it is unconfirmed you may be unable to start another. The Split UTXO tool consolidates your spendable coins and sends them back to yourself as several equal coins (each kept above 1 PRL), letting you run multiple mints/buys/sells in parallel from one wallet.
PRL-20 tokens are experimental. Trade only what you can afford to lose, always save your seed phrase, and verify transactions in the explorer. Use at your own risk.