Technology

A custom Rust Layer 1.

The current architecture direction combines DAG-oriented ordering, committee-based parallel execution, wallet-side proof generation, Server-side proof verification and globally shared shielded state. Public claims about throughput, finality and production readiness remain gated by reviewed evidence.

01

Blockchain Core

Rust workspace — state, network, consensus, indexer, VM, crypto and RPC. Wallet-to-Server submit path, typed block events and tiered storage retention.

02

Consensus

DAG-oriented ordering with committee attestations and epoch-based admission. Validator-set reconfiguration is part of the public testnet readiness path.

03

Execution

Parallel execution by committees with fast / slow lanes — a controlled MoveVM subset alongside a native Rust private kernel.

04

State & privacy primitives

Hybrid UTXO + Account model, Poseidon commitment tree, nullifier SMT, AMM pool state and gas / block headers.

05

Market data

Indexer exposing OHLCV, TVL and events — useful without becoming a privacy leak, respecting shielded transaction semantics.

06

Performance & claims

We separate design targets, internal benchmarks, public evidence and approved public claims. Nothing unverified is presented as live.

Comparison

CEX vs DEX vs Phinancer

Centralized exchangeTypical DEXPhinancer
CustodyExchange holds fundsSelf-custodySelf-custody, certified operators
LiquiditySiloed per venuePer-pool, fragmentedShared global layer
PrivacyOperator sees allFully public on-chainShielded by design
Who can buildOne companyOne interfaceMany venues & frontends
Operator trustBrand / opaqueNone / anonymousStake bonds + on-chain reputation
Public claims matrix

What is a public fact — and what isn't.

ClaimPublic statusHow it's unlocked
TPS sustained (shielded)Not a public claimReviewed, reproducible benchmark
Finality SLANot a public claimHard-finality evidence + release review
Public Testnet v1Not openWallet, SDK, explorer, faucet, RPC, monitoring & security gates
Mainnet readinessNot readyP12 / SR13 readiness decision
Performance targets are internal goals until public, reviewed evidence allows a public claim. This page explains the design direction without presenting unverified targets as live facts.