PHPCoin Marketplace Beta

Buy and sell PHP Coin on a live P2P marketplace.

Last Price

{{ statsView?.lastPriceLabel || 'N/A' }} {{ statsView?.changeLabel || '0 USDT' }}

24h Change

{{ statsView?.changePercentLabel || '0.00%' }}

Total Volume

{{ statsView?.volumeLabel || '0 PHP' }}

Total Trades

{{ marketStats.trade_count || 0 }}

Open Listings

{{ openAsks.length }}

Account

{{ phpcoinAddress }}
{{ formattedBalance }} PHP Coin
Not logged in

Trading

Listings

No open listings right now.
Action
{{ formatPrice(ask.usdt_per_phpc) }}
{{ formatPhp(ask.phpc_amount) }}
{{ formatPrice(ask.usdt_total) }}
Your listing

User Desk

Login to create and manage listings.
{{ formatPrice(ask.usdt_per_phpc) }}
USDT / PHP
{{ formatPhp(ask.phpc_amount) }} PHP · {{ formatPrice(ask.usdt_total) }} USDT total
{{ sellerDeskStatusLabel(ask) }}
No open or confirming listings yet.
Login to see your activity history.
Time Type ID Price PHP USDT Status
{{ item.timeLabel }} BUY SELL {{ item.kind }} {{ item.id }} {{ formatPrice(item.price || 0) }} {{ formatPhp(item.phpc_amount) }} {{ formatPrice(item.usdt_total) }} {{ activityStatusLabel(item) }}

New Listing

Create listing

{{ askNotice }}
{{ askError }}

How it works

Marketplace guide

1. Sellers create listings

A seller posts PHP for sale with a USDT price and payout address. The listing moves from confirming to open after the deposit gets enough confirmations.

2. Buyers choose an offer

Buyers open a listing, start a NOWPayments checkout, and the trade becomes active once payment finishes.

3. PHP is delivered automatically

Buyer PHP is sent from the shared credit wallet. If a finished order needs manual handling, admin can top up and credit it from the same queue.

4. Seller payout follows later

After buyer credit confirmations, the treasury wallet sends USDT to the seller automatically. Admin still shows the tx and a manual fallback remains available.

The marketplace is P2P in structure, but settlement happens through the shared PHP pool and treasury-based USDT payout flow.

Referral Program

Get your referral code

{{ referralCodeError }}

Loading referral code...

Your Referral Code

{{ userReferralCode }}

Share this link to earn commissions:

Commissions

You earn a 10% USDT commission when buyers use your referral code.

Generate a unique referral code and earn a 10% USDT commission on purchases made using your link.

{{ selectedListing.detail_type === 'order' ? 'Order details' : 'Listing details' }}

{{ selectedListing.detail_id || selectedListing.ask_id }}

Listing {{ selectedListing.detail_listing_id || selectedListing.ask_id }}

Order Status
{{ statusLabel(detailStatus(selectedListing)) }}
Related Listing
{{ selectedListing.detail_listing_id || selectedListing.ask_id }}
PHP Amount
{{ formatPhp(selectedListing.phpc_amount) }} PHP
USDT Amount
{{ formatPrice(selectedListing.usdt_total) }} USDT
{{ formatPrice(selectedListing.usdt_per_phpc) }} USDT / PHP
Payment Link
Open Payment Link
Price
{{ formatPrice(selectedListing.usdt_per_phpc) }}
USDT / PHP
Amount
{{ formatPhp(selectedListing.phpc_amount) }} PHP
{{ formatPrice(selectedListing.usdt_total) }} USDT total
Status
{{ statusLabel(detailStatus(selectedListing)) }}
Related Order
{{ statusLabel({ status: selectedListing.related_order_status }) }}
Notes
{{ selectedListing.notes || 'No notes' }}
{{ notice }}