Operator toolbox
Local tools
Forms call /local-rpc → write RPC 127.0.0.1:8546
(additiond --mainnet) or 127.0.0.1:8545 (research testnet).
Everyday receive/send lives in Wallet, which prefers public
38546 write via /api/rpc.
Checking local RPC…
WalletBalance, receive, send — primary product UI
Tokenstoken_create, mint, transfer (loopback)
Swap poolLocal in-process pool, not Uniswap
PrivacyLive claim opening_not_zk
EVM probesend stays disabled
KV contractsin-process store (loopback)
Create pair + pool
Local token_create then swap_pool_create + add_liquidity.
Not a public offering. Not Uniswap.
What this is
- Fees —
min_fee=0. Empty mempool:recommended_min_fee=0. Swapfee_bps=0is allowed. - PQ — spend signatures are ML-DSA-87 (
pq_mode=strict). Not FIPS 140-3. - Privacy — SHA3-512 opening.
claim=opening_not_zk. Not Monero or Zcash. - Speed —
last_tpsis measured when present. PoW is SHA3-512 (testnet) or memory_hard (mainnet profile).