Skip to content

greg-gzillion/TX

PhoenixPME - Precious Metals Exchange Protocol

Last Updated: February 24, 2026
Current Phase: Pre-TX Testnet Launch (9 days remaining)
Live Frontend: phoenix-frontend-seven.vercel.app
Live Backend: phoenix-api-756y.onrender.com
GitHub: github.com/greg-gzillion/TX


πŸ›οΈ Overview

A blockchain-based auction protocol for physical precious metals (gold, silver, platinum, palladium) with integrated dual collateral and Community Reserve Fund.

Built on TX Blockchain (Coreum + Sologenic merger)
Target Testnet Launch: March 6, 2026


βœ… Current Status (as of Feb 24, 2026)

Component Status Details
Frontend βœ… LIVE phoenix-frontend-seven.vercel.app
Backend βœ… LIVE phoenix-api-756y.onrender.com
Multi-Wallet βœ… SUPPORTED Keplr, Leap, MetaMask, Phantom
TESTUSD Token βœ… READY 6 decimals, denom configured
Smart Contracts βœ… READY 7 contracts, 16 tests passing
Price Banner βœ… WORKING Live metal prices from API
Admin Panel βœ… WORKING Password-protected updates
TX Testnet ⏳ March 6 9 days to launch

πŸͺ™ TESTUSD Token - Live on Coreum Testnet

The foundation token for PhoenixPME auctions is operational on Coreum testnet (TX-compatible).

Detail Value
Symbol TESTUSD
Denom utestusd-testcore1tymxlev27p5rhxd36g4j3a82c7uucjjz4xuzc6
Decimals 6
Transaction 37EC84596A02687D8F77E7D92538F518CCE847D8B4A325732B911FD0B0D35E9A

πŸ“„ TESTUSD Token Creation Docs


πŸ”§ Core Components

1. Auction Platform

Aspect Detail
Purpose Peer-to-peer trading of physical precious metals
Fee 1.1% per successful transaction (hardcoded)
Destination Community Reserve Fund
Collateral 10% both parties (seller + buyer)
Verification 48-hour buyer inspection period

Features:

  • βœ… Buy It Now & bidding functionality
  • βœ… Reference market prices (updated manually via admin)
  • βœ… Seller-set grading premiums (purity, certification)
  • βœ… TX blockchain settlement (March 6+)

2. Token System (Non-Transferable)

Token Purpose How You Get It
PHNX Governance weight 1 PHNX per 1 TESTUSD in fees generated
TRUST Positive reputation 1 per successful trade
DONT TRUST Negative reputation 1 per failed obligation

All tokens:

  • ❌ NON-TRANSFERABLE
  • πŸ’° $0 CASH VALUE
  • πŸ”— KYC-bound via TX blockchain
  • ⏳ Permanent on-chain record

3. Community Reserve Fund

Aspect Detail
Source 1.1% of all successful trades
Control Future DAO (PHNX holders)
Withdrawal ❌ NO INDIVIDUAL can withdraw
Founder 10% voting weight only (permanent)
Address testcore1m5adn3k68tk4zqmujpnstmp9r933jafzu44tnv

πŸ“Š Fee Structure (Immutable)

// Cannot be changed by any governance vote
1. 1.1% protocol fee β†’ Community Reserve Fund
2. NO INDIVIDUAL can withdraw from CRF
3. PHNX, TRUST, DONT TRUST are non-transferable
4. Founder retains 10% voting weight (permanent)

Wallet Support

Wallet	Chain	Status
Keplr	Cosmos	βœ… Supported
Leap	Cosmos	βœ… Supported
πŸš€ Technical Architecture
Layer	Technology	Port/URL
Frontend	Next.js 14, TypeScript, Tailwind	3000
Backend	Express.js, PostgreSQL, Prisma	3001
Blockchain	TX (Coreum + Sologenic)	Testnet March 6
Smart Contracts	CosmWasm (Rust)	7 contracts, 16 tests
Database	PostgreSQL on Render	Connected
πŸ“ Repository Structure
text
/home/greg/dev/TX/
β”œβ”€β”€ apps/
β”‚   β”œβ”€β”€ frontend/          # Next.js app (Vercel)
β”‚   β”‚   β”œβ”€β”€ app/           # Pages & layouts
β”‚   β”‚   β”œβ”€β”€ components/     # React components
β”‚   β”‚   β”œβ”€β”€ hooks/         # Custom hooks
β”‚   β”‚   β”œβ”€β”€ lib/           # Contract client, API
β”‚   β”‚   └── public/        # Static assets
β”‚   └── backend/           # Express API (Render)
β”‚       β”œβ”€β”€ src/
β”‚       β”‚   β”œβ”€β”€ routes/    # API endpoints
β”‚       β”‚   β”œβ”€β”€ services/  # Business logic
β”‚       β”‚   └── lib/       # Utilities
β”‚       └── prisma/        # Database schema
β”œβ”€β”€ contracts/             # Smart contracts
β”‚   └── phoenix-escrow/    # Main escrow contract
β”œβ”€β”€ docs/                  # Documentation
β”‚   β”œβ”€β”€ architecture/      # System design
β”‚   β”œβ”€β”€ legal/             # 14 legal documents
β”‚   └── setup/             # Setup guides
└── scripts/               # Automation scripts
    └── update-prices.sh   # Price update script
πŸš€ Quick Start
Use Live Version (No Installation)
Frontend: https://phoenix-frontend-seven.vercel.app

Sandbox: /sandbox

Admin: /admin (password protected)

Run Locally
bash
# Clone repo
git clone https://github.com/greg-gzillion/TX.git
cd TX

# Backend
cd apps/backend
npm install
npm run dev

# Frontend (new terminal)
cd apps/frontend
npm install
npm run dev
See QUICK_START.md for details.

πŸ“… Roadmap
Phase	Timeline	Status
Foundation	Jan-Feb 2026	βœ… Complete
TX Testnet Launch	March 6, 2026	πŸ”œ 9 days
Testnet Testing	March-April 2026	⏳ Planned
TRUST/DONT TRUST	Q2 2026	πŸ“ Planned
PHNX Governance	Q2 2026	πŸ“ Planned
Mainnet Launch	Q3 2026	πŸ“ Planned
🀝 Contributing
We welcome contributors! See:

CONTRIBUTING.md

CURRENT-FOCUS.md

ROADMAP.md

Current priorities:

βœ… Multi-wallet integration
βœ… TESTUSD token support
βœ… Build system stabilization
πŸ”œ Contract deployment (March 6)
πŸ”œ Testnet testing
βš–οΈ Legal & Compliance
Document	Purpose
Terms of Service	Platform usage agreement
Privacy Policy	Data handling
Risk Disclosure	Important risks
Contributor Agreement	Contribution terms
Key Legal Facts:
βœ… Code is original work by Greg (@greg-gzillion)
βœ… Licensed under GNU GPL v3.0
βœ… "PhoenixPME" name in use (not registered trademark)
βœ… No securities - tokens have no cash value

πŸ“ž Contact
Purpose	Contact
Technical Questions	gjf20842@gmail.com
GitHub Issues	github.com/greg-gzillion/TX/issues
Security	security@phoenixpme.com (private)
πŸ¦… Keywords
TX Blockchain Coreum Sologenic CosmWasm Precious Metals Gold Silver Platinum Palladium RWA DEX Escrow P2P Marketplace Dual Collateral Community Reserve Fund TESTUSD

Last Updated: February 24, 2026
*Next Milestone: March 6, 2026 - TX Testnet Launch* πŸš€

Sponsor this project

Packages

 
 
 

Contributors