A CPU-mined privacy blockchain built for fair, decentralised DeFi. Homomorphic encryption, smart contracts, and a transparent launch — all verifiable on-chain.
PHANTEX uses two separate cryptographic systems working together — homomorphic encryption hides all amounts on-chain, and zero-knowledge proofs let you prove you own funds without revealing anything about them.
Every balance and every transaction amount is encrypted before it leaves your wallet. Nodes can add and subtract encrypted numbers to verify no coins were created from nothing — without ever decrypting them.
A zero-knowledge proof (ZKP) lets your wallet prove a statement is true without revealing any underlying data. Example: "I have enough PTX to send" — provable without showing your balance.
To verify your own transaction was received, PHANTEX provides a TX proof. In the block explorer, paste your TX hash and the proof string generated by your wallet — the explorer confirms the amount you sent without revealing it to anyone else.
Proof-of-work designed specifically for CPUs. GPU and ASIC resistant. Memory-hard bandwidth requirement levels the playing field.
| PTX | Native coin of PHANTEX |
| Miniblock | Small PoW unit between full blocks — fairer payouts |
| DVM | Privacy-preserving smart contract engine |
| ZKP | Zero-knowledge proof — prove without revealing |
| TX Proof | Cryptographic receipt proving a payment |
| Seed phrase | 25-word wallet backup — store offline |
Traditional DeFi is fully transparent — anyone can see your positions, front-run your trades, and track your wealth. PHANTEX fixes this at the protocol level with encrypted on-chain state.
Non-custodial exchange built on DVM smart contracts. No operator can see your trades, no front-running possible, no KYC required.
Trustless P2P coin swaps directly between wallets. No custodian, amounts hidden throughout the entire swap.
Collateralised lending where loan amounts and positions are encrypted on-chain. Borrow against PTX with full privacy.
Issue your own privacy tokens on PHANTEX via DVM smart contracts. All transfers inherit homomorphic encryption.
Year 3 transition: PTX holders stake alongside CPU miners to help secure the network and earn block rewards.
Bring assets from ETH and BSC into PHANTEX's privacy layer, and back out. Assets gain full transaction privacy.
Homomorphic encryption means your balance never leaves your wallet in plaintext — not even the node validating your transaction can see the amount.
Open the web wallet or download the GUI wallet. Your wallet generates a private key and a PHANTEX address starting with phtx1. Save your 25-word seed phrase.
New wallets register once via a lightweight CPU proof-of-work (1–5 min in browser). Creates your encrypted account — a one-time operation.
Run ptx-miner to earn PTX via AstroBWT CPU mining, or receive PTX from the faucet or another wallet. Your balance is always encrypted on-chain.
Send PTX to any address. Amount, sender, and receiver are all encrypted. Verified mathematically via zero-knowledge proofs without revealing any values.
Swap, lend, and stake using DVM smart contracts. All positions are encrypted — no front-running, no MEV, no surveillance.
Pure proof-of-work emission. No allocation for founders, VCs, or the team.
| Parameter | Value |
|---|---|
| Ticker | PTX |
| Algorithm | AstroBWT v3 |
| Block Time | ~18 seconds |
| Block Reward | 15 PTX |
| Halving | Every ~4 years |
| Faucet Bootstrap | 100 blocks → faucet only |
| ICO / Founder allocation | None (0) |
| Consensus (Year 3+) | PoW + PoS Hybrid |
| Address prefix | phtx1... |
Before public launch, the founder mined the first 100 blocks to fund the community faucet with 1,500 PTX. All verifiable on the block explorer.
PHANTEX builds in phases — each one expanding privacy, DeFi capability, and decentralisation.
Everything you need to build on or use the PHANTEX network.
JSON-RPC 2.0 for wallet operations — send, receive, get balance.
POST http://localhost:20103/json_rpc
{"method":"GetBalance","id":"1"}
Node API — get block info, submit transactions, query network state.
POST http://localhost:20102/json_rpc
{"method":"PTX.GetInfo","id":"1"}
| Port | Purpose |
|---|---|
20100 | Mining (GETWORK) |
20101 | P2P |
20102 | Daemon RPC |
20103 | Wallet RPC |
Write privacy-preserving smart contracts in DVM-BASIC. Deploy via the wallet RPC or CLI wallet.
Full technical whitepaper covering consensus mechanism, homomorphic encryption scheme, ZKP transaction proofs, DeFi protocols, and PoS transition plan.