Set up a Positronic testnet node in minutes. Build, test, and validate on our Layer-1 blockchain before mainnet launch.
Get the latest release from the Download page. Available for Windows, macOS, and Linux. No installation required on Windows — just run the executable.
Open the app. Go to the Wallet tab and click Create. Your private keys are encrypted with AES-256-GCM and stored locally.
Copy your wallet address and visit the Faucet to receive free test ASF coins. You can request once every 24 hours.
Go to the Validator tab. Stake at least 32 ASF and your validator activates at the next epoch (~6 minutes). You'll earn block rewards automatically.
The founder node creates the genesis block and starts producing blocks immediately:
Connect more nodes to the founder to form a network:
Verify everything works:
Positronic exposes a full Ethereum-compatible JSON-RPC API. Any EVM wallet (MetaMask, Trust Wallet, Coinbase Wallet) can connect to the testnet.
| Network Name | Positronic Testnet |
| RPC URL | http://localhost:8545 |
| Chain ID | 420420 |
| Currency Symbol | ASF |
| Block Explorer | http://localhost:8080 (local explorer) |
POST / | JSON-RPC 2.0 API (all 213 methods) |
GET /health | Health check (Docker HEALTHCHECK compatible) |
GET /metrics | Prometheus metrics (text exposition format) |
Testnet ASF coins have no real value. The testnet is for development, testing, and experimentation. All data may be reset before mainnet launch. Use the faucet to get free test coins.
The network can run with a single founder node. For consensus testing, 3+ validators are recommended. BFT finality requires at least 4 validators with 66%+ stake attesting.
Minimum: 2 CPU cores, 4 GB RAM, 10 GB disk, Python 3.10+. Recommended: 4+ cores, 8 GB RAM, 50 GB SSD, dedicated machine or VPS.
Yes! Just use different ports for each node. Example: Node 1 on ports 9000/8545, Node 2 on 9001/8546, Node 3 on 9002/8547. Connect them with the --bootstrap flag.
Check our Bug Bounty Program for rewards on security vulnerabilities. For general bugs, open an issue on GitHub Issues.
Yes. Positronic supports AES-256-GCM encryption at rest for the SQLite database. The admin API key is also encrypted with a machine-bound key. All wallet keystores use AES-256 with PBKDF2 (100K iterations).