Trade, post, and negotiate without exposing public names.
This marketplace is designed around the Beeps PIN as the main visible contact identity. Listings, private room requests, and replies can be routed using a Beeps PIN instead of a public real name. Main-forum communication can be moved into private room threads between buyers and sellers.
Create Listing
Seller display stays PIN-based while the platform handles internal account ownership.
Buyer Request
Open a private room request tied to a listing and a PIN without posting in public threads.
Marketplace Links
Jump between public community areas and private transaction space.
Featured Marketplace Listings
Payment Methods
Monero Pay
Insert your wallet address, QR code image, or gateway callback here.
Alipay China
Link merchant instructions, QR checkout, or partner gateway details for China-market payments.
Stripe
Best choice for standard card checkout, subscriptions, and managed receipts if you already use Stripe.
Go to Stripe CheckoutPayPal
Use a payment button, hosted checkout page, or merchant.me link for seller payments.
Go to PayPal CheckoutPrivate Marketplace Rooms
Forum Routing Logic
Public forums should allow discovery, category browsing, and general discussion. Once a buyer wants to negotiate, the flow can move to a private room generated from a listing action.
- Main forums stay cleaner and less cluttered.
- Listing pages can expose seller Beeps PIN only.
- Buyer clicks Open Private Room to move discussion off the public thread.
- Account page can hold listing history, room access, and payment links.
Backend Notes
To make this real, connect the page to your user account system and marketplace database.
- Load the logged-in user's Beeps PIN into the page session.
- Store listings in Firestore or your chosen database.
- Create room IDs only for approved buyer-seller interactions.
- Restrict room access with auth rules so only the two parties can read and write.
- Attach provider-specific payment links at listing level or seller account level.